Tag Archives: IIS
Remove IIS HTTP server header
Could not create SSL/TLS secure channel
What is OWIN?
Secure HTTP with HSTS in IIS
How to disable insecure cipher suits.
There is a vulnerability in SSL3 called POODLE, it is documented in detail here by Google. SSL2 & 3 needs to be disabled in the client browser and on the web server. Below is a registry file that can be copied and run on a Microsoft IIS web servers to disable SSL 2 & 3… Read More »
WCF Service with net.tcp binding using tcp port sharing through IIS may become unresponsive
The remote server did not satisfy the mutual authentication requirement.
Check the SPNs of the client end point inside the wcf configuration file. Make sure that the destination endpoint is defined correctly. This can be caused by requiring kerberos authentication where is it not possible. In this case make sure that allowntlm is enabled for the particular service. Keep in mind that Kerberos caches the SPN… Read More »