When using a custom OCR certificate, you receive the following error:
"ERR_HTTP2_PROTOCOL_ERROR"
OCR on windows
Detection Server on Windows or Linux
Browser is expecting to http2 protocol and is not supported by OCR services.
Check that the ocr public certificate is in the correct truststore.
for Linux:
Using the curl the command to test the new OCR certificate.
curl -v --insecure https://<url of ocr server>:8555
Or using openssl client
openssl s_client -connect <ipaddress>:8555