https - how to establish 2-way SSL connection from Spring-XD -
I am calling a URL on the HTPS which uses 2 methods authentication in accepting the certificate of Spring XD server Enabled, although SpringXD is required to authenticate the server too.
I have a certificate that SpringXDAd needs to be sent to the server, but it does not know at all how should I configure it?
I am using the http-client processor module HTTPS.
If someone can tell me to correct the configuration.
Below is my stream: Create Stream - Named HitSSL --definition "jms --destination = readFromQ | Http-client --url = '' '' '--httpMethod = GET | Log "
And while trying to suppress the URL, I get: : Fatal Warning: Handshake_file; Nested exception javax.net.ssl.SSLHandshakeException: Fatal Warning: Handshake_fileon
First of all You should make a major store file (JKS) using some key tools and keep your certificate file there.
After this you JAVA_OPTS ENV variable to get the xd-container shell script to get your js file:
Export javo_opts = -dajavax.net.ssl.keystore = mySrvKeystore -Davavax.net.ssl.keyStorePassword = 123456 xd-kenner or -d Modify the xf-container script with DEFAULT_JVM_OPTS .
No coding is required.
Comments
Post a Comment