mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 23:24:54 +00:00
curl insecure because of timeout centos7
This commit is contained in:
parent
3d4b85194f
commit
a985088dcb
@ -33,6 +33,7 @@ dns_kas_add() {
|
|||||||
|
|
||||||
_info "Creating TXT DNS record"
|
_info "Creating TXT DNS record"
|
||||||
|
|
||||||
|
export HTTPS_INSECURE=1
|
||||||
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
||||||
|
|
||||||
params_auth="\"kas_login\":\"$KAS_Login\""
|
params_auth="\"kas_login\":\"$KAS_Login\""
|
||||||
@ -81,6 +82,7 @@ dns_kas_rm() {
|
|||||||
|
|
||||||
# If there is a record_id, delete the entry
|
# If there is a record_id, delete the entry
|
||||||
if [ -n "$_record_id" ]; then
|
if [ -n "$_record_id" ]; then
|
||||||
|
export HTTPS_INSECURE=1
|
||||||
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
||||||
|
|
||||||
params_auth="\"kas_login\":\"$KAS_Login\""
|
params_auth="\"kas_login\":\"$KAS_Login\""
|
||||||
@ -139,6 +141,7 @@ _check_and_save() {
|
|||||||
# Gets back the base domain/zone and record name.
|
# Gets back the base domain/zone and record name.
|
||||||
# See: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
|
# See: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
|
||||||
_get_zone_and_record_name() {
|
_get_zone_and_record_name() {
|
||||||
|
export HTTPS_INSECURE=1
|
||||||
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
||||||
|
|
||||||
params_auth="\"kas_login\":\"$KAS_Login\""
|
params_auth="\"kas_login\":\"$KAS_Login\""
|
||||||
@ -179,6 +182,7 @@ _get_zone_and_record_name() {
|
|||||||
|
|
||||||
# Retrieve the DNS record ID
|
# Retrieve the DNS record ID
|
||||||
_get_record_id() {
|
_get_record_id() {
|
||||||
|
export HTTPS_INSECURE=1
|
||||||
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
export _H1="SOAPAction: \"urn:xmethodsKasApi#KasApi\""
|
||||||
|
|
||||||
params_auth="\"kas_login\":\"$KAS_Login\""
|
params_auth="\"kas_login\":\"$KAS_Login\""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user