Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #3383, comment 2


Ignore:
Timestamp:
01/17/2018 01:59:20 AM (8 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3383, comment 2

    initial v1  
    66
    77OpenSSL 1.0.1e-fips 11 Feb 2013
    8 
     8{{{
    99curl -vv https://wordpress.org
    1010* Rebuilt URL to: https://wordpress.org/
     
    5555< x-frame-options: SAMEORIGIN
    5656< x-nc: HIT lax 249
     57}}}
    5758
     59{{{
    5860curl -vv https://api.wordpress.org
    5961* Rebuilt URL to: https://api.wordpress.org/
     
    7072* Closing connection 0
    7173curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.wordpress.org:443
     74}}}
    7275
     76{{{
    7377curl -vv https://downloads.wordpress.org
    7478* Rebuilt URL to: https://downloads.wordpress.org/
     
    8589* Closing connection 0
    8690curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443
     91}}}
    8792
     93{{
    8894traceroute -T -p 443 wordpress.org
    8995traceroute to wordpress.org (66.155.40.249), 30 hops max, 60 byte packets
     
    9399 4  4.7.29.138 (4.7.29.138)  158.793 ms  158.796 ms  158.883 ms
    94100 5  66.155.40.249 (66.155.40.249)  158.831 ms  158.757 ms  158.855 ms
     101}}}
    95102
     103{{{
    96104traceroute -T -p 443 api.wordpress.org
    97105traceroute to api.wordpress.org (198.143.164.251), 30 hops max, 60 byte packets
     
    10811611  serverhub-ic-324864-chi-b21.c.telia.net (62.115.154.247)  97.086 ms agg-gegf150.ord03.singlehop.net (108.178.47.245)  98.628 ms dr6506a.ord03.singlehop.net (108.178.47.247)  98.445 ms
    10911712  api.wordpress.org (198.143.164.251)  98.498 ms  98.483 ms  98.516 ms
     118}}}
    110119
     120{{{
    111121traceroute -T -p 443 downloads.wordpress.org
    112122traceroute to downloads.wordpress.org (198.143.164.250), 30 hops max, 60 byte packets
     
    12313311  serverhub-ic-324864-chi-b21.c.telia.net (62.115.154.247)  97.243 ms  97.286 ms dr6506a.ord03.singlehop.net (108.178.47.247)  98.613 ms
    12413412  dr6506a.ord03.singlehop.net (108.178.47.247)  96.793 ms  96.810 ms downloads.wordpress.org (198.143.164.250)  98.712 ms
     135}}}
    125136
    126137Just telnet test:
     138{{{
    127139telnet downloads.wordpress.org 443
    128140Trying 198.143.164.250...
     
    130142Escape character is '^]'.
    131143Connection closed by foreign host.
    132 
     144}}}
    133145
    134146Or curl:
     147
     148{{{
     149[root@h ~]# curl https://downloads.wordpress.org
     150<html>
     151<head><title>404 Not Found</title></head>
     152<body bgcolor="white">
     153<center><h1>404 Not Found</h1></center>
     154<hr><center>nginx</center>
     155</body>
     156</html>
     157
     158[root@h ~]# curl https://downloads.wordpress.org
     159curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443
    135160
    136161[root@h ~]# curl https://downloads.wordpress.org
     
    142167</body>
    143168</html>
     169
    144170[root@h ~]# curl https://downloads.wordpress.org
    145171curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443
     172
     173[root@vh10 ~]# curl https://downloads.wordpress.org
     174curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443
     175
    146176[root@h ~]# curl https://downloads.wordpress.org
    147177<html>
     
    152182</body>
    153183</html>
    154 [root@h ~]# curl https://downloads.wordpress.org
    155 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443
    156 [root@vh10 ~]# curl https://downloads.wordpress.org
    157 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443
    158 [root@h ~]# curl https://downloads.wordpress.org
    159 <html>
    160 <head><title>404 Not Found</title></head>
    161 <body bgcolor="white">
    162 <center><h1>404 Not Found</h1></center>
    163 <hr><center>nginx</center>
    164 </body>
    165 </html>
     184}}}