I have two Apache PHP servers that talk to each other with curl, exchanging GET/POST requests. I want to secure that communication.
Both servers are using HTTPS. Does that mean that using anything else would be overkill? I mean do I need to encrypt anything else or can I just go ahead and send data in plain format?