Hello, i made two startSSL's certificates because i could only add 5 domains once. When i use SSLHostConfig for the domains of the first certificate all is working, but when i try to add other domains (2° certificate) websites are no more accessible, there's few documentation about that and no tutorial so i am blocked.
Here is my connector (server.xml):
<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
               maxThreads="150" SSLEnabled="true" >
         <SSLHostConfig hostName="www.hardibopj.com">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
        <SSLHostConfig hostName="www.tagdirectory.net">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
        <SSLHostConfig hostName="www.xn--kzako-bsa.com">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
        <SSLHostConfig hostName="www.xn--tltravail-b4ab.com">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
<SSLHostConfig hostName="www.xn--changedeliens-9gb.com">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
<SSLHostConfig hostName="en.tagdirectory.net">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat2"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
<SSLHostConfig hostName="www.retrogeekzone.com">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat2"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
<SSLHostConfig hostName="en.retrogeekzone.com">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat2"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
<SSLHostConfig hostName="www.troc-livres-informatique.com">
                <Certificate certificateKeystoreFile="/opt/tomcat9/tomcat2"
                        certificateKeystorePassword="xxxx" type="RSA"/>
</SSLHostConfig>
   </Connector>

Thanks for your help !


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

Reply via email to