Created by: linmaosong2018
Fixes #384 (closed):
- Support TLS SNI by passing in ServerName configuration
- If -- InsecureSkipVerify is false -- ServerName not configured then copy the host part of the connection address as the ServerName. This essentially restores the behavior before https://github.com/quickfixgo/quickfix/commit/ce2275bf2c97f679d58b639e7b90d8b3e3e34b8b
Tests done:
- Unit tests - passing
- Manual test with the test code in #384 (closed) - passing