What we ment in the previous posting is that once you stared
accessing your site with :

https://myserver

if pages are more specifically servlets have links that are not fully
qualified you will use the same protocol and the same server.

If you page.html contains a link to /mypage.html

when you access https://myserver/yourpage.html the link /mypage.html
will drive you top https://myserver/mypage.html

if you access it by http://myserver/yourpage.html then it will link to
will drive you top http://myserver/mypage.html

You are safe to test without ssl and ove to ssl later.

I could check this from the IIS logs,

Philippe


= = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Philippe Bertramo
World Customs Organization
Brussels - Belgium


-----Original Message-----
From: Andrea Lardicci [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 29, 2000 17:16
To: [EMAIL PROTECTED]
Subject: Re: SSL on JRUN


>The idea is if you don't
>specify the "https://www.mydomain.com" part of it, it will use
>whatever was used for the original request (both protocol and
>domain).  I think in general there are pros and cons to doing it this
>way, but it should deal with the situation here.

If you don't use a fully qualified URL
-  "https://www.mydomain.com/myPage.html" - you don't use SSL.
If I ask for http://www.mydomain.com/myPage.htm and myPage.html requires
SSL I get "Error 403 SSL required" from the web server. The same happens
with a servlet (IIS4.0+JRUN).
AL

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to