sdktda@kotdaw7 ~ $ curl -vI https://outlookwebapp.emea.sas.com/owa/ * About to connect() to outlookwebapp.emea.sas.com port 443 (#0) * Trying 192.31.22.82... * Connection timed out * couldn't connect to host * Closing connection #0 curl: (7) couldn't connect to host sdktda@kotdaw7 ~ $ nc -vvz outlookwebapp.emea.sas.com 443 nc: connect to outlookwebapp.emea.sas.com port 443 (tcp) failed: Connection timed out sdktda@kotdaw7 ~ $ curl -vI https://outlookwebapp.na.sas.com/owa/ * About to connect() to outlookwebapp.na.sas.com port 443 (#0) * Trying 149.173.6.220... * connected * Connected to outlookwebapp.na.sas.com (149.173.6.220) port 443 (#0) * successfully set certificate verify locations: * CAfile: /usr/ssl/certs/ca-bundle.crt CApath: none * SSLv3, TLS handshake, Client hello (1): * SSLv3, TLS handshake, Server hello (2): * SSLv3, TLS handshake, CERT (11): * SSLv3, TLS handshake, Server finished (14): * SSLv3, TLS handshake, Client key exchange (16): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSLv3, TLS change cipher, Client hello (1): * SSLv3, TLS handshake, Finished (20): * SSL connection using AES128-SHA * Server certificate: * subject: C=US; ST=North Carolina; L=Cary; O=SAS Institute, Inc.; OU=ISD; CN=outlookwebapp.na.sas.com * start date: 201 * expire date: 201 * subjectAltName: outlookwebapp.na.sas.com matched * issuer: C=U * SSL certificate verify ok. > HEAD /owa/ HTTP/1.1 > User-Agent: curl/7.27.0 > Host: outlookwebapp.na.sas.com > Accept: */* > * additional stuff not fine /usr/src/ports/curl/curl-7.27.0-1/src/curl-7.27.0/lib/transfer.c:1037: 0 0 * HTTP 1.1 or later with persistent connection, pipelining supported < HTTP/1.1 440 Login Timeout HTTP/1.1 440 Login Timeout < Content-Length: 54 Content-Length: 54 < Content-Type: text/html Content-Type: text/html < Set-Cookie: sessionid=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT Set-Cookie: sessionid=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT < Set-Cookie: cadata=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT Set-Cookie: cadata=; path=/; expires=Thu, 01-Jan-1970 00:00:00 GMT < Date: Thu, 03 Jan 2013 08:16:11 GMT Date: Thu, 03 Jan 2013 08:16:11 GMT < * Connection #0 to host outlookwebapp.na.sas.com left intact * Closing connection #0 * SSLv3, TLS alert, Client hello (1): sdktda@kotdaw7 ~ $ tracert -d outlookwebapp.emea.sas.com Tracing route to exchangeger.emea.sas.com [192.31.22.82] over a maximum of 30 hops: 1 6 ms 3 ms 3 ms 10.0.0.254 2 6 ms 3 ms 4 ms 77.212.161.233 3 12 ms 7 ms 10 ms 94.144.1.141 4 10 ms 10 ms 10 ms 94.144.2.74 5 11 ms 9 ms 9 ms 148.122.9.38 6 10 ms 9 ms 9 ms 148.122.9.37 7 22 ms 21 ms 21 ms 146.172.105.45 8 43 ms 21 ms 21 ms 146.172.105.54 9 23 ms 23 ms 23 ms 195.69.145.123 10 34 ms 31 ms 29 ms 145.254.15.170 11 33 ms 31 ms 32 ms 188.111.158.170 12 * * * Request timed out. 13 * * * Request timed out. 14 * * * Request timed out. 15 * * * Request timed out. 16 * * * Request timed out. 17 * * * Request timed out. 18 * * * Request timed out. 19 * * * Request timed out. 20 * * * Request timed out. 21 * * * Request timed out. 22 * * * Request timed out. 23 * * * Request timed out. 24 * * * Request timed out. 25 * * * Request timed out. 26 * * * Request timed out. 27 * * * Request timed out. 28 * * * Request timed out. 29 * * * Request timed out. 30 * * * Request timed out. Trace complete.