ssl
setting up ssl on apache webserver
This tutorial describes how to setup SSL on Apache webserver. The tools needed to set ssl up a linux server are openssl, a user with sudo privileges and apache webserver.
how to solve javax.net.ssl.ssl.HandShakeException Error
To solve this error, you would need to download the SSL certificate from the site you are trying to access and import it into you JVM truststore
SSL - JAXWS AND APACHE TOMACT SETUP
Web services are client and server applications that communicate over the World Wide Web's (WWW) HyperText Transfer Protocol (HTTP) .
It is good practice to keep a web service endpoint secure. This article is going to show you how to secure a web service endpoint with Secure Sockets Layer (SSL).