ju916
ju916
I did a simple implementation of a show-certs.cmd Use it as you see fit. [show-certs.txt](https://github.com/christian-korneck/firefox_add-certs/files/36941/show-certs.txt)
Rechecked with github version: $ ./sslsniff -t -c ./certs/ -s 1414 -w x1.log terminate called after throwing an instance of 'BadCertificateException' what(): Could not parse certificate... Abgebrochen better but still...
Fix extracted from the above: certificate/AuthorityCertificateManager.cpp: - X509_set_version(request, 3); - X509_set_version(request, 1); seems to work for us, no side effects yet.
Not in the Office today. Will try it tomorrow bye, ju Am 31.01.2012 um 19:20 schrieb Daniel Roethlisberger [email protected]: > Can you try this patch? > > droe/sslsniff@5b66f8c > >...
Previous was with sslsniff 0.8; rechecked with current version from github: $ ./sslsniff -t -c ./certs/ -s 1414 -w x1.log terminate called after throwing an instance of 'BadCertificateException' what(): Could...
That’s super cool ! Thank‘s a lot for your continued efforts.