method
client_ca
v2_6_3 -
Show latest stable
- Class:
OpenSSL::SSL::SSLSocket
client_ca()public
Returns the list of client CAs. Please note that in contrast to SSLContext#client_ca= no array of X509::Certificate is returned but X509::Name instances of the CA’s subject distinguished name.
In server mode, returns the list set by SSLContext#client_ca=. In client mode, returns the list of client CAs sent from the server.