Skip to content

Commit 704f879

Browse files
committed
ArduinoBearSSLConfig: enable builtin trust anchors and full profile
Enables AWS connection
1 parent fa68b4f commit 704f879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ArduinoBearSSLConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
#define ARDUINO_BEARSSL_DISABLE_KEY_DECODER
3232

3333
/* If uncommented profile should be configured using client.setProfile(...) */
34-
#define ARDUINO_BEARSSL_DISABLE_FULL_CLIENT_PROFILE
34+
//#define ARDUINO_BEARSSL_DISABLE_FULL_CLIENT_PROFILE
3535

3636
/* If uncommented TA should be configured via constructor */
37-
#define ARDUINO_BEARSSL_DISABLE_BUILTIN_TRUST_ANCHORS
37+
//#define ARDUINO_BEARSSL_DISABLE_BUILTIN_TRUST_ANCHORS
3838

3939
#define BEAR_SSL_CLIENT_CHAIN_SIZE 1
4040

0 commit comments

Comments
 (0)