golang
c.WithTransport(&http.Transport{
TLSClientConfig:&tls.Config{InsecureSkipVerify: true},
})
@bukowa thanks for the answer.
May I ask that how does this come? Is the certificate is changed by the website? But the certificate in the website shows normal in the Chrome. Such as https://www.iif.com/Advocacy, it used to be normal. but recently it shows the error.
Most helpful comment
golang c.WithTransport(&http.Transport{ TLSClientConfig:&tls.Config{InsecureSkipVerify: true}, })