Hello,

Of course I restarted my Tomcat.

This is the SSL portion of my server.xml and it has noting wrong.


    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               keystoreFile="$pathToMyKeystoreFile"
               keyAlias="tomcat"
               keystorePass="tomcat"
               clientAuth="false" sslProtocol="TLS" />


Daniel Mikusa-2 wrote:
> 
> 
> On Wed, 2011-11-16 at 06:23 -0800, Yi SHU wrote:
> 
>> At last we can access to our Tomcat welcome page through HTTPS, but the 
>> certificate we acquired from GeoTrust Global CA does not appear in my web 
>> browser.   For example if we display the welcome page in Internet 
>> Explorer 8, the address bar will turn red and a message 
>> "certificat error" will appear, showing a certificate delivered by
>> ourselves.
> 
> If I understand this correctly, you are still seeing the self signed
> certificate being used by Tomcat.
> 
> 1.) Have you restarted Tomcat since importing the certificate?
> 
> 2.) Please include your server.xml so that we can see your
> configuration.
> 
> Dan
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Certificate-issued-by-GeoTrust-Global-CA-is-not-appearing-at-client-browser%27s-side-tp32855051p32861738.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to