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

Use Mozilla certificates in urlopen() #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pjknowles
Copy link

No description provided.

@pjknowles
Copy link
Author

This suggestion arises from using PubChemPy in an application that has binaries built with pyinstaller. When this is done in a GitHub action, for some reason on MacOS there are failures at runtime associated with self-certified certificates; detail at molpro/iMolpro#140. I have not got to the bottom of why, but the problem is solved by explicitly using the Mozilla collection of root certificates in the call to urlopen().

@pjknowles
Copy link
Author

Perhaps this addresses #89 ?

@shujuecn
Copy link

Although it hasn't been officially merged, it effectively resolved my issue from #89 , thanks.

@pjknowles
Copy link
Author

@mcs07 please could you consider merging this widely-needed fix so that none of us have to continue holding privately-modified copies? Thank you.

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

Successfully merging this pull request may close these issues.

2 participants