Changes between Initial Version and Version 1 of Ticket #3383, comment 2
- Timestamp:
- 01/17/2018 01:59:20 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3383, comment 2
initial v1 6 6 7 7 OpenSSL 1.0.1e-fips 11 Feb 2013 8 8 {{{ 9 9 curl -vv https://wordpress.org 10 10 * Rebuilt URL to: https://wordpress.org/ … … 55 55 < x-frame-options: SAMEORIGIN 56 56 < x-nc: HIT lax 249 57 }}} 57 58 59 {{{ 58 60 curl -vv https://api.wordpress.org 59 61 * Rebuilt URL to: https://api.wordpress.org/ … … 70 72 * Closing connection 0 71 73 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to api.wordpress.org:443 74 }}} 72 75 76 {{{ 73 77 curl -vv https://downloads.wordpress.org 74 78 * Rebuilt URL to: https://downloads.wordpress.org/ … … 85 89 * Closing connection 0 86 90 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443 91 }}} 87 92 93 {{ 88 94 traceroute -T -p 443 wordpress.org 89 95 traceroute to wordpress.org (66.155.40.249), 30 hops max, 60 byte packets … … 93 99 4 4.7.29.138 (4.7.29.138) 158.793 ms 158.796 ms 158.883 ms 94 100 5 66.155.40.249 (66.155.40.249) 158.831 ms 158.757 ms 158.855 ms 101 }}} 95 102 103 {{{ 96 104 traceroute -T -p 443 api.wordpress.org 97 105 traceroute to api.wordpress.org (198.143.164.251), 30 hops max, 60 byte packets … … 108 116 11 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 109 117 12 api.wordpress.org (198.143.164.251) 98.498 ms 98.483 ms 98.516 ms 118 }}} 110 119 120 {{{ 111 121 traceroute -T -p 443 downloads.wordpress.org 112 122 traceroute to downloads.wordpress.org (198.143.164.250), 30 hops max, 60 byte packets … … 123 133 11 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 124 134 12 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 }}} 125 136 126 137 Just telnet test: 138 {{{ 127 139 telnet downloads.wordpress.org 443 128 140 Trying 198.143.164.250... … … 130 142 Escape character is '^]'. 131 143 Connection closed by foreign host. 132 144 }}} 133 145 134 146 Or 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 159 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443 135 160 136 161 [root@h ~]# curl https://downloads.wordpress.org … … 142 167 </body> 143 168 </html> 169 144 170 [root@h ~]# curl https://downloads.wordpress.org 145 171 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443 172 173 [root@vh10 ~]# curl https://downloads.wordpress.org 174 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to downloads.wordpress.org:443 175 146 176 [root@h ~]# curl https://downloads.wordpress.org 147 177 <html> … … 152 182 </body> 153 183 </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 }}}