On Tue, 9 Sep 2003, Dann Daggett wrote: > Well, I don't know actually, but the fact that IE does in fact do the > redirect when you go to port 80 and not when you go to 443, and, the fact > that the web server never even records the GET / in it's logs, to me > indicates it's not getting far enough to even send the index.html page back, > right?
Try using ssldump to inspect the traffic taking place ssldump -k /path/to/private_key.pem -d port 443 quite amazing little tool and will tell you a lot about the SSL operations of your server. Regards Henrik ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
