The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am having trouble accessing team calendars via CALDAV behind an apache proxy. My config has these elements to reach confluence
...
RedirectMatch ^/$ /wiki/
...
ProxyPass /wiki http://portal.sinodun.com:8090/wiki
ProxyPassReverse /wiki http://portal.sinodun.com:8090/wiki
...
Subscribe to calendar tells me to use the following URL in Apple calendar https://portal.sinodun.com/ but it never connects.
I see this in the apache logs
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "PROPFIND /.well-known/caldav HTTP/1.1" 405 4032 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "HEAD /.well-known/caldav HTTP/1.1" 404 413 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "PROPFIND / HTTP/1.1" 302 775 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "PROPFIND /wiki/ HTTP/1.1" 200 11772 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "PROPFIND /caldav/v2 HTTP/1.1" 405 793 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "PROPFIND /principals/users/jad/ HTTP/1.1" 405 805 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "PROPFIND /principals/ HTTP/1.1" 405 795 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
2001:b98:204:102:fff1::f145 - - [10/May/2018:10:24:41 +0100] "PROPFIND /dav/principals/ HTTP/1.1" 405 799 "-" "Mac+OS+X/10.13.4 (17E202) accountsd/113"
Adding the following redirects works for me
RedirectMatch ^/.well-known/caldav$ /wiki/.well-known/caldav
RedirectMatch ^/plugins/servlet/team-calendars/(.*) /wiki/plugins/servlet/team-calendars/$1
At Atlassian, we take great pride in the software we ship, and even greater pride in the success our customers achieve when they use our products. #JiraHeroes is our new monthly spotlight series ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.