On-premises Symproxy component Healthcheck gives the following output while executing the Healthcheck URL from the Symproxy server:
Using Curl Healthcheck:
curl -k http://localhost:8081/Healthcheck
Result:
curl: (1) Received HTTP/0.9 when not allowed
To fix this issue:
- Log in to the Symproxy Server.
- Navigate to the Symproxy configuration directory.
- Open the application.properties configuration file using vi editor.
Add this line:
healthcheck.ssl.use=false- Save the file.
Execute Healthcheck:
curl -k http://localhost:8081/Healthcheck- You should now see all the details of the Symproxy status.