Troubleshooting
Problem
Workday only support TLS 1.2 now and they have withdrawn support for TLS 1.0 and 1.1.
So we are testing this change by connecting to Workday in the Cloud using Workday APIs.
How to make this work?
Version
Version 9.8.0.0
Updates IS_9.8_Core_Fix2
Build Number 247
Extended settings
watt.net.jsse.client.enabledCipherSuiteList=default
watt.net.jsse.client.enabledProtocols=TLSv1.2
watt.net.jsse.server.enabledCipherSuiteList=default
watt.net.jsse.server.enabledProtocols=SSLv2Hello,TLSv1.2
watt.net.overrideSystemProxyselector=false
ERROR Message seen shown below:
"15:49:17 1-29-19 Starting Extracting Process - Worker Personal ....
15:49:17 1-29-19 com.wm.app.b2b.server.ServiceException: iaik.security.ssl.SSLException: Peer sent alert: Alert Fatal: handshake failure
at pub.clientimpl.http(clientimpl.java:994)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:441)
at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:643)
at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:39)"
Document Location
Worldwide
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
20 March 2025
UID
ibm17224244