Hey Xavier, 

but you don't mention the very important answer: Is the keystorePass the
the same as we use in the commandlines? 

Greetz 

Stefan

Am 07.07.2019 15:08, schrieb Xavier M:

> Hi Stefan, 
> 
> Here the result for the SSL part... One can find the _keystorePass_ inside, I 
> just changed the password by "xxx" (bold) since we have a "public" 
> discussion... Even if I'm not sure this is very useful. As you mentioned 
> earlier, the keystoreFile for OM 5.0.0 appears to be "keystore" and not 
> "keystore.jks". Do you conlude anything? If I have to reinstall the old 
> files, I would be glad if you could provide them. 
> 
> Nota Bene: the second  _Connector port="5443"_ lies between _<!--_ and _-->_. 
> It is probably normal, I just wonder why. 
> 
> Thank you! 
> 
> Xavier 
> 
> _<!-- Define a SSL/TLS HTTP/1.1 Connector on port 8443_
> _         This connector uses the NIO implementation. The default_
> _         SSLImplementation will depend on the presence of the APR/native_
> _         library and the useOpenSSL attribute of the_
> _         AprLifecycleListener._
> _         Either JSSE or OpenSSL style configuration may be used regardless 
> of_
> _         the SSLImplementation selected. JSSE style configuration is used 
> below._
> _    -->_
> _    <Connector port="5443" 
> protocol="org.apache.coyote.http11.Http11NioProtocol"_
> _               maxThreads="150" SSLEnabled="true"_
> _               keystoreFile="conf/keystore" keystorePass="__XXX__"_
> _               clientAuth="false" sslProtocol="TLS"/>_
> _    <!-- Define a SSL/TLS HTTP/1.1 Connector on port 8443 with HTTP/2_
> _         This connector uses the APR/native implementation which always uses_
> _         OpenSSL for TLS._
> _         Either JSSE or OpenSSL style configuration may be used. OpenSSL 
> style_
> _         configuration is used below._
> _    -->_
> _    <!--_
> _    <Connector port="5443" 
> protocol="org.apache.coyote.http11.Http11AprProtocol"_
> _               maxThreads="150" SSLEnabled="true" >_
> _        <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" 
> />_
> _        <SSLHostConfig>_
> _            <Certificate certificateKeyFile="conf/localhost-rsa-key.pem"_
> _                         certificateFile="conf/localhost-rsa-cert.pem"_
> _                         certificateChainFile="conf/localhost-rsa-chain.pem"_
> _                         type="RSA" />_
> _        </SSLHostConfig>_
> _    </Connector>_
> _    -->_
> Le 07/07/2019 à 12:32, Stefan Kühl a écrit : 
> 
>> sudo cat OM_Folder/conf/server.xml

Reply via email to