I am attempting to create an SSL connection to a remote server using Java 7 and I\'m receiving the following exception:
javax.net.ssl.SSLHandshakeException:
did you include the truststore when you execute the client?
java -Djavax.net.ssl.trustStore=${resources}/localhost.truststore \ -Djavax.net.ssl.trustStorePassword=TRUSTSTORE_PASSWORD -jar client.jar com.acme.RunClient