I'm attempting to add SSL to my server for sending customer details to a client.
It appears to be working on the Server side with the digital certificate (.pfx) being loaded succesfully.
The problem comes when I try to connect with the client. An AuthenticationException is thrown stating that the remote certificate is invalid. The certificate is a self-signed test certificate - could this be the problem?
If not, I'm out of ideas!
EDIT: The certificate is in the trusted root certificate folder in the MMC on both sides (server and client are being run on the same machine for devel purposes).