Skip to content

Commit 507a159

Browse files
committed
WiFiClientSecure: display certificates when debugging is enabled
1 parent 80e9a84 commit 507a159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP8266WiFi/src/WiFiClientSecure.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extern "C"
4545
#endif
4646

4747
#ifdef DEBUG_SSL
48-
#define SSL_DEBUG_OPTS SSL_DISPLAY_STATES
48+
#define SSL_DEBUG_OPTS (SSL_DISPLAY_STATES | SSL_DISPLAY_CERTS)
4949
#else
5050
#define SSL_DEBUG_OPTS 0
5151
#endif

0 commit comments

Comments
 (0)