@itentialopensource/adapter-utils 5.9.3 → 5.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/lib/connectorRest.js +2 -2
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/lib/connectorRest.js
CHANGED
|
@@ -4617,7 +4617,7 @@ class ConnectorRest {
|
|
|
4617
4617
|
return callback(false);
|
|
4618
4618
|
}
|
|
4619
4619
|
}
|
|
4620
|
-
if (sslEnabled && !sslAcceptInvalid && (!sslCAFile
|
|
4620
|
+
if (sslEnabled && !sslAcceptInvalid && (!sslCAFile && !sslCAFileContent)) {
|
|
4621
4621
|
log.error(`${origin}: FAILED TO LOAD - missing required CA File`);
|
|
4622
4622
|
return callback(false);
|
|
4623
4623
|
}
|
|
@@ -4661,7 +4661,7 @@ class ConnectorRest {
|
|
|
4661
4661
|
return callback(false);
|
|
4662
4662
|
}
|
|
4663
4663
|
}
|
|
4664
|
-
if (sslEnabled && !sslAcceptInvalid && (!sslCAFile
|
|
4664
|
+
if (sslEnabled && !sslAcceptInvalid && (!sslCAFile && !sslCAFileContent)) {
|
|
4665
4665
|
log.error(`${origin}: FAILED TO LOAD - missing required CA File`);
|
|
4666
4666
|
return callback(false);
|
|
4667
4667
|
}
|
package/package.json
CHANGED
|
Binary file
|