https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12620
Adolfo RodrÃguez Taboada <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from Adolfo RodrÃguez Taboada <[email protected]> --- Created attachment 165452 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165452&action=edit Allows to search in z39.50 servers using a proxy In some environments it is necessary to use a proxy to search in z39.50 servers wether it's because it doesn't have access to Internet or that the z39.50 ports are blocked. This commit allows to configure a proxy in a new system preference HTTPS_Proxy. Sometimes some of the z39.50 servers don't work with the proxy, so we have added a column at server level so you can specify which ones won't use the proxy. To use the proxy the preference must be configured and the "Do not use proxy" checkbox in the z39.50 must be unchecked. Test plan 1 Check searching agains z39.50 No results. 2 Apply patch, restart services 3 Configure system preference HTTPS_Proxy 4 Check searching agains z39.50 and see that you get results. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
