From: George v. <geo...@gm...> - 2014-05-07 10:06:51
|
Hi, I am trying to configure CIMOM for SSL connections. I want to validate the client certificate in server. For that , How to configure it?.. Please let me know. I just tried, Please see the httpsd configuration section in sfcb.cfg file, *sslKeyFilePath: /home/hplumenApp/tmpfs/Web/ssl/serverkey.pem* *sslCertificateFilePath: /etc/ssl/certs/server.pem* *sslCertList: /etc/ssl/clist.pem* *sslClientCertificate: require* *sslIndicationReceiverCert: ignore * *sslClientTrustStore: /etc/sfcb/client.pem* Then tried to send wsman request, I got the ssl connect error. please see the debug log message of sfcb, --- SSL_ERROR_SSL during handshake: error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE:peer did not return a certificate *** httpAdapter.c:1697 SSL_ERROR_SSL error during SSL handshake -- exiting Please let me know how to resolve it. Regards, George |