[issue38305] https://2.python-requests.org/ missing TLS certicate

2019-09-28 Thread Ned Deily


Ned Deily  added the comment:

Thanks for the report but this is not something relevant to this issue tracker. 
 A quick whois lookup for the domain did not reveal an owner.  Suggest you 
pursue by asking the PSF infrastructure team via an email to 
infrastructure-staff at python.org.

--
nosy: +ned.deily
resolution:  -> third party
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38305] https://2.python-requests.org/ missing TLS certicate

2019-09-28 Thread Tim Laurence


New submission from Tim Laurence :

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(0005)
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: 
Session-ID:
Session-ID-ctx:
Master-Key:
Start Time: 1569678290
Timeout   : 7200 (sec)
Verify return code: 0 (ok)
---

--
components: Library (Lib)
messages: 353452
nosy: timdaman
priority: normal
severity: normal
status: open
title: https://2.python-requests.org/ missing TLS certicate

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com