To monitor HTTPS sessions, perform the following steps:
- HTTPS session establishment can be done in four or five steps. It is described in the How it works... section of this recipe.
- Watch the order of the packet in the session establishment, and make sure the messages you get are according to the order shown in the following diagram (in brackets, you'll see what should be shown in the packet):

- Followings are the common alerts (and their levels) described in RFC 2246. Alert levels indicate the severity of the messages, and messages with a level of fatal result in termination ...