Changes in IISCosign 1.1.1:
+ Installer
Various, small fixes.
+ Some major IISCosign failures reported to the Event Viewer.
There is now a facility with IISCosign to report events directly to the
Event Viewer. This is very useful for diagnosing problems, especially if
the log files cannot be created. The events reported are not comprehensive
and will continue to be tweaked based on administrators' experience and
input.
+ You can now specify allowUnauthenticatedAccess to /MySweetWebApp
NOTE: this was previously labeled allowUnauthenticatedAccess. For clarity
and parity with the Apache version, this has been changed to
allowPublicAccess. Both will still work, but the former will, eventually,
be deprecated.
You can have a folder or web page(s) that can be accessed
by both logged in and non-logged in users. If the user is logged in, the
HTTP_REMOTE_USER, HTTP_REMOTE_REALM, and HTTP_COSIGN_SERVICE variables
will be available. If the user is not logged in, he is not redirected
and only the HTTP_COSIGN_SERVICE variable is available.
+ Log file locking issue circumvented. This prevented multiple instances
of the filter from being instantiated in IIS 6.0. Multiple log files are
created if possible.
+ FALSE
+ Corrected bug that would protect something like "/studentsAndStaff" if
"/students" was protected. Then broke it, fixed it, broke it, fixed it.
This is something you may want to double-check.
+ Extra info put into log file. Please provide feedback on what you
would and wouldn't like to have in the cosign log file.
+ Https redirect bug fixed.
+ Specifying web sites by their IIS description rather than DNS name is
now an option.
Change your cosign-service-name
...
You can use either the original websitename item to refer to the DNS name
or the new IISDescription. If both are present, IISCosign first looks for
IISDescription and will ignore websitename.
For the curious parties, the "IISDescription" is compared to the
ServerComment for the web site in the IIS metabase.
+ You can now limit the log file size. Change your C:\Program
Files\CosignFilter\Logs
---------------------------------
Certificate authority (CA) files need to be rehashed for IISCosign
1.1.1 to work properly. The intention was to make this change for
1.1.2 or later to make upgrading more transparent, but... well, I
forgot. So now that 1.1.1 is out there, we can all start rehashing
now. It's very simple and Apache/Unix people have been doing this for
years now. That is, this is the 'right way' to work with CA files.
The main side effect of this is to receive a looping.html error page and to
see a line such as error:14090086:lib(20):func(144):reason(134) in a cosign
log file.
Here's how to rehash a CA file (umwebCA.pem in this case). Openssl.exe is
placed in your IISCosign directory upon install.
From a command prompt run:
openssl x509 -noout -hash -in \path\to\umwebCA.pem
A hash value is displayed. Copy the contents of the \path\to\umwebCA.pem
file into a file called .0
In your cosign.dll.config file have point to the folder where
the has is located. (Whereas in the past it would point directly to the
file).