I'm configuring a WCF service in the intranet between a client and a server.
I've set it up for wsHttpBinding with TransportWithMessageCredentia without certificate authentication.
Am I correct that service now use ssl/tls and encrypts the messages?
Is this secure or do I need to use certificates too?