SSL Question

  • Thread starter Thread starter Rob Schieber
  • Start date Start date
R

Rob Schieber

Hello,

We have recently set up an IIS web site that runs on SSL. Unfortunately,
the performance is now much slower. In looking at the logs, it appears that
I am no longer getting any (not modified) 304 responses, now they are all
200. This is causing a lot of overhead because we are using some of the
ajax framework features, and the scripts are pretty big. Is there a
configuration I can apply that would make IIS start sending 304 responses,
or is this an SSL behaviour.

Thanks in advance.
 
this is usually a ssl configuration. a common default for ssl to set the
xpir header to true so that all downloads are not written to disk. most
can be configured to trust the actual headers.

-- bruce (sqlwork.com)
 
Back
Top