Announcement

Collapse
No announcement yet.

Funambol: SSL

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Funambol: SSL

    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:
    <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" />
    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!
    Last edited by Guest; 12-08-2009, 11:50 AM.

  • #2
    Hi,

    have you also posted this at the Funambol forums? Since it's and independent project there are not many Funambol people around here.

    Greetings

    Comment

    Working...
    X