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 f7cffd0 commit 1aec4fdCopy full SHA for 1aec4fd
lib/commands/client_handshake.js
@@ -137,7 +137,7 @@ class ClientHandshake extends Command {
137
if (connection.config.ssl) {
138
// client requires SSL but server does not support it
139
if (!serverSSLSupport) {
140
- const err = new Error('Server does not support secure connnection');
+ const err = new Error('Server does not support secure connection');
141
err.code = 'HANDSHAKE_NO_SSL_SUPPORT';
142
err.fatal = true;
143
this.emit('error', err);
0 commit comments