HTTPS problem - Jsp pages no working with IIS 6.0 SSL.

2004-01-27 Thread charles doweary
My website at HTTP://dowearysoftware.com processes my jsp pages without any problems. I created a copy of the this website at www.dowearysoftware.com and added SSL with 128 bit encryption in IIS 6.0. HTTP://dowearysoftware.com processes the jsp successfully, but

Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL.

2004-01-27 Thread Jan-Henrik Haukeland
Jan-Henrik Haukeland [EMAIL PROTECTED] writes: Connecting to www.dowearysoftware.com:443 HTTP/1.1 200 OK Content-Length: 5575 Content-Type: application/octet-stream Content-Location: https://www.dowearysoftware.com:443/index.jsp Ah, yes, as you can see the server sets the Content-Location

Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL.

2004-01-27 Thread Jan-Henrik Haukeland
charles doweary [EMAIL PROTECTED] writes: My website at HTTP://dowearysoftware.com processes my jsp pages without any problems. I created a copy of the this website at www.dowearysoftware.com and added SSL with 128 bit encryption in IIS 6.0. HTTP://dowearysoftware.com processes the jsp

Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL.

2004-01-27 Thread charles doweary
. From: Jan-Henrik Haukeland [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL. Date: Tue, 27 Jan 2004 14:21:28 +0100 Jan-Henrik Haukeland [EMAIL PROTECTED] writes: Connecting

Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL.

2004-01-27 Thread charles doweary
://dowearysoftware.com. What else do I need to do to insure that my .jsp pages are compiled and deployed properly? Charles From: Jan-Henrik Haukeland [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL. Date: Tue, 27

Re: HTTPS problem - Jsp pages no working with IIS 6.0 SSL.

2004-01-27 Thread Jan-Henrik Haukeland
charles doweary [EMAIL PROTECTED] writes: What's wrong with the Content-Location: https://www.dowearysoftware.com:443/index.jsp ? My fault, the Content-Location header is ok, I thought I did a GET /index.jsp HTTP/1.1 but instead I used GET / HTTP/1.1. In the latter case there will be a