Also one thing about 8843 port - when I go to https://mega.local:8843/SOGo I get a sogo web interface without any images like on the screen shot attached.
Regards, Sergei. *** 2011/7/27 Sergei Bazhin <[email protected]> > Thank you, Marek. > I don't see in your config 8843 port that is used for CardDAV? > Do you have iPhone phone book synced? > > Regards, > Sergei. > *** > > > 2011/7/27 Marek Czardybon <[email protected]> > >> ** >> On 27.07.2011 12:05, Khapare Joshi wrote: >> >> Marek, thanks for this. I just tried with your config in my test >> environment but still comes with error similar with what Sergi been having. >> Would it be possible to post full working virtual host section ? Perhaps I >> am missing something. My environment is Centos 5 (it should not matter) >> >> K >> >> On Wed, Jul 27, 2011 at 9:42 AM, Marek Czardybon <[email protected]>wrote: >> >>> On 25.07.2011 18:32, [email protected] wrote: >>> >>> Hi All, >>> Have just installed SOGo 1.3.8 under UBUNTU and having problems connecting >>> to >>> address book from iPhone. >>> Can someone share a SOGo.conf file for Apache2 where address book works with >>> iPhone over SSL? (I have set up sogo over SSL). >>> From reading the web I got a feeling that there are some problems with >>> Address >>> Book sync and it's not working??? >>> >>> Thank you, >>> Sergei. >>> *** >>> >>> ehlo.a. >>> >>> Last time I've posted part of my apache config for iPhone/iPad: >>> >>> Maybe this will be helpful for you : >>> >>> [cut] >>> >>> RewriteEngine On >>> RewriteRule ^/principals/users/(.*)$ /proxy/$1 [PT] >>> ProxyPassInterpolateEnv On >>> ProxyPreserveHost On >>> ProxyPass /proxy http://127.0.0.1:20000/SOGo/dav/ interpolate >>> ProxyPass /SOGo http://127.0.0.1:20000/SOGo interpolate >>> >>> ProxyPass / http://127.0.0.1:20000/SOGo/dav/ interpolate >>> >>> <Proxy http://127.0.0.1:20000/SOGo> >>> RequestHeader set "x-webobjects-server-port" "443" >>> RequestHeader set "x-webobjects-server-name" "cal.domain.com" >>> RequestHeader set "x-webobjects-server-url" >>> "https://cal.domain.com"<https://cal.domain.com/> >>> >>> RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0" >>> RequestHeader set "x-webobjects-remote-host" %{REMOTE_HOST}e >>> env=REMOTE_HOST >>> >>> AddDefaultCharset UTF-8 >>> Order allow,deny >>> Allow from all >>> </Proxy> >>> RewriteEngine On >>> RewriteRule ^/SOGo/(.*)$ /SOGo/$1 [env=REMOTE_HOST:%{REMOTE_ADDR},PT] >>> >>> [cut] >>> >>> I've create additional virtual server in Apache specially for >>> iPads/iPhones. >>> This is part of my apache config for them. And it is working perfectly >>> ... >>> Aliases and directory directives in config are the same as usual >>> >>> User have to provide only hostname, user nad password. Without any >>> additional part of URL :) >>> >>> BR >>> -- >>> marek >>> >> >> ehlo.a. >> >> I've attached whole config regarding from apache. >> I've changed my hostname to server.domain.com :) and also I've changed >> filenames of my SSL certs ... >> >> BR >> -- >> marek >> > >
<<attachment: sogo8843.jpg>>
