Hi Konrad, On 07/07/2026 16:58, Konrad Windszus wrote:
Can you maybe elaborate a bit why you have to depend on the private X509TrustManagerImpl? As said before, I don’t want to leverage a different JSSE provider but just relax the handling of certificates.
Yes - this is the call we need to make for the Quic Transport. It is an internal API, hence the dependency: https://github.com/openjdk/jdk/blob/74f9b51f3436018f5f0987cee253d01f2eb27541/src/java.base/share/classes/sun/security/ssl/X509TrustManagerImpl.java#L143 best regards, -- daniel
