-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Unacceptable TLS certificate #872
Description
What OS are you using (uname -a, or Windows version)?
Linux user-super-server 5.15.0-56-generic #62-Ubuntu SMP Tue Nov 22 19:54:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
What programming language are you using (C/C++/Go/Rust)?
go version go1.18.1 linux/amd64
What did you expect to see and what you saw instead?
Dear all
I want use w.Navigate("The URL without private"), but cannot proceeed to the URL.
The webview message is "Unacceptable TLS certificate".
Could you help provide some modted bypass this check for TLS?
or
Could you please provide another method for directly processing the URL with unsafe?
Thanks.
Below is the web message(by Chrome) with URL https://xx.xxx.xxx.xxx
It reminded me that this isn't a private network, but I'm still able to access the URL with unsafe.
Your connection is not private
Attackers might be trying to steal your information from xx.xxx.xxx.xxx (for example, passwords, messages, or credit cards). Learn more
NET::ERR_CERT_AUTHORITY_INVALID
To get Chrome’s highest level of security, turn on enhanced protection
This server could not prove that it is xx.xxx.xxx.xxx; its security certificate is not trusted by your computer's operating system. This may be caused by a misconfiguration or an attacker intercepting your connection.
Proceed to xx.xxx.xxx.xxx (unsafe)

