While reading about differences between WCF transport security vs Message security, i came across this statement (on microsoft's website) :
Use transport security for the following scenarios:
You have both the service and the client in an intranet.
If i am not wrong, we use ssl/tls to implement transport security. Why would I use https in case my service and client are in intranet (same network).