Results 1 to 2 of 2

Thread: HTTPS in http:outbound-gateway

  1. #1
    Join Date
    Aug 2007
    Posts
    138

    Default HTTPS in http:outbound-gateway

    What's the easiest way to configure SSL with http:outbound-gateway?

    Thanks.

  2. #2
    Join Date
    Jan 2009
    Location
    Ukraine, Kharkov
    Posts
    644

    Default

    Hello.

    1. You have to set its attribute url as URL with protocol https
    2. And setup Java opts: -Djavax.net.ssl.keyStore=[PATH_TO_KEY_STORE] -Djavax.net.ssl.trustStore=[PATH_TO_TRUST_STORE_JKS] -Djavax.net.ssl.keyStorePassword=[KEY_STORE_PASSWORD]

    That's all

    Good luck,
    Artem Bilan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •