RE: SSL Redirect problem

2004-11-22 Thread Richard HALLIER
Thomas,
I did your quick test, and I can confirm what you thought.
If I configure Tomcat with the default port for http (80) and https (443),
it works !
So it's an IE bug. Anyway, it will be a known bug !
Thank you.
Richard.

-Message d'origine-
De : Mark Thomas [mailto:[EMAIL PROTECTED]
Envoye : dimanche 21 novembre 2004 17:28
A : 'Tomcat Users List'
Objet : RE: SSL Redirect problem


Sounds like an IE bug. I suspect IE is sending the wrong port information at
some point in the redirect from http to https. To confirm this you'll need
to
look at the http headers going back and forth.

One quick test would be to configure tomcat for the default ports (80 for
http
and 443 for https). If you use the default ports IE doesn't send any port
info
and hence doesn't send the wrong port info.

Mark

 -Original Message-
 From: Richard HALLIER [mailto:[EMAIL PROTECTED]
 Sent: Sunday, November 21, 2004 3:30 PM
 To: Tomcat Users List
 Subject: SSL Redirect problem

 Hi,
 I'd like to submit a weird problem that occurs with the following
 configuration :
 - Server Tomcat 5.0.28 - https connector activated with client
 authentification
 - Browser IE v6 sp2 with client certificate installed
 - Browser FireFox 1.0final  with client certificate installed

 Sequence under Firefox :
 - Connection to http://localhost:8080/mywebapp
 - SSL server part OK
 - SSL client authentification OK
 - Displayed url in the browser : https://localhost:8443/mywebapp
 - Webapp displayed

 Sequence under IE :
 - Connection to http://localhost:8080/mywebapp
 - SSL server part OK
 - SSL client authentification  : timeout

 Sequence under IE :
 - Connection to https://localhost:8443/mywebapp
 - SSL server part OK
 - SSL client authentification OK
 - Webapp displayed

 I cant resolve my problem ! I'm lost, have you any pointers ?
 Any help appreciated !
 Thank you.
 Richard


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: SSL Redirect problem

2004-11-21 Thread Mark Thomas
Sounds like an IE bug. I suspect IE is sending the wrong port information at
some point in the redirect from http to https. To confirm this you'll need to
look at the http headers going back and forth.

One quick test would be to configure tomcat for the default ports (80 for http
and 443 for https). If you use the default ports IE doesn't send any port info
and hence doesn't send the wrong port info.

Mark

 -Original Message-
 From: Richard HALLIER [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, November 21, 2004 3:30 PM
 To: Tomcat Users List
 Subject: SSL Redirect problem
 
 Hi,
 I'd like to submit a weird problem that occurs with the following
 configuration :
 - Server Tomcat 5.0.28 - https connector activated with client
 authentification
 - Browser IE v6 sp2 with client certificate installed
 - Browser FireFox 1.0final  with client certificate installed
 
 Sequence under Firefox :
 - Connection to http://localhost:8080/mywebapp
 - SSL server part OK
 - SSL client authentification OK
 - Displayed url in the browser : https://localhost:8443/mywebapp
 - Webapp displayed
 
 Sequence under IE :
 - Connection to http://localhost:8080/mywebapp
 - SSL server part OK
 - SSL client authentification  : timeout
 
 Sequence under IE :
 - Connection to https://localhost:8443/mywebapp
 - SSL server part OK
 - SSL client authentification OK
 - Webapp displayed
 
 I cant resolve my problem ! I'm lost, have you any pointers ?
 Any help appreciated !
 Thank you.
 Richard
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]