Added some further tips (SSL debugging)
authorMichael Prokop <mika@grml.org>
Sat, 16 Jun 2007 20:40:13 +0000 (22:40 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 16 Jun 2007 20:40:13 +0000 (22:40 +0200)
debian/changelog
grml_tips

index 86fc80c..ab955d3 100644 (file)
@@ -1,3 +1,9 @@
+grml-tips (0.4.2) unstable; urgency=low
+
+  * Added some further tips (SSL debugging).
+
+ -- Michael Prokop <mika@grml.org>  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.
index 31e3c5b..ce98176 100644 (file)
--- 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