This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author timdaman
Recipients timdaman
Date 2019-09-28.13:51:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569678706.53.0.557661175696.issue38305@roundup.psfhosted.org>
In-reply-to
Content
I am unsure how to route this given the recent transition of Requests to PSF so my apologies if this is the wrong spot.

The page where I think most people look for Requests documentation appears to be broken 
  https://2.python-requests.org/

When I look more closely it looks like the server may not have a TLS certificate loaded. 

When I connect via http I get a redirection page to https://requests.kennethreitz.org/en/master/


Below is a dump of what openssl sees when trying to connect.

===========================
$ openssl s_client -connect 2.python-requests.org:443
CONNECTED(00000005)
4608755308:error:14004438:SSL routines:CONNECT_CR_SRVR_HELLO:tlsv1 alert internal error:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.260.1/libressl-2.6/ssl/ssl_pkt.c:1205:SSL alert number 80
4608755308:error:140040E5:SSL routines:CONNECT_CR_SRVR_HELLO:ssl handshake failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-22.260.1/libressl-2.6/ssl/ssl_pkt.c:585:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 7 bytes and written 0 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : 0000
    Session-ID:
    Session-ID-ctx:
    Master-Key:
    Start Time: 1569678290
    Timeout   : 7200 (sec)
    Verify return code: 0 (ok)
---
History
Date User Action Args
2019-09-28 13:51:46timdamansetrecipients: + timdaman
2019-09-28 13:51:46timdamansetmessageid: <1569678706.53.0.557661175696.issue38305@roundup.psfhosted.org>
2019-09-28 13:51:46timdamanlinkissue38305 messages
2019-09-28 13:51:46timdamancreate