I have a web application that is using an SSL cert.
When I visit page https://www.xyz.com/secure_login.jsp, I can use my browser to check the connection details (ie. level of encryption).
Even though I can see the https, and the browser confirms I have a secure connection, is there a way to test or confirm that indeed the connection remains secure while data is in transit, and until the next page (a confirmation page for example) is loaded?
I understand what integrity checks are in theory, but have no experience seeing the results of them.
Is there a way/tool to confirm that?