alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
416 stars 59 forks source link

Fix ssl error #92

Closed rikuru-to865 closed 2 years ago

rikuru-to865 commented 2 years ago

Fixed ngrok not being able to download due to ssl error

Description Fixed ngrok not being able to download due to ssl error

Issues https://github.com/alexdlaird/pyngrok/issues/91 https://github.com/alexdlaird/pyngrok/issues/90

Type of Change

Testing Done Ngrok downloaded successfully

Checklist

alexdlaird commented 2 years ago

Thanks for your contribution. This is not an acceptable security exception to make within the library itself, so not being a bug in pyngrok, I will close this. But there are acceptable workarounds that can be made up the call stack (see https://github.com/alexdlaird/pyngrok/pull/75), including the same change made in this PR.