On Mac OS X when opening a new IE window from a site running under https there is no content in the window and the following error message is displayed:
This can be correct by changing the SSLSessionCache in the Apache httpd.conf file.
The error shows up when SSLSessionCache is set to none. If it is changed to:
SSLSessionCache dbm:/logs/ssl_scache
where is where apache is installed.
This will correct the problem.