Opened 9 years ago
Closed 7 years ago
#1617 closed defect (bug) (maybelater)
SSL connection issue with git.wordpress.org
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | SSL | Keywords: | |
Cc: |
Description
Attempting to access https://develop.git.wordpress.org/
or https://core.git.wordpress.org/
currently results in an SSL connection error:
SSLError: [Errno 1] _ssl.c:507: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
Connections to other third level subdomains such as https://core.svn.wordpress.org/
works as expected.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Looks like it's serving HTTP over port 80 & 443. Realistically nothing is expected to be served over HTTP/HTTPS for that domain, as it's a git-only protocol domain
git://core.git.wordpress.org/
.We should park some instructions to that effect on both 80/443 and setup the SSL certificates, or stop listening on them IMHO (It's shared with the SVN server (although different IP) so that might not be possible).w