7 May
2005
7 May
'05
9:49 p.m.
Hi,
I have turned on rawlog, and everything seems to be OK. I am unable to dump the wire, because it's SSL, so not sure what to do to debug this.
Since you know the private key of the server (I assume you run it yourself), you can use ssldump to dump the traffic (use ssldump -k keyfile -d to decode the traffic with the private key in PEM format)
johannes