Hello,
I'm running OX6 with Funambol 8 with the connector of 7 (is there a connector for 8?). Everything works fine, but I can't add a SSL connector in tomcat. I followed this howto.
I've allready generated a keyfile called tomcat and edited /opt/Funambol/tools/tomcat/conf/server.xml. I've added the following section:
and exported the key store to /opt/Funambol/tools/tomcat/conf/ and /opt/Funambol/tools/tomcat/. Maybe there's something missing... Looking forward to get a hint!
I'm running OX6 with Funambol 8 with the connector of 7 (is there a connector for 8?). Everything works fine, but I can't add a SSL connector in tomcat. I followed this howto.
I've allready generated a keyfile called tomcat and edited /opt/Funambol/tools/tomcat/conf/server.xml. I've added the following section:
<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" />
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
Comment