question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
Lukasacommented, Jul 7, 2016

Ok, that’s done. Sadly, RTD doesn’t behave well redirecting to fragments at this time: see rtfd/readthedocs.org#2287.

0reactions
theacodescommented, Jul 7, 2016

Gotcha.

On Thu, Jul 7, 2016 at 9:26 AM Cory Benfield notifications@github.com wrote:

In principle it could, but I’d like to keep the versioning the same, and exact redirects don’t do that.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/shazow/urllib3/issues/918#issuecomment-231132383, or mute the thread https://github.com/notifications/unsubscribe/AAPUczKFdZdA-_jb3QhFR01K214uF1Jwks5qTSjCgaJpZM4JGaER .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found