Turn on peer certificate verification in openssl server — During a PoC we did for mTLS in our api gateway, we wanted a backend service to check and see the certificate passed by the gateway to the backend. Looked in to multiple approaches like doing it via different web services (python, springboot, nodejs etc) and came across this blog…