Skip to content

Commit 563ced6

Browse files
committed
fix: copy ssl option to pool connection options
1 parent aedab63 commit 563ced6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cmap/connection_pool.js

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const VALID_POOL_OPTIONS = new Set([
4646
'compression',
4747

4848
// node Net options
49+
'ssl',
4950
'localAddress',
5051
'localPort',
5152
'family',

0 commit comments

Comments
 (0)