WAMUI: 12.8.x
To disable the SSL Protocols TLSv1.0 and TLSv1.1 in the AdminUI you will need to edit the stanadalone-full.xml file that can be found at the location: <WAMUI Installer location>\adminui\standalone\configuration\standalone-full.xml
Find the line that has "<https-listener ......."
There will be an attribute for the tag named enabled-protocols it will have a value of "TLSv1.1,TLSv1.2"
You will need to remove the TLSv1.1 part of the string so it looks like the following:
enabled-protocols = "TLSv1.2"
Save the standalone-full.xml file and stop-start the AdminUI and it should only accept TLSv1.2 SSL Protocol connections.