Hi all,

Hopefully someone here can help me:

I have made an apache2 rewrite rule, to proxy 'nice' caldav urls into the longer SOGo urls, in a .htaccess file, like this:

Options +FollowSymLinks
RewriteEngine On

RewriteRule calendar1 
http://webmail.company.com/SOGo/dav/public/username/Calendar/38C2-543FAA00-1D-27687B80
 [P]
RewriteRule calendar1-auth 
http://webmail.company.com/SOGo/dav/username/Calendar/38C2-543FAA00-1D-27687B80 
[P]

This works nicely, except for one thing:

Using the second url (for authenticated access, confirmed using thunderbird), access is granted immediately WITHOUT authentication.

Perhaps because the connection seems to come (proxied) from localhost..?

Can anyone explain this?

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

Reply via email to