The application is on Google App Engine (Python 2.7, webapp2, 
HighReplication) working properly with HTTPS.

I configured the HTTPS in the app.yaml with the secure: always attribute, 
instead schemes in routes.

so far everything OK, even when I do a "curl -I *HTTP*://[MY_URL]" , the 
answer is:

HTTP/1.1 302 FoundLocation: HTTPS://[MY_URL]

The 302 is OK, because means the resources has another location (with HTTPS)

But.... when I do enable *PageSpeed* on "App Engine -> Application 
Settings", I have this error:

HTTP/1.1 403 Forbidden

I know what 403 error is, but why does it happens only when I enable 
PageSpeed and how can I fix it?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to