In the light of POODLE we have an urgent requirement to turn off SSL2/3 and TLS 1.0 on our public-facing webservers. However we're a public sector body and around 5-10% of visits to our sites are made using machines running Windows XP and lower browsers and our users are not the most tech-savvy and will start flooding our helplines if they try to visit a site they use regularly only to find it is 'down'.
What we'd like to do is show a message to users of older browsers informing them that SSL2/3 is no more and advising them to upgrade OS/ browser in order to keep using your sites. However it would appear that to detect SSL2/3 we have to have SSL2/3 enabled on our servers ...
Is there some other secure way of detecting requests over SSL2/3 and reacting accordingly?