ComputationalRadiationPhysics / isaac

In Situ Animation of Accelerated Computations :microscope:
http://ComputationalRadiationPhysics.github.io/isaac/
GNU Lesser General Public License v3.0
25 stars 15 forks source link

plasma.ninja web page does not conect #79

Closed PrometheusPi closed 5 years ago

PrometheusPi commented 6 years ago

@ax3l The web page of the foil + fft visualization on plasma.ninja does not connect to hypnos:

    http://plasma.ninja/isaac/interface_pof_foil.htm

It neither connect to hypnos5 (from the internal network) nor to localhost (if port forwarding). The current dev version works fine. The web page on your server shows significant differences to the current dev.

cc'ing @theZiz and @steindev

ax3l commented 6 years ago

the new URL is

http://laser.plasma.ninja/isaac/interface_pof_foil.htm

The reason behind this is that ISAAC server does not yet support WSS (and we don't have a proxy running adding a cert) that would allow us to use https (which all other domains on my webserver do with force-redirects on http). In order to avoid mixed context warnings, I had to introduce that sub-domain for plaintext comms.

I was swamped in meetings the last days and could not check github periodically. Sry I did not see this question earlier.

PrometheusPi commented 5 years ago

Server works - will close this issue.