Cannot access walkaround from a Google Apps alias
Closed this issue · 2 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. Create a Walkaround installation
2. Authorize a Google Apps account to use the Walkaround installation
3. Create an alias underneath the Google Apps domain (i.e. not XYZ.appspot.com)
4. Attempt to access the walkaround installation through the alias
What is the expected output? What do you see instead?
The expected output should be identical to that of accessing it through the
XYZ.appspot.com location.
The output seen:
Error: Forbidden
Your client does not have permission to get URL / from this server.
Logged:
123.123.123.123 - - [30/Apr/2012:18:53:09 -0700] "GET / HTTP/1.1" 403 0 - -
"wave.teamworkgroup.com" ms=2627 cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000080
What browser and browser version are you using? On what operating system?
Chrome 18.0.1025.152m on WindowsHomePremium 7
What URL does your browser show when the problem occurs? Did you compile
walkaround on your machine, or are you using a public instance?
fails: http://wave.teamworkgroup.com/
succeeds: http://tw-wave.appspot.com
I compiled walkaround from my machine
Original issue reported on code.google.com by eri...@teamworkgroup.com
on 1 May 2012 at 1:58
GoogleCodeExporter commented
Looks like I may have answered my own question, walkaround is not generally
available to Apps aliases due to secure-URL policy:
https://developers.google.com/appengine/docs/python/config/appconfig#Secure_URLs
Original comment by eri...@teamworkgroup.com
on 2 May 2012 at 4:06
GoogleCodeExporter commented
The solution is coming, see
http://googleappengine.blogspot.com/2011/10/app-engine-ssl-for-custom-domains-in
.html .
Original comment by oh...@google.com
on 7 May 2012 at 5:48
- Changed state: Done