简体   繁体   中英

Disable Unsecure WebSocket calls for Node-RED on IBM Bluemix

We have Node-RED application which defined web socket in nodes. Clients able to connect to Node-RED with both WS and WSS. We wanted to block connection if start from WS: and only allow WSS . Ex : wss://host.mybluemix.net/test

Please let us know how to block it.

I do not believe this is currently possible as all SSL/TLS termination is done in the Bluemix Proxy server. All traffic to the actual app comes in as plain HTTP/WS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM