[Koha-bugs] [Bug 25965] Create SIP2 client daemon with HTTPS API endpoint

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 23 13:33:49 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25965

--- Comment #20 from Kyle M Hall <kyle at bywatersolutions.com> ---
> I'm not familiar with NCIP or how the security of the communications has
> been resolved with NCIP. Couldn't find anything with a quick google. If it
> makes tunneling/VPN stuff obsolete, then that's great. Just what we were
> after.

NCIP uses HTTP for communication, so it supports SSL/TLS. It's XML based:
https://www.niso.org/standards-committees/ncip

> 3M SIP2 protocol is now NISO property? Cool. Maybe it will now get updated
> to reflect current needs.

Yep, https://www.niso.org/standards-committees/sip
I've been waiting years for SIP3. At this point I'm not holding my breath ;)

Our NCIP implementation can be found here:
https://github.com/bywatersolutions/ncip-server
It does not support the complete NCIP message set, but it's quite easy to add
messages as they are needed.

-- 
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