How to enable wss in Paraview NGC

Hi @sophwats et al,
We are using this container

We connect to the visualizer with https but the container uses unsecured websockets by default instead of wss.
How can wss be enabled?

There used to be a bug in paraview where a colon is missing. I’m not sure if your container contains that fix?

Thanks,
Robert

1 Like

Hi @robert.karban,

I’ve reached out to the ParaView Team to get some help here.

Thanks for your patience,

Sophie

Thank you.
I figured out that your container doesn’t include the patch for wss but it can be worked around by using
https:///index.html?sessionURL=wss:///ws
Thanks,
Robert

Thanks for sharing the fix and letting us know that you were able to resolve the issue.

Have a great day,

Sophie

Hi @sophwats.
It’s a workaround though.
The container should be updated to include the fix from here:

Thanks,
Robert

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.