OCSP Stapling

OCSP stapling is a performance improving technology that allows a server to obtain a digitally signed and timestamped OCSP response from the OCSP responder provided by the CA that issued the server certificate.

During handshake a server may supply such a stapled response to a client, thus client that received the stapled response is released from the need to query CA’s OCSP responder on its own.

OCSP Stapling is supported by default since Windows Server 2008. There is no need to enable it manually anywhere. The thing you should know is that OCSP stapling works ONLY for the primary certificate for the IP address and domain name a certificate is issued for/pointed to.

After a certificate is installed, you need to explicitly tell the server that the certificate you would like to have OCSP stapling configured for, does not require Server Name Indication (SNI):

  1. Open “IIS Manager” and select the website you would like to configure OCSP Stapling for
  2. Click on "Bindings" in the left-side menu

    Hardening_26.jpg

  3. Double-click on the entry that is bound with a certificate

    Hardening_27.jpg

  4. Uncheck the option "Require Server Name Indication"

    Hardening_28.jpg

  5. Click "Ok" and restart IIS
  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

SHA-2 server and browser compatibility

In the nearest future all trusted certificates within the industry will be signed with the SHA-2...

What is an ECC (Elliptic Curve Cryptography) certificate?

The situation in information security field is constantly changing. Hack attempts are becoming...

What is the difference between very high, high, medium and low assurance certificates?

The level of the assurance mostly depends on the certificate validation type, the amount of the...

Your site shows 256-bit encryption and my site shows 128-bit, why?

During an SSL/TLS session there are two types of encryption in use: symmetric and asymmetric....

27 Months Maximum Certificate Validity

Starting March 1, 2018, all SSL certificates will have a maximum validity of 27 months. This new...