Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add InsecureSkipVerify to TLS configuration
Added a new InsecureSkipVerify configuration option in core/server_config.go and applied it in pki/pki.go. This feature allows users to skip the verification of a server's SSL certificate, useful in testing environments or with self-signed certificates. It should not be used in production environments as it opens potential security risks.
- Loading branch information