You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.