[Koha-bugs] [Bug 5576] Access Koha via SSL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 5 21:01:14 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5576

--- Comment #3 from Ian Walls <ian.walls at bywatersolutions.com> 2011-01-05 20:01:14 UTC ---
hints from http://httpd.apache.org/docs/2.0/ssl/ssl_howto.html

in httpd.conf, with mod_ssl:

SSLVerifyClient none
SSLCACertificateFile conf/ssl.crt/ca.crt

<Location /secure/area>
SSLVerifyClient require
SSLVerifyDepth 1
</Location>

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Koha-bugs mailing list