]
Pedro Zapata Fernandez updated ISPN-10985:
------------------------------------------
Sprint: DataGrid Sprint #40
Liveness/readiness scripts don't work with custom configuration
---------------------------------------------------------------
Key: ISPN-10985
URL:
https://issues.redhat.com/browse/ISPN-10985
Project: Infinispan
Issue Type: Bug
Components: OpenShift
Affects Versions: 10.0.1.Final
Environment: OpenShift, custom configuration
Reporter: Jens Reimann
Assignee: Ryan Emerson
Priority: Blocker
Using a custom configuration, the liveness/readiness scripts
(`/opt/infinispan/bin/readinessProbe.sh`) no longer work. They do use the in-image config
files to evaluate the state of HTTPS, however as the in-image config file is not using,
this may result in the following error:
~~~
sh-4.4$ /opt/infinispan/bin/readinessProbe.sh
curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number
~~~