Update http.js

This commit is contained in:
Namhyeon Go 2022-05-30 20:19:15 +09:00 committed by GitHub
parent 2a90d80156
commit 5a2bf30b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -759,7 +759,7 @@ var HTTPObject = function(engine) {
"port": 8888,
"credential": null
};
this.curlOptions.push("-k");
this.curlOptions.push("-k");
this.curlOptions.push("--ssl-no-revoke");
break;