Skip to content

Commit c7fc7a7

Browse files
committed
Enable builtin trust anchors and full profile to allow AWS connection
1 parent 7a41b87 commit c7fc7a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ArduinoBearSSLConfig.h

+2-2
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)