Error during REST API call in Sailpoint using JDK17

adding following to your application server/tomcat java options should resolve this issue

–add-opens=java.base/sun.net.www.protocol.https=ALL-UNNAMED

1 Like