IXWebSocket icon indicating copy to clipboard operation
IXWebSocket copied to clipboard

Connection error: Unable to connect to echo.websocket.org on port 443, error: no error

Open flojdek opened this issue 1 year ago • 2 comments

Trying the example code on macOS and it throws the above error. Version 11.4.5 Apple M3 Pro Sonoma 14.6 (23G80)

flojdek avatar Sep 02 '24 03:09 flojdek

Seems this does the trick: def config_options(self): self.options["ixwebsocket"].tls = "applessl"

But the default: default_options = { "shared": False, "fPIC": True, "tls": "mbedtls", "with_zlib": True, }

Throws the above error on my Mac.

flojdek avatar Sep 02 '24 03:09 flojdek

Is it from building with vcpkg ?

With mbedtls I don't think it will pickup the system certs.

bsergean avatar Sep 27 '24 22:09 bsergean