Hello all, I' a newbie un the list, so first of all I'd like to say hello to everyone :)
After this, I'd like to ask for help with a problem I have configuring Tomcat for digital certifications. I've followed all the steps in the Tomcat SSL HOWTO and my tomcat now has a secure connector in port 8443. So, I've no error when trying to enter http://localhost:8443 The key in server.xml is the following: <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="conf\.keystore" keystorePass="changeit"/> The problem appears when changing clientAuth to true. Then, when using iexplorer the browser simply can't find the page (or this is what it says), and when using firefox it warns about the certificate, but after accepting the certification it says that 'localhost has received an unexpected or incorrect message. Error code: -12229'. I've been googling for two days and I can't find a clue about what is failing nor what means this error code. I'd be very grateful if somebody can help me with this, so my boss could stop cleaning this gun of his... :P Thanks in advance for your help :) Greetings!