AIS REST connector Issue with Loadbalancer URL
JD EDwards
9.2.4.6
Recently we have developed one REST connector request for one of the project requirement. Everything working good in non-production environment as it has single server but the same failing in production when we are using load balancing URL. For now we have changed it to specific URL and it is working fine so far, but eventually we need to update it to Load balancer URL.
Error Message:
"message": {
"statusCode": 504,
"error": "java.io.IOException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: n sun.security.ssl.SSLContextImpl$DefaultSSLContext)"
},
"exception": "Exception",
"timeStamp": "2023-09-26T11:10:03.428+0200"
}