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

Certificate failing #185

Open
reagle opened this issue Oct 5, 2021 · 9 comments
Open

Certificate failing #185

reagle opened this issue Oct 5, 2021 · 9 comments

Comments

@reagle
Copy link

reagle commented Oct 5, 2021

Just encountered this today with no idea why. I don't recall changing anything. Might this be because of the LetsEncrypt story?

'''Setup new connection to "English wikipedia".'''
Connecting to "https://en.wikipedia.org" ..   >>>  failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548)
  >>> ConnectionFailed exception for get_page: No valid connection available
@tosher
Copy link
Owner

tosher commented Oct 6, 2021

Hmm.. all fine for me

@reagle
Copy link
Author

reagle commented Oct 6, 2021

Just tried it on my home Mac (with synchronized setup) and also experience it today. Selecting Meta Wiki, which is also configured has the same problem:

Connecting to "https://en.wikipedia.org" ..   >>>  failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548)
  >>> ConnectionFailed exception for get_page: No valid connection available
'''Setup new connection to "Meta".'''
Connecting to "https://meta.wikimedia.org" ..   >>>  failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548)
  >>> ConnectionFailed exception for get_page: No valid connection available

@reagle
Copy link
Author

reagle commented Oct 6, 2021

By configuring the following option off, I can access, but I wish I didn't have to.

"is_ssl_cert_verify": false,

@reagle
Copy link
Author

reagle commented Oct 6, 2021

Remember, I'm on an M1, but have been so since May, so I'm not sure what changed.

@biggestsonicfan
Copy link

biggestsonicfan commented Oct 20, 2021

Can confirm this is happening for me too on Linux

EDIT: The "is_ssl_cert_verify": false, workaround does not work for me.

@reagle
Copy link
Author

reagle commented Oct 20, 2021

I'm not surprised this is happening to someone else, but I am about getting the error when "is_ssl_cert_verify": false. I toggled mine back to true, got the failure, toggled it back to false, and can proceed. Are you sure your setting is specified in the right place?

@biggestsonicfan
Copy link

No, apparently I was not. I was putting it in the root of the settings tree instead of under the specific wiki I was using. Seems to be a workaround for now, thanks!

@reagle
Copy link
Author

reagle commented Jun 28, 2022

FYI: I haven't used this in a bit and just checked to see if "is_ssl_cert_verify": true works yet; it does not.

@reagle
Copy link
Author

reagle commented Jul 5, 2023

Just checked again, and still not working.

'''Setup new connection to "English wikipedia".'''
Connecting to "https://en.wikipedia.org" ..   >>>  failed: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:548)
  >>> Unable to get page "User:Reagle", ConnectionFailed exception raised: No valid connection available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants