How to Remove the Server Header in IIS 8.5

Like all web servers, Microsoft’s Internet Information Server (IIS) sends its version number with every response: This information is in most cases no problem. However, hiding it may be a requirement because some security scanner mark it as a problem or your reports give you false positive results (like unsupported version while you have extended …

Read more

Creating Let’s Encrypt Certificates on Windows with Win-Acme

Let’s Encrypt offers free SSL certificates to protect the traffic between your website and your visitors. Earlier this year I wrote about the hoops you need to jump through to use those certificates on Azure. This post shows you a way to use Let’s Encrypt certificates on your on-premises servers. The objective of Let’s Encrypt …

Read more