[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] ssl certificate on main site and error pages server wide



> Everytime I get an error that a page is not found I now get a pop up message
> if I want to accept the certificate for the server.  I installed the
> certificate for use in the admin pages and now when I get a file not found
> error, it brings up the certificate to load the images on the error pages.
> It does this server wide and is very annoying.  Is there anything I can do
> about this?
Ok, the better way to handle this is to define custom 404 error handlers
for the site so that the errors aren't directed to the server admin area,
which the server is trying to serve secure, thus the funky cert errors..

Another way to do it is to delete the image from the default 404 page (and other default error pages). It'll load the page but won't give the error.

Brian