I had used OCSP stapling in AWS in the past, due to changes on AWS they no longer allow this. This has resulted in having to open a firewall rule to allow outbound HTTP traffic for OCSP from client devices.
For us opening port 80 is not allowed across a secure network that a device sits on and some people have raised concern that sending data over HTTP in cleartext leaves it open to MiTM manipulation on route to the OCSP server.
When I read the information about Online Certificate Status Protocol it talks of using HTTP but I cannot see where it specifically states it must be port 80.
Anyone got experience of using OCSP and not using port 80 or had any security concerns about opening such ports to this traffic.