Ssl – What are some easy tips for accelerating SSL when using IIS

iisiis-7.5performancessl

This evening while perusing Hacker News I came upon a post with the title 5 easy tips to accelerate SSL. An interesting read, but I don't use Apache or Nginx and am instead interested in similar tips for IIS. Cursory Googling didn't turn up anything of note (doesn't mean I missed something). Are there similar "easy" tips for speeding up the way IIS handles SSL?

Best Answer

The CDN stuff is software agnostic, so same advice.

article discussion cache-control for IIS7

Intermediate certificates are presented by default, which is something every Apache and Nginx configuration should have anyway, so that one was a bit misleading.

IIS7 Enable KeepAlive

Cypher Suite list in IIS is just about terrible to configure

Related Topic