Please forgive the ignorance of this question. Just a QA guy running into an issue that is a bit larger than me. I appreciate any help.
I'm getting a 502 response code when using ZAP's manual explore feature. The root cause is reported to be "SSLException: Unsupported or unrecognized SSL message".
As some additional context, I am able to access the landing page of the site. It is when I attempt my first POST request that I get this problem. I access the landing page with http from nginx, then send a HTTPS OPTIONS request through it to tomcat on port 8444, which redirects to 8443. 8443 on tomcat has SSL enabled and is using Http11NioProtocol.
The application gave me a link to go to for further information, and I have followed the steps there, but the situation is the same.
Some additional detals:
-ZAP version 2.9.0
-Using Firefox
-The application in question has and NGINX frontend with a tomcat backend.
Not sure what else I am able to do or how to troubleshoot this.
Thank you for any assistance you can provide.