Re: Certificate issued by GeoTrust Global CA is not appearing at client browser's side

2011-11-16 Thread Tapio Niemi
Hi, Taking a quick look at this, i believe this is the part that goes wrong keytool -import -trustcacerts -alias $myAlias -file $myServerCert -keystore $myKeyStoreFileName It looks to me that you are importing a certificate that is supposed to be your server certificate as if it were a cert

Re: Adding SSL information into access log

2011-11-14 Thread Tapio Niemi
code is not very generic; it gives internal server error on non-SSL request (quite easy to fix if required) plus some minor concerns. -Tapio Niemi - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Adding SSL information into access log

2011-10-28 Thread Tapio Niemi
being able to make guesses how this would work. I'm running Tomcat 7.0.22 configured to require client certificate authentication, which itself is working fine. Thanks in advance! -Tapio Niemi - To unsubscribe, e-ma