We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e9a84 commit 507a159Copy full SHA for 507a159
libraries/ESP8266WiFi/src/WiFiClientSecure.cpp
@@ -45,7 +45,7 @@ extern "C"
45
#endif
46
47
#ifdef DEBUG_SSL
48
-#define SSL_DEBUG_OPTS SSL_DISPLAY_STATES
+#define SSL_DEBUG_OPTS (SSL_DISPLAY_STATES | SSL_DISPLAY_CERTS)
49
#else
50
#define SSL_DEBUG_OPTS 0
51
0 commit comments