Suppose I make a https connection with https://aserver/apath.
In the ssl handshake aserver sends me its certificate or certificate chain. Let's say the chain equals:
aserver.crtintermediate.crtroot.crt
Is there a tool by which I can see what the aserver sends to me? Only aserver.crt of aserver.crt and intermediate.crt or the whole chain?