You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered: