mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 23:14:58 +00:00
Update http.js
This commit is contained in:
parent
9800fc9580
commit
ece4de6823
|
@ -793,6 +793,8 @@ var HTTPObject = function(engine) {
|
||||||
"port": 8080,
|
"port": 8080,
|
||||||
"credential": null
|
"credential": null
|
||||||
};
|
};
|
||||||
|
this.curlOptions.push("-k");
|
||||||
|
this.curlOptions.push("--ssl-no-revoke");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user