Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

Bypass SSL Verification

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,

Labels (2)
2 Replies
Anonymous
Not applicable

Hi,
What does your current job look like? Are you using webservice or DB connection?
More information will be preferred.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Hi,
I am using a Magento webservice with a tRest component.
My job is pretty simple: tRest->tExtractJson->tBufferOutput.
The reason I am doing this is because of a SSL handshake error. I know this topic has been discussed already, but I just want to bypass it.
On my development environment, it works just fine, so I know it's not an issue with my job.