zefaridator
zefaridator
Hello Does someone has solved it or have a workaround ? I am also in this case (My socket-io server is using client certificates to verify clients and also rejecting...
Nope The only thing i find (by code analysis) is : When you check the header of sio_client_impl.cpp ; you see a comment : ``` // If using Asio's SSL...
Hello As @wzzaz and @echo-qin , i'd like to have some informations. I've found that in sio_client_impl.cpp ... ``` const std::string host(uo.get_host()); // As per RFC2732, literal IPv6 address should...