We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9686ce8 commit 8c7cc4aCopy full SHA for 8c7cc4a
1 file changed
lib/options.js
@@ -106,6 +106,9 @@ function modernize(legacy) {
106
if (legacy.secure.hasOwnProperty('certPath')) {
107
modernized.credentials.certPath = legacy.secure.certPath;
108
}
109
+ if (legacy.secure.hasOwnProperty('secureProtocol')) {
110
+ modernized.credentials.secureProtocol = legacy.secure.secureProtocol;
111
+ }
112
} // else no credentials were provided
113
114
// construct `interfaces`
0 commit comments