[Koha-bugs] [Bug 12620] Proxy Add-on for Koha z39.50

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 28 17:10:46 CET 2015


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

--- Comment #2 from Galen Charlton <gmcharlt at gmail.com> ---
Depending on the nature of the proxy involved, it may not be necessary to use
YAZProxy. In particular, the YAZ toolkit supports a special connection syntax
to direct Z39.50 and SRU traffic through a proxy.

For example, suppose you have a Squid proxy running on localhost and listening
on port 210, and further suppose that the proxy is configured to allow
connecting to the target Z39.50 server(s).  In that case, with yaz-client you
can do something like this:

yaz-client connect:localhost:3128,tcp:lx2.loc.gov:210/LCDB

and that will get you a proxied Z39.50 connection to the Library of Congress.

As another example, the following would open a proxied connection to the GBV
(Gemeinsame Bibliotheksverbund) SRU server:

yaz-client connect:localhost:3128,http://sru.gbv.de:80/gvk

Translating that to Koha, a system preference or a new column in the
z3950servers table could be added to specify a proxy to use.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list