Skip to content

Support insecureSkipVerify option in TLS config #693

@maheshnayak1

Description

@maheshnayak1

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.

grpc/grpc-go#4396 (comment)

To reproduce

Expected behavior

Screenshots

Environment

  • OS:
  • Terminal:
  • Evans version:
  • protoc version:
  • protoc plugin version (if you are using):

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions