It is possible to perform a man in the middle attack considering this situation:
- The communication use the HTTPS protocol
- The attacker sniffs a request from the client, and sends to the client itself a valid certificate signed by a CA (not the real server's certificate, but a own certificate signed by a CA - not a self signed certificate)
- The attacker redirects the client's request to a URL of his server
Does the client notice something? And eventually what is the solution for this problem?