Category Archives: WCF

The remote certificate is invalid according to the validation procedure wcf

Sometimes the Microsoft tools are too clever for their own good. We have a WCF service which we wanted to move to SSL. The problem was: having changed the WCF security configuration to Transport, and obtaining and configuring a certificate … Continue reading

Posted in WCF | Tagged , | Leave a comment

WAS net.tcp

Another reminder. If you are using WAS to host a WCF service using net.Tcp, make sure the net.tcp listener and net.tcp port sharing services are set to run on the deployment machine. They are disabled by default. Connection refused is … Continue reading

Posted in WCF | Tagged , , | Leave a comment