Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to bypass SSL verification. I passed the following JVM arguments into my job (in execute>advanced parameters):
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
as described here:
But it doesn't seems to work.
Does anyone have a solution?
Thank you,