We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272cfa7 commit d248e8eCopy full SHA for d248e8e
libs/server-sent-events/include/launchdarkly/sse/client.hpp
@@ -132,9 +132,10 @@ class Builder {
132
Builder& errors(ErrorCallback callback);
133
134
/**
135
- * If connecting to a TLS endpoint, whether to verify the remote
136
- * peer's certificates.
137
- * @param verify_peer True to verify the peer, false otherwise.
+ * If connecting to an endpoint with TLS, whether to skip verifying the
+ * remote peer's certificates. Verification is enabled by default.
+ *
138
+ * @param verify_peer True to skip verification, false to verify.
139
* @return Reference to this builder.
140
*/
141
Builder& skip_verify_peer(bool skip_verify_peer);
0 commit comments