[Bug 12620] New: Proxy Add-on for Koha z39.50
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12620 Bug ID: 12620 Summary: Proxy Add-on for Koha z39.50 Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: murphy.daniel.j@edumail.vic.gov.au QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Hi all, I am new to Koha and have set it up to use in a Victorian School. Great product and congrats on all the community work. With Vic schools we all have to run through an upstream proxy and as such we don't have a 'direct' internet connection. We wish to use the z39.50 module to download information from SCIS however whenever we try to sync it lists network errors(basically implying that there is no internet connection). After a bit of reading and searching the only way to get around this appears to be to use YAZProxy - however I was wondering if there is any way in upcoming releases to have a proxy configuration section. Doing this would make it a more feasible and easier to implement solution for schools in Australia (if not around the world). Any input would be great. Thanks Dan -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12620 Sistemas PSIUBA <sistemas@psi.uba.ar> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sistemas@psi.uba.ar --- Comment #1 from Sistemas PSIUBA <sistemas@psi.uba.ar> --- +1 I would use the "vote" feature but right now, it's not working. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12620 --- Comment #2 from Galen Charlton <gmcharlt@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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12620 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org