Re: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-19 Thread Krist van Besien
On Thu, Jun 19, 2008 at 18:34, Ian Lord <[EMAIL PROTECTED]> wrote: > I compiled mod_dumpio, load the module and activated it using > > DumpIOLogLevel debug > DumpIOInput On > > I try it both into Server context and Virtual context and nothing was > logged... You must set "loglevel" to debug. Kri

RE: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-19 Thread Ian Lord
From: Krist van Besien [mailto:[EMAIL PROTECTED] Sent: 18 juin 2008 11:15 Yes. mod_dumpio will do this for you: http://httpd.apache.org/docs/2.0/mod/mod_dumpio.html Krist I compiled mod_dumpio, load the module and activated it using DumpIOLogLevel debug DumpIOI

Re: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-18 Thread Krist van Besien
On Wed, Jun 18, 2008 at 16:48, Ian Lord <[EMAIL PROTECTED]> wrote: > Is there a way to actually "dump" the content of the request after being > decrypted by mod_ssl but before it is analysed for processing ? Yes. mod_dumpio will do this for you: http://httpd.apache.org/docs/2.0/mod/mod_dumpio.ht

RE: [EMAIL PROTECTED] Packet debugging when using mod_ssl

2008-06-18 Thread Wilda, Jet
Hi, We use ssldump http://www.rtfm.com/ssldump/ to do that sort of thing. Though you may need to disable some of the cipher suites (found that diffie-hellman doesn't work). ~Jet -Original Message- From: Ian Lord [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 10:48 AM