Hi
I’m using my funambol server to sync my android phone with sogo.
The problem was that I got from the funambol android client an connection error when using ssl with cacert.org certificates (https://sogo.bla.at/funambol)
First of all here my apache proxy config:
root@sogo:/etc/apache2/conf.d# cat funambol.conf ProxyPass /funambol http://127.0.0.1:8080/funambol <Proxy http://127.0.0.1:8080/*> Order allow,deny Allow from all </Proxy>
Next you need to install the cacert.org root certs on your android device using this howtos:
http://silkemeyer.ne … -android-importieren
http://wiki.cacert.o … tCert#Android_Phones
This worked like a charm for me :-)
Have fun