sslsniff icon indicating copy to clipboard operation
sslsniff copied to clipboard

terminate called after throwing an instance of 'BadCertificateException'

Open isengard-zz opened this issue 13 years ago • 1 comments

OS: CentOS 6

[pentest@work sslsniff]$ ./sslsniff -t -s 1337 -w sslsniff.log -m IPSCACLASEA1.crt -c certs/wildcard terminate called after throwing an instance of 'BadCertificateException' what(): Could not parse certificate... Aborted [pentest@work sslsniff]$

isengard-zz avatar Jan 23 '12 15:01 isengard-zz

The problem is in CertificateManager::readCredentialsFromFile

Commenting in TargetedCertificateManager.cpp this lines:

// if (!chain.empty()) { // Certificate *chain = readCredentialsFromFile(chainPath, false); // chainList.push_back(chain); // }

Starts fine.

rampa069 avatar Feb 27 '12 23:02 rampa069