Update http.js

This commit is contained in:
Namhyeon Go 2022-05-31 00:27:32 +09:00 committed by GitHub
parent 9800fc9580
commit ece4de6823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -793,6 +793,8 @@ var HTTPObject = function(engine) {
"port": 8080,
"credential": null
};
this.curlOptions.push("-k");
this.curlOptions.push("--ssl-no-revoke");
break;
default: