CESNET / gridsite

Grid Security for the Web.
Other
7 stars 6 forks source link

mod_gridsite logging random error codes #36

Open okeeble opened 7 years ago

okeeble commented 7 years ago

Hi,

After investigating reports of strange errors from DPM sites, I see that mod_gridsite is logging random error codes.

The line below has an uninitialised variable (status) which results in a random error code.

https://github.com/CESNET/gridsite/blob/c673d99bd2246f233d320b924d8cf005ab54fe70/src/canl_mod_gridsite.c#L3959

I wonder if logging this condition is even necessary?

An example of what we see;

[Thu Sep 14 09:58:11 2017] [notice] (os 0x428a3c00)Unrecognized resolver error: mod_gridsite: mod_ssl_with_insecure_reneg = 1

Oliver.