On Jul 28, 2011, at 7:52 AM, Sergei Bazhin wrote:
> 
> Hi Jeff, 
> Thank you for the guidance. I've even found a post outside of SOGo mail 
> archive with exactly the same 
> descriptionhttp://forums.contribs.org/index.php?topic=45658.105

Yeah, the macwunder posts are me... Alessio, the contribution developer, is on 
this list, as well.

I'm running my SOGo install under SME Server, which is CentOS based. Been a 
while since I dabbled in Debian/Ubuntu, but the conf file structure for apache 
should be the same across the distributions I would think.

> To me this is a mistery - all set up as you say and still CardDAV not syncing 
> with iPhone... maybe there's a problem with the Phone??? It is iOS 4.1...

Our iPhones here are iOS 4.2.1, but I think the only requirement to use CardDAV 
is iOS 4. The MacOS requirement for Address Book sync is 10.6 (Snow Leopard). I 
remember having the same issue with not being able to connect via SSL, and I 
really think it had to do with the placement of my Listen 0.0.0.0:8843 
directive. My solution was to put the directive inside the <IfModule mod_ssl.c> 
grouping of /etc/httpd/conf/httpd.conf:

> ##########################################################
> ##  SSL Global Context Configuration
> ##
> ##  All SSL configuration in this context applies both to
> ##  the main server and all SSL-enabled virtual hosts
> ##    (unless overridden by virtual hosts)
> ##
> <IfModule mod_ssl.c>
> Listen 0.0.0.0:443
> Listen 0.0.0.0:8843
> 
> SSLEngine off
> SSLProxyEngine On
> 
> # modSSL{CertificateChainFile} not set
> SSLCertificateFile /home/e-smith/ssl.crt/sme.qzoneinc.com.crt
> SSLCertificateKeyFile /home/e-smith/ssl.key/sme.qzoneinc.com.key
> 
> SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
> 
> SSLPassPhraseDialog  builtin
> 
> SSLSessionCache         dbm:state/ssl_scache
> 
> SSLSessionCacheTimeout  300
> SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 
> force-response-1.0
> 
> SSLMutex  file:state/ssl_mutex
> 
> SSLRandomSeed startup file:/dev/urandom 512
> SSLRandomSeed connect builtin
> 
> #SSLLogLevel info
> SSLProtocol all
> </IfModule>
> #
> #     END OF SSL GLOBAL CONTEXT CONFIGURATION
> #############################################

It has been a few months since I did all this, and my docs are specific to SME 
Server config, but I'm sure that is what it was...

Keep on tryin'!!
Jeff

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to