Hello!
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.
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.