Colly: x509: certificate signed by unknown authority

Created on 2 Dec 2019  路  3Comments  路  Source: gocolly/colly

question

Most helpful comment

golang c.WithTransport(&http.Transport{ TLSClientConfig:&tls.Config{InsecureSkipVerify: true}, })

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

duynb picture duynb  路  3Comments

Davidonium picture Davidonium  路  7Comments

dnlo picture dnlo  路  4Comments

killernova picture killernova  路  6Comments

K4N0 picture K4N0  路  6Comments