Compare commits

..

No commits in common. "573b70c3197a6693145c190b0bcce335a3f1ad78" and "07f35e0a0678c3a5b31d3aef9887d9bcf10a7a0b" have entirely different histories.

View File

@ -90,8 +90,6 @@ 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,
}, },
}, },