<div dir="ltr">Chris --<br><br>I think Jason means just serve the whole site as HTTPS, which is what we do and it works fine.&nbsp; No template modifications are required.&nbsp; The Apache config looks like:<br><br>&lt;VirtualHost *:443&gt;<br>
&nbsp;&nbsp; ServerName <a href="http://whoever.kohalibrary.com">whoever.kohalibrary.com</a><br>&nbsp;&nbsp; SSLEngine on<br>&nbsp;&nbsp; SSLCertificateFile /etc/apache2/ssl.crt/whoever.kohalibrary.com.crt<br>&nbsp;&nbsp; SSLCertificateKeyFile /etc/apache2/ssl.key/whoever.kohalibrary.com.plainkey<br>
....<br><br>SSL protects against the exposure of data in transit, like say, during update of a borrower&#39;s password on the staff interface.&nbsp; Nothing special gets done to that data, so it is just POSTed like any other form.&nbsp; But SSL keeps it from being readily sniffable.&nbsp; It can also be used for more advanced forms of authentication like client side certs (but if you&#39;re not a government contractor, it&#39;s unlikely your library needs to be *that* locked down). <br>
<br>--Joe Atzberger,<br>LibLime, Systems Administrator<br> <br><div class="gmail_quote">On Fri, Aug 22, 2008 at 9:42 AM, Chris Cormack <span dir="ltr">&lt;<a href="mailto:chris@bigballofwax.co.nz">chris@bigballofwax.co.nz</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Jason<br>
<br>
Yep that would work fine, if the login pages were separate urls,<br>
instead they can be the same url as a page you might not want to<br>
server ssl. Eg opac-main.pl :)<br>
<br>
So you would have to rejig some timeplates too.<br>
<font color="#888888"><br>
Chris<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Sat, Aug 23, 2008 at 1:01 AM, Jason Stephenson &lt;<a href="mailto:jstephenson@mvlc.org">jstephenson@mvlc.org</a>&gt; wrote:<br>
&gt; If you are using Apache to serve your Koha pages, then you can<br>
&gt; configure individual pages to force SSL.<br>
&gt;<br>
&gt; Check the Apache documentation for Location and SSL.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Koha mailing list<br>
&gt; <a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
&gt; <a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
&gt;<br>
_______________________________________________<br>
Koha mailing list<br>
<a href="mailto:Koha@lists.katipo.co.nz">Koha@lists.katipo.co.nz</a><br>
<a href="http://lists.katipo.co.nz/mailman/listinfo/koha" target="_blank">http://lists.katipo.co.nz/mailman/listinfo/koha</a><br>
</div></div></blockquote></div><br></div>