EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  how to use tls 1.2

    Posted Mon October 12, 2020 03:06 PM
    i wish to use tls 1.2 when communicating between my apache server and my iseries box.  I believe that would be configured in my build descriptor but cant find any information on that.

    My current config contains:
    sqlValidationConnectionURL="jdbc:as400:ibmiseries;prompt=false;naming=system;libraries=qs36f,natfiles,natcoll;secure=true;"
    sqlDB="jdbc:as400:ibmiseries;prompt=false;naming=system;date format=usa;transaction isolation=none;autocommit=off;secure=true;"
    sqlJDBCDriverClass="com.ibm.as400.access.AS400JDBCDriver"

    any ideas or link to documentation?

    ------------------------------
    nick jones
    ams
    englewood cliffs NJ
    ------------------------------


  • 2.  RE: how to use tls 1.2

    Posted Thu October 15, 2020 10:26 AM
    Hi Nick,
    Your jdbc url looks correct.
    The main thing is that you have to enable the server side for TLS 1.2 or whatever version you want.
    The following links may help:

    https://www.ibm.com/support/pages/node/1127325
    https://www.ibm.com/support/pages/node/645203

    Dev





    ------------------------------
    Dev Banerjee
    ------------------------------