getnamo
(getnamo)
193
The current socket.io plugin doesn’t support https/ssl yet, there is an open issue here: https://github.com//socketio-client-ue4/issues/39 which is on the docket but not yet fixed. Largely all that is missing is to include openssl as a third party lib (which the engine has https://github.com/EpicGames/UnrealEngine/tree/release/Engine/Source/ThirdParty/OpenSSL) and probably change a few lines on how the underlying socket.io-cpp lib is instantiated for https addresses.