ssl error #91
Labels
duplicate
This issue or pull request already exists
invalid-forum
Adding this label will automatically comment, redirecting the user to support forums
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",
The text was updated successfully, but these errors were encountered: