Server Management - Systems Insight Manager
1752611 Members
4281 Online
108788 Solutions
New Discussion юеВ

Re: SSL communications between VCA and VCRM

 
Rob C.
Occasional Contributor

SSL communications between VCA and VCRM

My current organization makes little distinction between securing passwords on the intranet and Internet and as a result, we limit SSL ciphers to those that offer high encryption on both internal and external servers.

In addition to ensuring that Windows was configured to only use high encryption ciphers, I recently made changes to the allowed cipher suites for SMH using smhconfig.exe. Specifically, I now have the following:

SSLCipherSuite ALL:!ADH:!EXPORT56:!EXPORT40:RC4+RSA:+HIGH:-MEDIUM:-SSLv2:-EXP:-LOW:-eNULL

I have also been working on the certificates to replace the self-signed certificates using the netbios computer name with certificates issued to the FQDN and signed by our local CA.

I can browse to the SMH on all my servers. SMH is using the correct certificate and at first everything seems to be in order. Unfortunately, when I try to connect to the VCRM from the VCA, the VCA is reporting:

The specified repository is invalid or not reachable.

I have tried accessing it from both the VCRM server and other servers and I have also tried the netbios name as well as just the IP address. The account we use to connect to the VCRM is in the local administrators group, so that is not the issue. In all cases, I can successfully connect to the VCRM from any server using the URL: https://:2381/vcrepository. I have verified that the certificate I get when browsing to the URL is the same certificate in the trusted management servers certificates list.

So I am wondering, is the VCA is capable of using a high encryption cipher?
2 REPLIES 2
pkrai
Trusted Contributor

Re: SSL communications between VCA and VCRM

Are you able to open all other available webapps in SMH, on your setup ?

Thanks.
Rob C.
Occasional Contributor

Re: SSL communications between VCA and VCRM

pkrai - Yes. You also responded to a related posting on this: http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1452725&admit=109447626+1288266351048+28353475. Based on what I have been doing with the certificates, I am starting to think that I broke it. I am not sure that I'll be able to manage certificates for HP management software the way I want...