While reading about Transfer security, I read that “Transport security is good when you don’t have intermediate system between your client and service”.
What do we mean by “Intermediate systems” ?? .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
With SSL, the security properties only hold between the two endpoints of the connexion. If you have intermediate systems then the SSL security will be provided between your system and the intermediate system. Not between your system and the final system.
Here intermetiate systems are WCF servers.