Is there a way to disable tlsv1.0? In my montirc I have
set ssl {
verify: enable,
version: tlsv11,
version: tlsv12
}
But still TLSv1.0 is enabled, and adding -tlsv10 (like in apache) doesn't work.
To be able to pass PCI Compliance on this particular server I need to disable this on this specific port (2812)
Thank you,
--