Thursday, May 17, 2018

The invocation resulted in an error: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.

Error while invoking HTTPS URL from OSB Business service.

Error Message: The invocation resulted in an error: Server chose TLSv1, but that protocol version is not enabled or not supported by the client.

Steps to Resolve: 
  • Open weblogic console., Click on Servers

  •  Click on OSB Server

  • Navigate to Configuration->Server Start



  • Add the below property in Arguments

Dweblogic.security.SSL.minimumProtocolVersion=TLSv1


Now Restart the OSB Server for the changes to reflect.

Reference: https://docs.oracle.com/middleware/1213/wls/SECMG/ssl_version.htm#SECMG636

No comments:

Post a Comment