You can use * to ignore fingerprint check for SSL connections: httpClient.begin(url, "*")
begin(String url) normaly awaits HTTP but now will
switch to HTTPS protocol (without fingerprint check) if it detects HTTPS protocol
You can use * to ignore fingerprint check for SSL connections: httpClient.begin(url, "*")
begin(String url) normaly awaits HTTP but now will
switch to HTTPS protocol (without fingerprint check) if it detects HTTPS protocol