From 7c8c9ce28c299033a71a4a6090885dd51fae48ea Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 16 Jun 2007 22:40:13 +0200 Subject: [PATCH] Added some further tips (SSL debugging) --- debian/changelog | 6 ++++++ grml_tips | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 86fc80c..ab955d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-tips (0.4.2) unstable; urgency=low + + * Added some further tips (SSL debugging). + + -- Michael Prokop Sat, 16 Jun 2007 22:39:54 +0200 + grml-tips (0.4.1) unstable; urgency=low * The "let's support storing unmatched keywords in a database" release. diff --git a/grml_tips b/grml_tips index 31e3c5b..ce98176 100644 --- a/grml_tips +++ b/grml_tips @@ -2628,3 +2628,8 @@ and where grml is running: Then booting your client(s) via PXE should work without any further work. -- +Debugging SSL communications: + +% openssl s_client -connect webmail.grml.org:993 + +# ssldump -a -A -H -i eth0 -- 2.1.4