Open EinAeffchen opened 2 years ago
Can you show the full stack trace?
I actually already build a solution to add more keys to the scrapy.cfg to bypass tls verification for tunneling through ssh. Because of that I can't recreate the stack trace anymore, but that was basically all the error I got anyways. Just try to tunnel via ssh to your scrapyd server with ssl active and you will get the certificate error :)
As soon as I figure out how, I can submit a pull request for this issue.
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:
It would be great if I could just set tls_skip_verify in the scrapy.cfg and deploy anyways.