I am trying to apply patches on SAP HANA SP05 Rev 52. When i launch the Lifecycle management the certificate does not work and i get the below error
Error:
Could not check credentials provided for user <SID>adm on host hostname.
Error Details:
Could not check credentials provided for user hd1adm on host hananode01.
HTTP transport error: java.io.IOException: HTTPS hostname wrong: should be
HTTPS hostname wrong: should be
I have also tried following the SAP HANA Automated Update Guide by implementing the steps in 4.3 for applying a self certificate but have been unssuccessful
On HANA Appliance
keytool -genkeypair -keystore keystore.jks -alias sumforhana_<hostname> -keyalg RSA -dname "CN = <hostname>" -validity 9999
keytool -exportcert -keystore keystore.jks -alias sumforhana_<hostname> -file sumforhana.cer
On Hana Studio Desktop
keytool -importcert -keystore "C:\Program Files\Java\jre6\lib\security\cacerts" -alias sumforhana_<hostname> -file sumforhana.cer
I have restated the HANA DB after performing the above changes using HDB stop and start.
Kindly do let me know if I have missed something.
Thanks
Shaik Arshad