diff options
Diffstat (limited to 'connect.js')
| -rw-r--r-- | connect.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ const connectToGeminiServer = (opt, cb) => { const socket = connectTls({ ALPNProtocols: [ALPN_ID], minVersion: MIN_TLS_VERSION, - hostname, port, + host: hostname, + port, cert, key, passphrase, ...tlsOpt, }) |
