Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGwt running on an external SSL enabled server

    Hi everyone, can someone please help me? I have a Spring Boot server with SSL enabled on it. I want to use SmartGwt as GUI side of my application. But I get this:
    Couldn't load App from Super Dev Mode server at http://192.168.0.241:9876. Please make sure this server is ready. Do you want to try again?
    and when I enable "load unsafe script" on Chrome I still get the followings on the console:
    Mixed Content: The page at 'https://192.168.0.241:8090/App.html' was loaded over HTTPS, but requested an insecure script 'http://192.168.0.241:9876/recompile-requester/App'. This content should also be served over HTTPS. App.nocache.js:54 GET http://192.168.0.241:9876/recompile-requester/App
    I heard that this is possible through a reverse proxy server, but I have no idea where to start from. Any help would be much appreciated.

    #2
    Hi pedram.khoshdani@gmail.com,

    I can't help with the issue itself here, but perhaps with this: This seems not to be to be related to SmartGWT, but one step earlier to GWT. So perhaps you can get faster help on SO or by googleing.

    Best regards
    Blama

    Comment


      #3
      Hi Blama,

      thanks Blama for your prompt reply. I also believe it is a GWT problem. I have also already tried SO, but didn't get an answer.

      Comment

      Working...
      X