Alexander Silvennoinen
Results
2
comments of
Alexander Silvennoinen
Hi, same here. SNI doesn't seem to work. I tried with your URL @davidtwomey , but the same happens with `wss://api.huobi.com:443/ws`, while same implementation works fine with `wss://stream.binance.com:443`. I managed...
After more research I found out that the following piece of Code now says that SNI is successful, but it is still not working: ``` if (SSL_set_tlsext_host_name(stream().native_handle(), host.c_str())) { std::cout