James-

Take a look at this thread http://mail.opengroupware.org/pipermail/sogo/2010-March/005675.html and follow it through. I had the same issues and found a way to use the http proxy instead. Much simpler than dealing with the Java certificate store.

Steve

[email protected] wrote:
When syncing with Funambol I would like to have the session encrypted. I've tried to configure the Tomcat that comes with Funambol but have not
been successful.  I repeatedly get the following:

<snip>
...
java.io.IOException: Keystore was tampered with, or password was incorrect
...
Caused by: java.security.UnrecoverableKeyException: Password verification
failed
...
LifecycleException:  service.getName(): "Catalina";  Protocol handler
start failed: java.io.IOException: Keystore was tampered with, or password
was incorrect
<snip>


I know the password I am using is correct and I just setup the key.  Here
is my related config:

        <Connector port="8443" maxHttpHeaderSize="8192" maxThreads="150"
                minSpareThreads="25" maxSpareThreads="75"
enableLookups="false"
                disableUploadTimeout="true" acceptCount="100"
scheme="https"
                SSLEnabled="true" secure="true" clientAuth="false"
sslProtocol="TLS"
                keystoreFile="/opt/Funambol/ssl/keystore"
keystorePass="callone" keypass="secret"/>

I saw the following on the Funambol list but it didn't work for me:
https://core.forge.funambol.org/ds/viewMessage.do?dsForumId=405&dsMessageId=134926

Does anyone have suggestions on getting this working...or can you point me
to documentation?

Thanks.

-- James
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to