allow insecureSkipVerify
This commit is contained in:
parent
07f35e0a06
commit
ed38ee9172
@ -90,7 +90,9 @@ func (f *FeeAuditUtils) httpsPost(funcName string, writeoffRequest WriteoffReque
|
|||||||
client := &http.Client{
|
client := &http.Client{
|
||||||
Transport: &http.Transport{
|
Transport: &http.Transport{
|
||||||
TLSClientConfig: &tls.Config{
|
TLSClientConfig: &tls.Config{
|
||||||
RootCAs: caCertPool,
|
// Maxwell 2025-05-30 Current CA cert probably outdated, skip verification based on PO's request
|
||||||
|
InsecureSkipVerify: true,
|
||||||
|
RootCAs: caCertPool,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user