instaloader icon indicating copy to clipboard operation
instaloader copied to clipboard

Preserve session.verify for temporary sessions

Open Hummer12007 opened this issue 2 years ago • 1 comments

Prevents SSL verification errors when using proxies with self-signed certificates

Hummer12007 avatar Mar 23 '24 16:03 Hummer12007

Currently the session object cannot be cleanly set from the outside, so this is a fix for a currently-dirty use case.

I am not against allowing to set verify=false or providing a custom way to instantiate and copy the session object, however it should be cleanly implemented to enable us to merge it into the Instaloader source tree.

aandergr avatar Mar 29 '24 09:03 aandergr