sgcWebSockets library allows to run Secure WebSocket Servers using openSSL libraries, if you start a new secure server and try to connect with a web browser like chrome, will run fine and shows a green lock for the wss connection. But if you check the details of connection, you will see that chrome complains about security of it.
Fix Cipher Suite
With sgcWebSockets 4.3.2 there is a new property in OpenSSL_Options called "ECDHE", if active, will use ECDHE key exchange instead RSA, so this warning will be solved.
Requires openSSL 1.0.2 to work.