2

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?

ahsteele
  • 375
  • 1
  • 6
  • 14

1 Answers1

2

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

Chris S
  • 77,945
  • 11
  • 124
  • 216