Hi, I'm running a Koha instance on version 23.05.12 (package install) on Debian 11.10.
I've able to access the REST api using HTTP Basic authentication successfully. However, I am noticing the following issues: 1. API documentation - $protocol://$domain/api/v1/.html is accessible only with http as the protocol. but I'm getting a 403 error if I try to use https 2. Speed of access - (a) When I'm accessing an endpoint e.g. $protocol://$domain/api/v1/patrons/1/account using http, it is blazing fast - typically it returns the result within an average of 150 ms or 0.15 sec. (b) When I'm trying to do the same using https, the average time is 9500 ms or 9.5 sec I'm using a single LE cert for both the opac and the staff-client. Can anyone point me to what I may be missing? thank you Shibani Chowdhury (she / her)
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/