Merge pull request 'allow insecureSkipVerify' (#1) from allow-insecureSkipVerify into main
Reviewed-on: #1
This commit is contained in:
commit
573b70c319
@ -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