cli
cli copied to clipboard
Add configuration to ignore SSL certificate check
Please add the option of enabling and disabling certificate check for SSL connections. I have a proxy in the middle that changes the certificate and can't connect to the server.
It might be an easy adding InsecureSkipVerify to the HttpClient that is loaded from configuration.
If that is OK for all I can work on an PR for that, if the project supporters approves this feature request.
please?