Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks | - |
Not Applicable | - |
(This issue may be faced by all TIBCO Products which use tibcojre)
With BusinessWorks(BW) 5.13, TIBCO RUNTIME AGENT(TRA) 5.10 you may see the following error when you invoke SOAP service/HTTP request over SSL.
To overcome the error,
Add the following properties:
java.property.TIBCO_SECURITY_VENDOR=j2se
java.property.jdk.tls.ephemeralDHKeySize=matched in the designer.tra/application.tra file,
&
jdk.tls.ephemeralDHKeySize=matched in java.security file under <tibco_home>\tibcojre\1.8.0\lib\security
For more details on "Customizing Size of Ephemeral Diffie-Hellman Keys" please refer the link in the reference section below.
Note: Property -> jdk.tls.ephemeralDHKeySize=matched in java.security file will take precedence over the property -> java.property.jdk.tls.ephemeralDHKeySize=matched in the designer.tra/application.tra file