On Wed, Jun 24, 2015 at 9:17 AM, <navn...@senspan.com> wrote: > 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. >
Indeed, App Engine does not use those configuration files, but its own ones. > > please suggest me how to make site strictly HTTPS. > See https://cloud.google.com/appengine/docs/java/config/webxml#Secure_URLs -- i.e if you're running as *.appspot.com, all you need to do is to use the deployment descriptor to set the desired URL pattern to "CONFIDENTIAL" (if you're running as your own domain, follow the link in that page for further information). Alex > > -- > 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. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/0b5b5394-c696-4d79-9262-678b23c58bb5%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/0b5b5394-c696-4d79-9262-678b23c58bb5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAE46Be9%2BDTQA1KHFXNM5e%2BkP8S3UyNekCG%2BHtiFtmLV3gs_vyw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.