You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/01/02 20:11:16 UTC

[Bug 64253] MailReaderSampler with SSL authentication

https://bz.apache.org/bugzilla/show_bug.cgi?id=64253

--- Comment #5 from Felix Schumacher <fe...@internetallee.de> ---
I think one of the (possible more than one) problems is, that we load a
trust-store without a password (LocalTrustStoreSSLSocketFactory). That way, the
SSLContext will not have access to any client certs (their private parts) that
might be located inside the JKS file.

As JKS is going to be replaced by PKCS12 (or at least advised to be replaced),
another addition to supporting a password for the trust-store (and thus making
it a trust+key-store) would be to support other formats beside JKS.

-- 
You are receiving this mail because:
You are the assignee for the bug.