is there any real reason why I should keep TLS 1.1 enabled?
I can understand that enabling 1.0 widens compatibility, but can bring security problems if not properly configured, while according to this table https://en.wikipedia.org/wiki/Template:TLS/SSL_support_history_of_web_browsers#cite_note-Android-SSLSocket-46 there is almost no browser That supports TLS 1.1 but not TLS 1.2.
even though TLS 1.1 is not broken or anything but the PRFs are mainly using SHA1 and MD5 which has its own implications and might get broken easier in the future and as I said TLS1.1 doesnt really increase compatibility.
so is there any real point for using TLS 1.1, at least on an HTTPS Server?