allow connections to repos and mirrors with no SNI field
Most TLS libraries and browsers send by default the domain name in the TLS ClientHello SNI field. For webservers without virtual hosts, the SNI field is not needed. The SNI field is in plain text, and therefore is a privacy leak. fdroidclient should avoid using the SNI field unless the mirror/repo requires it.