Customer Portal

Connection Reset Error in HTTPConnector Help!!

Comments 3

  • Avatar
    rickymartin06
    0
    Comment actions Permalink
    The api call is the following:

    https://phenomenom.revelup.com/resource ... ormat=json

    Server has no proxy.

    The api authentication is via HTTP Header.
  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hello Ricardo,

    it seems that the API site you intend to connect to has stopped supporting TLS protocols older than version 1.2. Unfortunately, due to the obsolescence of Java which you are using on your server (1.7.0_80) which does not support TLS 1.2 by default, the SSL handshake could not be established between the API site and CloverETL Server. The most straight-forward solution to this situation would be to upgrade to Java 8.

    Best regards,
  • Avatar
    rickymartin06
    0
    Comment actions Permalink
    Updated Clover Java to Java 8 and sucessfully fixed the issue, Thanks!

Please sign in to leave a comment.