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 a3d3b60 commit 647dfd0Copy full SHA for 647dfd0
src/v1/internal/ch-websocket.js
@@ -53,7 +53,7 @@ class WebSocketChannel {
53
this._error = newError("The browser version of this driver only supports one trust " +
54
"strategy, 'TRUST_CUSTOM_CA_SIGNED_CERTIFICATES'. "+opts.trust+" is not supported. Please " +
55
"either use TRUST_CUSTOM_CA_SIGNED_CERTIFICATES or disable encryption by setting " +
56
- "`encrypted:\"ENCRYPTION_OFF\"` in the driver configuration.");
+ "`encrypted:\"" + ENCRYPTION_OFF + "\"` in the driver configuration.");
57
return;
58
}
59
0 commit comments