Can anyone help me get started on carrying out HTTP connections with server name indication in Java?
I\'m trying to request content from a site I\'m adminstering. I\
What worked for me was configuring the ServerName correctly in the Apache configuration:
ServerName
/etc/apache2/sites-avaible/default
ServerName foo.domain.com ...
Like said in https://stackoverflow.com/a/8058839/2088282.