G Web Development Software

cancel
Showing results for 
Search instead for 
Did you mean: 

Secure webscoket (wss)

All,

 

Is there anyone who had tried using secure websocket connection in gweb?

 

Would it work with the built-in websocket function?

Thanks & Regards,
Irfan
(CLD)
https://haliatech.com/
0 Kudos
Message 1 of 3
(1,445 Views)

A running WebVI built from G Web calls into the browser that it is running on for outbound WebSocket support. Modern browsers should have support for secure WebSocket connections and because the support comes from the browser itself there are some settings, like using self-signed certificates, etc. that would have to be configured at the browser or operating system level and not the WebVI diagram level.

 

The Connect WebVI to WebSocket Echo Server example has a demo that shows connecting to a secure WebSocket server (notice the wss:// prefix in the URL) to send messages that are then echoed back over WebSockets.

 

 


Milan
0 Kudos
Message 2 of 3
(1,408 Views)

Thanks Milan.

 

I did not notice the shipping example is using wss. Looking into it.

Thanks & Regards,
Irfan
(CLD)
https://haliatech.com/
0 Kudos
Message 3 of 3
(1,272 Views)