Hi all, I was attempting to verify the authenticity of a RADIUS server's certificate during an EAP-TTLS request and I found that the server certificate was never verified. Regardless of the trust manager configured, my requests were always successful.
Looking at the code it appears that TlsProtocolHandler does not make any use of the local KeyManager[] and TrustManager[] fields.
Hi all, I was attempting to verify the authenticity of a RADIUS server's certificate during an EAP-TTLS request and I found that the server certificate was never verified. Regardless of the trust manager configured, my requests were always successful.
Looking at the code it appears that
TlsProtocolHandler
does not make any use of the localKeyManager[]
andTrustManager[]
fields.