Client Certs Not Requested: The default (meaning one-way SSL).
Client Certs Requested But Not Enforced: Requires a client to present a certificate. If a certificate is not presented, the SSL connection continues.
Client Certs Requested And Enforced: Requires a client to present a certificate. If a certificate is not presented, the SSL connection is terminated.
默认情况下,WebLogic Server 配置为使用单向 SSL 身份验证(服务器将其身份传递给客户端)。当服务器需要对客户端进行认证时,使用 SSL 上的双向认证(Two Way Client Cert Behavior)。
在双向连接中,客户端对服务器进行身份验证,然后将其证书发送到服务器。然后,服务器在完成 SSL 握手之前验证客户端身份验证证书。可通过admin配置。
您的选项是“请求并强制执行客户证书”。