socket.io icon indicating copy to clipboard operation
socket.io copied to clipboard

socket.io c++ client, SSL

Open gweinstock opened this issue 5 years ago • 0 comments

Hi,

I am currently using this socket.io c++ client: https://socket.io/blog/socket-io-cpp/. However, it looks like the project hasn't been maintained since 2015.

It works well, and there is a tls (ssl) c++ library build target, but I am not sure if it is actually using ssl or simply defaulting to http? I am not passing any ssl certicates to the client, so I am not 100% that it is actually using https to connect to the socket.io server. I am passing an https url to the client, and the socket.io server is listening on the https port, so it appears to be working, but is there a way I can confirm this?

I am also posting this to the GitHub for that project, but if anyone has any input, it would be greatly appreciated.

Thanks, Gabe

Note: for support questions, please use one of these channels: stackoverflow or slack

For bug reports and feature requests for the Swift client, please open an issue there.

For bug reports and feature requests for the Java client, please open an issue there.

You want to:

  • [x] report a bug
  • [ ] request a feature

Current behaviour

What is actually happening?

Steps to reproduce (if the current behaviour is a bug)

Note: the best way (and by that we mean the only way) to get a quick answer is to provide a failing test case by forking the following fiddle.

Expected behaviour

What is expected?

Setup

  • OS:
  • browser:
  • socket.io version:

Other information (e.g. stacktraces, related issues, suggestions how to fix)

gweinstock avatar Sep 03 '20 21:09 gweinstock