Compare commits
2 Commits
feature/da
...
v0.2.2
| 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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user