Skip to content

Address InsecureRequestWarning for THREDDS reinit #151

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

Open
sashakames opened this issue Dec 18, 2019 · 0 comments
Open

Address InsecureRequestWarning for THREDDS reinit #151

sashakames opened this issue Dec 18, 2019 · 0 comments

Comments

@sashakames
Copy link
Contributor

sashakames commented Dec 18, 2019

/export/ames4/.conda/envs/pub-py3/lib/python3.7/site-packages/urllib3/connectionpool.py:1004: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning,

(1) remove verify=False as the default behavior. This will break test installations.
(2) Add an option to enable insecure operation for test publishing, which will allow for verify=False.

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

1 participant