Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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