Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893
I do not have an idea what the problem can be but usually it is best to do the code as similar as possible to what you have in the documentation. Any deviation from what you see in the documentation example code could cause problem.

Documentation on MQL5: Network Functions / SocketTlsRead
- www.mql5.com
Read data from secure TLS connection. Parameters socket [in] Socket handle returned by the SocketCreate function. When an incorrect handle is...

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
When I call SocketTlsRead() function it returns -1 and the error code is 5273 and it terminates the websocket connection. I would appreciate any ideas on how to solve this problem.