Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-31 Thread Francisco Javier Guel M .
Javier Guel Mendoza De: Open-ils-general en nombre de Mike Rylander Enviado: jueves, 30 de marzo de 2017 08:40 a. m. Para: Evergreen Discussion Group Asunto: Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS Hi, There are several relatively simple

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Adam Bowling
gialibraries.org] On Behalf > Of Bill Ott > Sent: Thursday, March 30, 2017 9:10 AM > To: open-ils-general@list.georgialibraries.org > Subject: Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS > > > > For single server implementations, there are also free certificates > av

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Ben Shum
> Sent: Thursday, March 30, 2017 9:10 AM > To: open-ils-general@list.georgialibraries.org > Subject: Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS > > > > For single server implementations, there are also free certificates > available from organizations like StartSSL. &

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Mike Rylander
> Bill Ott > Sent: Thursday, March 30, 2017 9:10 AM > To: open-ils-general@list.georgialibraries.org > Subject: Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS > > > > For single server implementations, there are also free certificates > available from organizati

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Josh Stompro
-general-boun...@list.georgialibraries.org] On Behalf Of Bill Ott Sent: Thursday, March 30, 2017 9:10 AM To: open-ils-general@list.georgialibraries.org Subject: Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS For single server implementations, there are also free certificates available from

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Bill Ott
For single server implementations, there are also free certificates available from organizations like StartSSL. On 03/30/2017 10:04 AM, Rogan Hamby wrote: While SSL on an intranet may not be necessary it still isn't harmful. I may be of a paranoid bent but you can have security issues even on

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Rogan Hamby
While SSL on an intranet may not be necessary it still isn't harmful. I may be of a paranoid bent but you can have security issues even on an intranet, especially large geographically distributed ones. And with the increasingly punitive behavior of browsers to punish non-encrypted connections in

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Jason Stephenson
I should add that the staff client requires SSL and there's no easy way to chagne that, so you can't completely disable SSL and expect things to still function properly. On 03/30/2017 09:23 AM, Jason Stephenson wrote: > Jayaraj, > > It would be done via the Apache configuration files. You'd mov

Re: [OPEN-ILS-GENERAL] Disabling SSL in Evergreen ILS

2017-03-30 Thread Jason Stephenson
Jayaraj, It would be done via the Apache configuration files. You'd move everything from the SSL enabled vhost configurations to the non-SSL vhosts, i.e everything from the port 443 configuration sections to the port 80 configuration. Some of that configuration is duplicated, so only the unique th