Skip to content
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

ssl error #91

Closed
rikuru-to865 opened this issue Oct 15, 2021 · 1 comment
Closed

ssl error #91

rikuru-to865 opened this issue Oct 15, 2021 · 1 comment
Labels
duplicate This issue or pull request already exists invalid-forum Adding this label will automatically comment, redirecting the user to support forums

Comments

@rikuru-to865
Copy link

urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1129)>

During handling of the above exception, another exception occurred

It seems like ssl error

I think line 17 of installer.py should be changed from https to http

version = "5.1.0"

logger = logging.getLogger(name)

CDN_URL_PREFIX = "https://bin.equinox.io/c/4VmDzA7iaHb/" #here!!!
#CDN_URL_PREFIX = "http://bin.equinox.io/c/4VmDzA7iaHb/" #change
PLATFORMS = {
"darwin_x86_64": CDN_URL_PREFIX + "ngrok-stable-darwin-amd64.zip",
"darwin_x86_64_arm": CDN_URL_PREFIX + "ngrok-stable-darwin-arm64.zip",

@rikuru-to865 rikuru-to865 added the bug Something isn't working label Oct 15, 2021
@alexdlaird alexdlaird added invalid-forum Adding this label will automatically comment, redirecting the user to support forums and removed bug Something isn't working labels Oct 15, 2021
@github-actions
Copy link

This is a bug tracker and not a support forum.

While we'd love to be able to support every person on their projects, that would simply be infeasible. Luckily, that's what the helpful developer community over at Stack Overflow is for! Please create a question there with the "pyngrok" tag if what you're looking for is a programming question or you need help with an integration. You can refer to pyngrok's own documentation to help you write the best possible question.

@rikuru-to865 rikuru-to865 mentioned this issue Oct 16, 2021
4 tasks
@alexdlaird alexdlaird added the duplicate This issue or pull request already exists label Oct 16, 2021
Repository owner locked as resolved and limited conversation to collaborators Dec 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate This issue or pull request already exists invalid-forum Adding this label will automatically comment, redirecting the user to support forums
Projects
None yet
Development

No branches or pull requests

2 participants