Possible Duplicate:
How might the U.K. Government's proposed internet surveillance equipment “bypass” encryption?
If I have a server (call it server 1) set up to receive POST data from another server (server 2) over SSL, and then server 1 does stuff with the POST data, what is there to stop a MITM intercepting the entire SSL payload and then sending it off to server 1 at a later time?
I realise that the MITM won't be able to see or modify the data, but couldn't they keep on sending it to server 1 and cause it to do something that we don't really want?

