forked from btclock/btclock_v3
Use CA bundle instead of single certificates, make auto update URL configurable
This commit is contained in:
parent
a614bd15db
commit
82dd70a38d
14 changed files with 126 additions and 92 deletions
|
@ -302,7 +302,7 @@ int getBlockFetch()
|
|||
WiFiClientSecure client;
|
||||
|
||||
if (preferences.getBool("mempoolSecure", DEFAULT_MEMPOOL_SECURE)) {
|
||||
client.setCACert(mempoolWsCert);
|
||||
client.setCACertBundle(rootca_crt_bundle_start);
|
||||
}
|
||||
|
||||
String mempoolInstance =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue