Hello,<br><br>I'm trying to implement SSL in my Koha server running on Debian 6.0 (squeeze). I've implemented it for my OPAC view, I've created another file 'koha-ssl' in ../apache2/sites-available/ directory and enabled it. I've edited ../apache2/sites-available/koha like following:<br>
<br>NameVirtualHost *:80<br><VirtualHost <a href="http://127.0.1.1:80">127.0.1.1:80</a>><br clear="all"><br> .....<br> .....<br><br></VirtualHost><br><br>And ../apache2/sites-available/koha-ssl like following:<br>
<br>NameVirtualHost *:443<br><VirtualHost <a href="http://127.0.1.1:443">127.0.1.1:443</a>><br>
.....<br><br> SSLEngine On<br> SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem<br> SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key<br> <br>
.....<br></VirtualHost><br><br>Now <a href="https://127.0.1.1/">https://127.0.1.1/</a> is showing the OPAC. But I can't figure it out how to implement it for staff-view <VirtualHost <a href="http://127.0.1.1:8080">127.0.1.1:8080</a>> <br>
Request for port 80 is redirecting to port 443, how can I do that for port 8080? In fact, I don't have any prior idea on doing this; a descriptive suggestion is appropriate for me.<br><br>Thanks.<br><br><br><br>-- <br>
Altaf Mahmud<br>System Programmer<br>Ayesha Abed Library<br>BRAC University<br>Bangladesh.<br><br>