We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367ca9c commit 0fb960eCopy full SHA for 0fb960e
libraries/SocketWrapper/src/utility/https_request.h
@@ -61,6 +61,7 @@ class HttpsRequest : public HttpRequestBase {
61
62
_socket = new TLSSocket();
63
((TLSSocket*)_socket)->open(network);
64
+ ((TLSSocket*)_socket)->set_hostname(_parsed_url->host());
65
if (ssl_ca_pem)
66
((TLSSocket*)_socket)->set_root_ca_cert(ssl_ca_pem);
67
else
0 commit comments