ulixee / hero

The web browser built for scraping
MIT License
647 stars 32 forks source link

TLS cert error on some websites. #270

Open JortsEnjoyer0 opened 3 weeks ago

JortsEnjoyer0 commented 3 weeks ago

Apart from the "Not secure" red message in the left side of the address bar (with https crossed out) that is present when using Hero, some websites give this:

Requested host does not match any Subject Alternative Names (SANs) on TLS certificate [46f00bd73610998027fac0e59ed15b53343184d63735d0aa3bb61db5edad0cfd] in use with this connection.

Visit https://docs.fastly.com/en/guides/common-400-errors#error-421-misdirected-request for more information.

Which is from this site: https://www.simplyrecipes.com

The site works fine on a regular browser.

blakebyrnes commented 2 weeks ago

Hero runs with a Man in the Middle, so you are always going to get the not-secure flag. It has no impact on the page load or anything else that would be detectable, to my knowledge.

For the SAN issue cause the content to not load?