IXWebSocket icon indicating copy to clipboard operation
IXWebSocket copied to clipboard

websocket and http client and server library, with TLS support and very few dependencies

Results 65 IXWebSocket issues
Sort by recently updated
recently updated
newest added

# Problem The default implementation of stop() sends this data, which can be seen in wireshark: `0000 03 e8 4e 6f 72 6d 61 6c 20 63 6c 6f 73...

# problem description i've been using the example code from https://machinezone.github.io/IXWebSocket/ when running this client code i see this GET request in wireshark: ``` GET /matrix-appserver/v1/ts/events HTTP/1.1 Host: localhost:5000 Upgrade:...

Currently when using IXHttpServer, static files are served from ".". This means static files have to be put into the same directory the server runs in. I think it is...

IXWebSocket can now validate certificate with not only hostname, but with IP addresses as well. @bsergean

I'm trying to spin up a simple C++ websocket client and I'd like to use IXWebSocket. I've already gone through... `vcpkg install ixwebsocket:x64-windows` ...on the Windows 10 command line to...

Hello. If I understood the code right (but I may be wrong), in case you have to do a few HTTP/HTTPS connections (for example for auth purposes) before finally upgrading...

Hello, I discussed about this topic on the OpenSSL community mail list and they told me OpenSSL is able to validate IP addresses from the SAN. The code should looks...

I have IXWebSocket v11.4.1 built locally from commit 6d8495bd73e739044. I am running Windows 10 Professional and Visual Studio 2022. I have ZLib locally built in a location where `find_package(ZLIB REQUIRED)`...

Hello, I use IXWebSocket 11.4.3. for both - clients and a server. When I use unsecured connection (ws:) everything works perfectly- when I turn off the server, a clients notice...

Hello, I am trying IXWEbSocket sample code and I setup server and client successfully. The client tries to connect to server at wss endpoint "wss://localhost:8008", but I am getting this...