You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Peter Kerekes <to...@email.ro> on 2002/08/30 10:31:40 UTC

Re: how to disable http when using https

Most probably you did not comment out the http connector.
check your server.xml more in detail, and find whether the simple
http connector is configured!

Br,
Peter

> I've made a website (on tomcat 4.1) which makes use of SSL https.
> When I try to connect to it by not using the https but http prefix,
> the browser asks me "do you want to display non-secure items"
> If I click yes, it shows me the secure webpage in non-secure mode!
> How do I turn off http mode alltogether?
> 
> This is a printout of my server.xml
> 
>      <!-- Define an SSL connector. -->
>     <Connector className="org.apache.catalina.connector.http.HttpConnector"
&gt;                port="8444" minProcessors="3" maxProcessors="150"
&gt;                enableLookups="true"
&gt;                acceptCount="10" debug="2" scheme="https" secure="true">
>       <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
&gt;                clientAuth="false" protocol="TLS"
&gt;                keystoreFile="/opt/tomcat/appconf/crdc_n3i.jks"
&gt;                keystorePass="tomcat"
&gt;                 />
>     </Connector>
> 
> Thanks heaps!
> 
> Filip Lou
> 
> --
> ****************************************************************************
> This message contains information that may be privileged or confidential and
> is the property of the Cap Gemini Ernst & Young Group. It is only intended
> for the person to whom it is addressed. If you are not the intended
> recipient, you are not authorized to read, print, retain, copy disseminate,
> distribute, or use this message or any part thereof. If you receive this
> message in error, please notify the sender immediately and delete all copies
> of this message.
> ****************************************************************************
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 




______________________________________________________________________
Do you want a free e-mail for life ? Get it at http://www.email.ro/


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>