Open MattPellegrini opened 5 months ago
HTTPS works perfectly fine, it is just the TLS certificate isn't validated.
Should certificate validation be required you'd just need to amend the library code when making a https call, similar to what is done here:
As far as I can tell, the HTTPClient used here will use this method HTTP - have I understood that correctly?
This is backed-up by a few logs of:
unexpected protocol: https, expected http
andWARNING: Skipping SSL Verification. INSECURE!
Is there a way to support https that I've missed?