mikha-dev / mt4-websockets

Turns Metatrader4/MetaTrader5 into web socket client
https://dev4traders.com
80 stars 55 forks source link

Add support for secure websocket connection via wss #4

Closed chanx closed 1 year ago

chanx commented 2 years ago

Previous mt4-common.dll build can only connect to ws, if we connect to wss will cause Handsake X509 error. Fix main.cpp ca file to use "SYSTEM", then recompile to make it work on wss.