On Tue, Dec 19, 2006 at 11:13:57AM -0500, Geoff Hallford wrote:
I switched over to testing a regular OWA 2003 implementation, so that it wouldn't have any weird configuration the Webshield's (SCM) might have but I can't get it to work and this one times out. I tried to mimic IE with the browser= setting as well with no effect. I enabled debug on the bbnet-test and collected the following information which doesn't give many hints as to the issue. URL : https://webmail.uhn.on.ca/exchweb/bin/auth/owalogon.asp HTTP status : 0
This means Hobbit managed to connect to the port, but didn't get any data. I wonder if your OpenSSL library might be the problem. I've tried setting up a test from here to the same URL - it's publicly accessible - and it works just fine:
2006-12-19 17:26:18 Adding hostname 'webmail.uhn.on.ca' to resolver queue 2006-12-19 17:26:18 Processing 1 DNS lookups with ARES 2006-12-19 17:26:18 Got DNS result for host webmail.uhn.on.ca : 205.211.160.83 2006-12-19 17:26:18 Adding tcp test IP=205.211.160.83, port=443, service=https, silent=0 2006-12-19 17:26:18 About to do 1 TCP tests running 246 in parallel <snip lots of debug output> 2006-12-19 17:26:19 Calc http color host webmail.uhn.on.ca : 2006-12-19 17:26:19 https://webmail.uhn.on.ca/exchweb/bin/auth/owalogon.asp(green) 2006-12-19 17:26:19 --> green 2006-12-19 17:26:19 Adding to combo msg: status webmail,uhn,on,ca.http green Tue Dec 19 17:26:18 2006: OK 2006-12-19 17:26:19 Calc content color host webmail.uhn.on.ca : 2006-12-19 17:26:19 Adding to combo msg: status webmail,uhn,on,ca.sslcert green Tue Dec 19 17:26:18 2006 2006-12-19 17:26:19 Flushing combo message
status webmail,uhn,on,ca.http green Tue Dec 19 17:26:18 2006: OK
&green https://webmail.uhn.on.ca/exchweb/bin/auth/owalogon.asp - OK
HTTP/1.1 200 OK Connection: close Content-Length: 9532 Expires: Tue, 19 Dec 2006 16:25:17 GMT Date: Tue, 19 Dec 2006 16:26:16 GMT Content-Type: text/html Cache-Control: no-cache Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET Set-Cookie: PartnersWebmail=None; expires=Sun, 17-Jun-2007 15:26:16 GMT; domain=webmail.uhn.on.ca; path=/exchweb/bin/auth/; secure
Seconds: 0.77
status webmail,uhn,on,ca.sslcert green Tue Dec 19 17:26:18 2006
&green SSL certificate for https://webmail.uhn.on.ca/exchweb/bin/auth/owalogon.asp expires in 612 days
Server certificate: subject:/C=CA/ST=Ontario/L=Toronto/O=University Health Network/OU=Shared Information Management Systems/CN=webmail.uhn.on.ca start date: 2006-07-11 00:00:00 GMT expire date:2008-08-22 23:59:59 GMT
This is with OpenSSL version 0.9.8b, and Hobbit 4.2.0.
Regards, Henrik