Context:
So I'm trying to access an HTTPS site from my Java code but I am not able due to an SSL Handshake issues between my localhost and the server. It seems the reason for this issues is that the URL I am trying to access has no valid certificate issued from an authorized CA.
So after some research, I'm going to try to import the offending SSL certificates into my JRE, that way it can be validated.
Question:
What is the mac equivalent of this command using the keytool for importing certificates:
keytool -import -alias mycertificate -keystore ..libsecuritycacerts -file c:mycert.cer
Reference:
http://www.jyothis.co.in/2011/11/12/javax-net-ssl-sslhandshakeexception/
Any help or assistance would be much appreciated, thank you
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…