I\'m working on a project that I want to add SSL to, so I created a simple client/server test implementation to see if it worked and I get a NoSuchAlgorithmException. The follo
The correct SSLContext name is "TLS". A list of standard algorithm names can be found here.