-
-
Notifications
You must be signed in to change notification settings - Fork 193
Open
Labels
Description
Describe the bug
GO langauage has the support to skip server TLS verification on the client. This is for Nodes which does not have SAN inscribed in their certificate.
If we set InsecureSkipVerify to true to tell the client to skip the verification
tlsConfig := &tls.Config{
InsecureSkipVerify: true,
}
Can you please implement this? It will help a lot of us to connect to stubborn nodes whose certificates are hardcoded with non-compatible SAN values.
To reproduce
Expected behavior
Screenshots
Environment
- OS:
- Terminal:
- Evans version:
protocversion:protocplugin version (if you are using):
Additional context
Reactions are currently unavailable