Avoiding SSL Exceptions in Oracle JDeveloper When Connecting to the Event URL Using the CSF Key

When you define the CSF key while creating an event-based Oracle Sales Cloud connection in Oracle JDeveloper, you can receive an SSL exception error when you click the Test button. To avoid this issue, perform the following steps.

  1. Open the $JDEV_HOME/bin/jdev.conf file.
  2. Add the following:
    AddVMOption -Dsun.security.ssl.allowUnsafeRenegotiation=true
    AddVMOption -Dhttps.protocols=TLSv1,SSLv3 
  3. Restart Oracle JDeveloper.