gwtproject / gwt-site

Sources of the pages of the gwtproject.org website.
150 stars 333 forks source link

Site Not Available Over Https #210

Closed vidalborromeo closed 2 years ago

vidalborromeo commented 7 years ago

(eom)

tbroyer commented 7 years ago

Looks like we can have it now: https://cloudplatform.googleblog.com/2017/09/introducing-managed-SSL-for-Google-App-Engine.html

TDesjardins commented 4 years ago

Release of GWT 2.9.0 would be a good time to finally solve this issue. A dev site without SSL doesn't look very reputable in 2020.

niloc132 commented 2 years ago

This has been resolved at last, we've migrated away from GCE and it is now possible for this to be enabled. From the announcement at https://groups.google.com/g/google-web-toolkit-contributors/c/zzP37WaWOtU/m/jAVOOHkuBgAJ, there are a few small changes from the old hosting

  • HTTPS is now supported and enabled, though not yet mandatory, to allow a period of migration, and making sure that no downstream tools will break as a result of these changes. HSTS is also disabled for now. I propose that mid-week I will update this to always redirect to HTTPS, and then in another two or three weeks consider enabling HSTS if there have been no reported issues.
  • The samples.gwtproject.org domain now redirects to the showcase, rather than giving a confusing 500 error. The samples are still at this time hosted as static content rather than servlets.
  • The GWT application that enhances the documentation has been updated, picking up changes published ~2 years ago.
  • Deep links that omit "www." (for example gwtproject.org/doc/latest/DevGuide.html) will now redirect to the expected page (in this case www.gwtproject.org/doc/latest/DevGuide.html) rather than redirecting only to www.gwtproject.org.