Discussion:
HTTPS Activate
Hugo Haas
2018-05-21 23:38:27 UTC
Permalink
Hi,

I'm trying to use HTTPS in my application with real SSL Certificate, but
when I active https my GWT application don't run and return the browser
console error:

SecurityError: The operation is insecure.

With HTTP the application run without problems, the html index page load
correctly but gwt generated script not run.


What can be happening?
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Marteijn Nouwens
2018-05-22 13:13:02 UTC
Permalink
How are you communicating with you back end.

Try not to mix https and http.

Or are you connecting to a backend that is different then where your
html/css/gwt is loading from.

Marteijn
Post by Hugo Haas
Hi,
I'm trying to use HTTPS in my application with real SSL Certificate, but
when I active https my GWT application don't run and return the browser
SecurityError: The operation is insecure.
With HTTP the application run without problems, the html index page load
correctly but gwt generated script not run.
What can be happening?
--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+***@googlegroups.com.
To post to this group, send email to google-web-***@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
Loading...