We are running puakma with SSL connection no problem untill now
The certificate in the keystore should be renewed. No one can remember the password for the old keystore so i maked a new one with the new certificate. but it won't work.
These are the commands that i used.
"C:\Program Files\Java\jdk1.6.0_04\bin\keytool.exe" -keyalg "RSA" -alias *.odense.dk -import -file D:\certifikat\stjerneodensedk\odense-dk.crt -trustcacerts -keystore odensedk
"C:\Program Files\Java\jdk1.6.0_04\bin\keytool.exe" -keyalg "RSA" -alias tdcssl -import -file D:\certifikat\tdcroot\danid-sslchain-tdcroot-tdcssl.cer -trustcacerts -keystore odensedk
"C:\Program Files\Java\jdk1.6.0_04\bin\keytool.exe" -keyalg "RSA" -alias entrustssl -import -file D:\certifikat\tdcroot\tdc-sslchain-entrustssl-entrustssl.cer -trustcacerts -keystore odensedk
"C:\Program Files\Java\jdk1.6.0_04\bin\keytool.exe" -keyalg "RSA" -alias tdcroot -import -file D:\certifikat\tdcroot\tdc-sslchain-entrustssl-tdcroot.cer -trustcacerts -keystore odensedk
When i use the new keystore i get this error in the log.
(E) Accept failed: 'No available certificate or key corresponds to the SSL cipher suites which are enabled.' (SYSTEM - BOOSTERServer(443 SSL))
One of the difference is that the new cert is with 2048 key where the old one was with 1024 key.
Can that be a problem.
Regards
Lars Soerensn
|