-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support self signed certificates #25
Comments
Of course not by default, ideally per request explicitly. We just need it in a rather peculiar setup. Would be super great as it seems to be stupidly hard to find a tool for this that does not try to get you into some weird enterprise subscription. So are you saying i can do this right now? |
No, sorry, I was describing how it could be implemented. |
well, per query would be great, global would also be ok. i can also try my hands at a pr, but not sure I will find the time :( |
as a syntax I would suggest @@ as a prefix as additional urlopen arguments, or |
ah, I just noticed the argument for certificate validation is on the connection pool level. so I guess a setting would be better |
ok, I added it somehow, but the settings dont appear in the sublime settings list? also I am not sure if reload works |
aleternatively/additionally it might be better to allow additional certificates? |
Hello,
I need to use this wonderful plugin against a server of ours inside a vpn which has a self signed cert. so I would need to tell the plugin the cert or disable ssl checking, either one would be good for me, any hints how to do that?
Best
The text was updated successfully, but these errors were encountered: