scrapyd-client icon indicating copy to clipboard operation
scrapyd-client copied to clipboard

Allow tls skip verify option

Open EinAeffchen opened this issue 2 years ago • 2 comments

I am currently in a situation where I have to create an ssh tunnel to deploy eggs via the scrapyd client, which causes me to deploy through localhost and in turn leads to this error:

Deploy failed: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:997)>

It would be great if I could just set tls_skip_verify in the scrapy.cfg and deploy anyways.

EinAeffchen avatar Oct 25 '22 01:10 EinAeffchen