Is it possible to log the IP address associated with SNI in the apache logs? I realize that this is SSL when it connects, so if its not now, Im wondering if apache would add it so at least we could get the IP address when I see the following in my logs:
[Wed May 15 04:12:58 2013] [error] No hostname was provided via SNI for a name based virtual host
I ask because I see many hacking/probing attempts and want to use fail2ban to ban them.
Thanks