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

--- Comment #3 from Marek Czernek <mczer...@redhat.com> ---
Note that the following connector now works:

<Connector port="8443" SSLEnabled="true" maxThreads="200" scheme="https"
secure="true" keystoreFile="/tmp/server.jks"  SSLPassword="changeit"/>

It gets correctly saved as:


    <Connector port="8443" scheme="https" secure="true" SSLEnabled="true">
      <SSLHostConfig>
        <Certificate certificateKeyPassword="changeit"
          certificateKeystoreFile="/tmp/server.jks" type="UNDEFINED"/>
      </SSLHostConfig>
    </Connector>

-- 
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