Accessing DNB databases via SRU and HTTPS
Hi We had a working Koha configuration to access the database of the German national library (Deutsche Nationalbibliothek / DNB) via SRU and HTTP. But since 19 July requests using the HTTP-protocol will be redirected to the HTTPS-protocol by "HTTP-Statuscode 301 Moved Permanently" (see https://lists.dnb.de/pipermail/ons-sru-ru/2022-July/000015.html). The search via HTTPS is working via yaz-client: # yaz-client https://services.dnb.de/sru/dnb Z> sru GET 1.1 Z> find "Marx" Z> s 1 So in our Koha configuration we changed port 80 to port 443 - but when searching anything Koha immediately (apparently without really searching) returns "Nothing found". It's is the same with both databases "sru/dnb" (bibliographic data) and "sru/authorities" (authorities). Has anyone been successful recently when trying to access the DNB databases via SRU and HTTPS? Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
On 2022-07-26 10:25, Michael Kuhn wrote:
We had a working Koha configuration to access the database of the German national library (Deutsche Nationalbibliothek / DNB) via SRU and HTTP. But since 19 July requests using the HTTP-protocol will be redirected to the HTTPS-protocol by "HTTP-Statuscode 301 Moved
We had a similar problem, see https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30332 I first fiddled with some proxys, but in the end updating libyaz5 fixed the issue. (which remindes me that I need to report that in the ticket and close the bug...) Greetings, domm
participants (2)
-
domm@plix.at -
Michael Kuhn