https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37843 --- Comment #1 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 171075 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=171075&action=edit Bug 37843: Add warn to log errors when trying to connect to a remote SRU/z39.50 server Before this patch, when attempting to connect to a remote SRU/z39.50 server, errors such as incorrect URLs (404 error) or forgetting https (trying to access an https endpoint using http, resulting in a 400 error) were silently ignored. The system would simply return "nothing found" without logging any errors, making it difficult to troubleshoot connection issues. Also added error codes explanation (src: https://www.loc.gov/z3950/agency/contributions/1.html) -- You are receiving this mail because: You are watching all bug changes.