1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Return error when HTTPClient::begin is called with HTTPS URL without certificate fingerprint (#1941)

This commit is contained in:
Ivan Grokhotkov
2016-04-22 19:21:57 +08:00
parent 53d190f503
commit 81d3bb3e3a
2 changed files with 28 additions and 28 deletions

View File

@ -186,6 +186,7 @@ protected:
String value;
};
bool beginInternal(String url, const char* expectedProtocol);
void clear();
int returnError(int error);
bool connect(void);