java.net.SocketException: Algorithm SSL not available
 Technote (FAQ)
 
Problem
The server cannot be stopped using the stopServer command; however you can stop the server using the Administrative Console.
 
Cause
If the java™.security and soap.client.props files do not have matching security.providers you will see this error.
 
Solution
The important section in java.security is: #
# List of providers and their preference orders (see above):
#

If you have the following in your java.security file:

security.provider.1=sun.security.provider.Sun
security.provider.2=com.ibm.crypto.provider.IBMJCA

and observe this error. You can resolve this problem by adding the following to your java.security file:

security.provider.3=com.ibm.jsse.IBMJSSEProvider
 
 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server > Java Security (JSSE/JCE)
Operating system(s): HP-UX
Software version: 4.0
Software edition:
Reference #: 1188709
IBM Group: Software Group
Modified date: Nov 1, 2004