in reply to Encryption using TLS

One of the fields of the xml needs to be encrypted using TLS

Transport Layer Security (TLS) applies only to the Transport Layer, you're thinking of something else.

Replies are listed 'Best First'.
Re^2: Encryption using TLS
by shug94 (Sexton) on Sep 18, 2009 at 01:19 UTC
    Thankyou for the feedback! I have rechecked the task and now see that I AM supposed to use TLS to encrypt the ENTIRE HTTP Request message.

    I am running on an apache HTTPD Server, so maybe I will use mod_ssl.

    Cheers.