6 >From the servers perspective:
12 (Is SSL_NEGOTIATE_CODE?) ----------- Normal startup
18 (Server compiled with USE_SSL?) ------- Send 'N'
36 >From the clients perspective (v6.6 client _with_ SSL):
42 Send packet with SSL_NEGOTIATE_CODE
45 Receive single char ------- 'S' -------- Establish SSL
51 Is it 'E' for error ------------------- Retry connection
55 Is it 'N' for normal ------------------- Normal startup
60 ---------------------------------------------------------------------------