Hi!

SSL in tomcat does not allow for having the same session both http and
https. Something about developer misstakes leading to security-holes that
would reflekt badly back on Tomcat... At least that is the answer I got.

You can write your own Connector if you really need to work your way around
this. 

Regards
Roland Carlsson


Den 04-12-27 16.03, skrev "VAN DER MARLIERE FREDERIC"
<[EMAIL PROTECTED]>:

> Hi all.
> 
> I would like to encrypt my login process so that login and password are not
> visible on the network. That's why I defined a SSL connector on port 8443 in
> my server.xml. My problem is that after the user logged in, request keep on
> using the https protocol on port 8443.
> 
> Does someone know how to encrypt only the login process and afterwards use
> the http protocol again, on port 8080 ?
> 
> Thanks.
> Fred.
> 
> 
> ----------------------------------------------------
> Ce message et toutes les pieces jointes (ci-apres le "message") sont
> confidentiels et etablis a l'intention exclusive de ses destinataires.
> Toute utilisation ou diffusion non autorisee est interdite.Tout message
> electronique est susceptible d'alteration.
> Le CREDIT DU NORD et ses filiales declinent toute responsabilite au titre de
> ce message s'il a ete altere, deforme ou falsifie.
> This message and any attachments ( the "message") are confidential and
> intended solely for the addressees.
> Any unauthorised use or dissemination is prohibited.E-mails are susceptible to
> alteration.
> Neither CREDIT DU NORD nor any of its subsidiaries or affiliates shall be
> liable for the message if altered, changed or falsified.
> ----------------------------------------------------
> 


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

Reply via email to