Compare commits
2 Commits
07f35e0a06
...
573b70c319
Author | SHA1 | Date | |
---|---|---|---|
573b70c319 | |||
ed38ee9172 |
@ -90,6 +90,8 @@ 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{
|
||||||
|
// Maxwell 2025-05-30 Current CA cert probably outdated, skip verification based on PO's request
|
||||||
|
InsecureSkipVerify: true,
|
||||||
RootCAs: caCertPool,
|
RootCAs: caCertPool,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user