https://bz.apache.org/bugzilla/show_bug.cgi?id=63021

Thiago Rodrigues <thiago.rodrigue...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Thiago Rodrigues <thiago.rodrigue...@gmail.com> ---
Part of server.xml...
The password and alias have been tested and are working correctly. 

<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
redirectPort="8443" />

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />

<Connector scheme="https" secure="true" minSpareThreads="5"
maxSpareThreads="75"
 enableLookups="true" disableUploadTimeout="true" acceptCount="100"
maxThreads="200"
 keyAlias="tomcat" 
 keystoreFile="C:/Users/Administrator/wdoctor.keystore" 
 keypass="minhasenha"
 clientAuth="false" 
 sslProtocol="TLS" />

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to