[progress Communities] [progress Openedge Abl] Forum Post: Re: Getting Error [d2c][jdbc...

  • Thread starter Thread starter Mark Biamonte
  • Start date Start date
Status
Not open for further replies.
M

Mark Biamonte

Guest
Is SSL encryption enabled on the Oracle database instance? Normally DataDirect Cloud will use SSL when communicating with Cloud data sources. This is because the data is being transported over the public internet. If SSL is enabled, what port is configured in the Oracle data source in DataDirect Cloud. Is should be the SSL port. The default SSL port on Oracle instances configured for SSL is 2484. You can determine whether SSL is enabled and on what port for your AWS RDS instance by looking at the details for the option group assigned to the Oracle instance. If the Oracle instance is not configured for SSL, you can configure DataDirect Cloud to not use SSL when connecting to the instance. NOTE, disabling SSL for Cloud data sources is highly discouraged and should only be done for a test database that contains data that you don't care is sent in clear text over the public internet. To Connect to an Oracle instance without SSL set the port to 1521 and then on the advanced tab specify the following for the value of the ExtendedOptions connection option encryptionMethod=noEncryption

Continue reading...
 
Status
Not open for further replies.
Back
Top