To install JSEE
SoftwareAG\jvm\jvm\jre\lib\security
- Download the JCE Unlimited Strength Jurisdiction Policy Files
- Then install under the webMethods JVM directory: SoftwareAG\jvm\jvm\jre\lib\security
Checked the local_policy.jar and US_export_policy.jar under SoftwareAG\jvm\jvm\jre\lib\security folder. Found that their local_policy is using limited crypto strength.
During IS start below message logged.
[ISS.0025.0050W] The JCE Unlimited Strength Jurisdiction Policy File was not found. Please install it.
[ISS.0025.0049I] The JCE Unlimited Strength Jurisdiction Policy File was found
IS> extended settings
watt.net.ssl.client.useJSSE=true
watt.net.jsse.client.enabledCipherSuiteList=default
watt.net.jsse.client.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2,SSLv3,SSLv2Hello
watt.net.jsse.server.enabledCipherSuiteList=default
watt.net.jsse.server.enabledProtocols=TLSv1,TLSv1.1,TLSv1.2,SSLv3,SSLv2Hello
If you set “0006 Server SSL Interface to Trace” (IS Admin > Settings > Logging> Server), the enabled cipher list for a JSSE port will be printed out to the server.log when the port is enabled (including during IS startup).
You can then restrict the cipher list if desired by setting
watt.net.jsse.server.enabledCipherSuiteList=TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
This will be logged when the port is renabled/disabled (no IS restart required)
#webMethods#Integration-Server-and-ESB#webmethods-Protocol-and-Transport