I have made a project that can Run on HTTPS but now I want it to use only HTTPS not HTTP ,my project is in java and i used eclipse in development ,I found out that we need to redirect all request and make changes in Httpd's configuration file and remove listen port 80 , from that file ,but i was not able to find these configurations files.
please suggest me how to make site strictly HTTPS.
--
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-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0b5b5394-c696-4d79-9262-678b23c58bb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I think you can just set the "secure" parameter in app.yaml:
--
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-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2f833ca4-6068-4118-8612-e03e896f203c%40googlegroups.com.