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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
navds
Creator II
Creator II

SSL connection issue in Karaf / xlmrpc client

I am having trouble connecting to a secured server using java xmlrpc. I can run it from the Studio but when I put it inside Karaf, it takes an eternity to make a connection. There is no timeout.

I suspect it has something to do with SSL.

I have these two routines https://github.com/Navds/odooxmlrpc

 

Anyone can help me on this issue?

Labels (4)
1 Reply
Anonymous
Not applicable

Hello,

Talend Runtime provides support for HTTP and HTTPS by default with the help of the pax web component. HTTP / HTTPS configuration for Talend Runtime is done in the org.ops4j.pax.web.cfg configuration file, located in TalendRuntimePath/container/etc/org.ops4j.pax.web.cfg.

To encrypt communication and secure the identification of a server, you can use the HTTPS protocol. HTTPS is based on SSL, which supports the encryption of messages sent via HTTP. To secure communication, HTTPS uses key pairs containing one public key and one private key. Data is encrypted with one key and can only be decrypted with the other key of the key pair. This establishes trust and privacy in message transfers.

For more information about the How-to steps, refer to SSL configuration.

Best regards

Sabrina