From 563ced61cb45a66c69fca3fdc34b63947f8c7b81 Mon Sep 17 00:00:00 2001 From: Matt Broadstone Date: Mon, 6 Jan 2020 16:47:52 -0500 Subject: [PATCH] fix: copy `ssl` option to pool connection options --- lib/cmap/connection_pool.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/cmap/connection_pool.js b/lib/cmap/connection_pool.js index 29d836b27e..55305c5185 100644 --- a/lib/cmap/connection_pool.js +++ b/lib/cmap/connection_pool.js @@ -46,6 +46,7 @@ const VALID_POOL_OPTIONS = new Set([ 'compression', // node Net options + 'ssl', 'localAddress', 'localPort', 'family',