We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
I was testing the compiled websocket client demo project to connect to a websocket server using tls.
Without tls it is working fine, with tls and both ports 80 and 443 it fails with the following messages:
#exception: Error connecting with SSL.
EOF was observed that violates the protocol
Is it possible to connect to servers with wss:// ... that use up to date websocket protocol and basic authentication (and custom headers)?
It would be nice to have this directly in delphi code.