Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a parent job which run 10 subjobs.
One of these subjobs use a tSetKeystore to call with https and ssl certificate.
When I run this job alone, it works fine.
When I run my parent job which run this subjob, I have this issue:
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
Do you have any idea?
Thank's
Hi @YoshiFdgo ,
This might be an issue due to shared JVM with main job.
In the tRunJob of the child job, please check the "Use Independent Process To run Subjob" and execute from the parent job.
This will ensure that the particular job runs independently, though called from parent job.
Thanks and Regards,
Subhadip
Hi @YoshiFdgo ,
This might be an issue due to shared JVM with main job.
In the tRunJob of the child job, please check the "Use Independent Process To run Subjob" and execute from the parent job.
This will ensure that the particular job runs independently, though called from parent job.
Thanks and Regards,
Subhadip