You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: