On Wed, Jun 24, 2015 at 11:59 AM, Hristo <[email protected]> wrote:
> I think you can just set the "secure" parameter in app.yaml: > That's a perfectly acceptable alternative, too, but many prefer their Java GAE configs to be in XML, so that's what I suggested instead (since the task can be accomplished either way). Personally I love yaml more than XML, but, that's just my own individual taste, not an "official" statement of any kind -- so, anyway, thanks for also surfacing this alternative! Alex > > https://cloud.google.com/appengine/docs/java/configyaml/appconfig_yaml#Java_app_yaml_Secure_URLs > > - Hristo > > > > On Wednesday, June 24, 2015 at 9:17:55 AM UTC-7, [email protected] 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. >> >> 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 [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/google-appengine/2f833ca4-6068-4118-8612-e03e896f203c%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 [email protected]. To post to this group, send email to [email protected]. 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/CAE46Be_2JbzF%2B2J6BJMkOBKagNX7hWtzD24O%2BtKgwq-nxxp_VA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
