mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-27 09:17:16 +02:00
Extend HTTPClient to allow connecting with a client certificate (#788)
* Forward client certificate to wificlient secure * remove comment
This commit is contained in:
committed by
Me No Dev
parent
0768590332
commit
36dba996c1
@ -129,6 +129,7 @@ public:
|
||||
bool begin(String url, const char* CAcert);
|
||||
bool begin(String host, uint16_t port, String uri = "/");
|
||||
bool begin(String host, uint16_t port, String uri, const char* CAcert);
|
||||
bool begin(String host, uint16_t port, String uri, const char* CAcert, const char* cli_cert, const char* cli_key);
|
||||
|
||||
void end(void);
|
||||
|
||||
|
Reference in New Issue
Block a user