I have an issue with an application I've been developing that makes web requests over SSL to a local server VM with IIS 8 installed (Windows Server 2012).
So far all the other requests in the application are working apart from one on an XP VM.
It's XP SP3 x86 machine with all the updates installed.
The error I'm getting is The message or signature supplied for verification has been altered
, this in turn is causing a failure in decryption and my report fails to load.
This works fine on other operating systems, I have Windows 7 N Professional and Home Premium VMs (both x64) which work fine.
I found this article which mentioned uninstalling KB968389, which I did to no effect.
I did also see something about possible unsupported encryption methods (AES), could this be my issue?
I'm used to doing basic IIS and Server Management as well as debugging, unfortunately I have no idea which method of encryption is being used or how to find out.
If that's not the issue, what else could it be?