Doc link for SSL warnings is broken
See original GitHub issue#887 removed docs/security.rst, but it’s still referenced as https://urllib3.readthedocs.org/en/latest/security.html in the message for InsecureRequestWarning, InsecurePlatformWarning, and SNIMissingWarning.
For example:
requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
requests\packages\urllib3\connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to Find and Fix Mixed Content Warnings on HTTPS Sites
Then, click on the web page where the mixed content error appeared and make sure it's fixed and rendering over a secure HTTPS...
Read more >How to Quickly Fix Mixed Content Warnings (HTTPS/SSL)
Mixed content warnings are common after an HTTPS migration or adding a new service. Check out how to quickly fix these on your...
Read more >Seeing a “Not Secure” Warning in Chrome? Here's Why and ...
The reason you are seeing the “Not Secure” warning is because the web page or website you are visiting is not providing an...
Read more >What Do SSL Certificate Errors Mean: Causes & How to Fix ...
7. Untrusted Certificate Authority ... This error means that the browser cannot find the root certificate in the local trusted certificate store.
Read more >How to Solve the Invalid SSL /TLS Certificate Issue
End-to-end solution to resolve the invalid SSL or TLS certificate issue for all major browsers like Chrome, Firefox, and Internet Explorer.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Ok, that’s done. Sadly, RTD doesn’t behave well redirecting to fragments at this time: see rtfd/readthedocs.org#2287.
Gotcha.
On Thu, Jul 7, 2016 at 9:26 AM Cory Benfield notifications@github.com wrote: