SSL Question

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.
 
B

bruce barker

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top