I am using version 2015.2.10.0 and EO.WebBrowser does not appear to support TLS 1.2. I am checking this loading the web page
https://www.howsmyssl.com into a EO.WebBrowser. Is there a way to enable TLS 1.2 support?
My code is very basic.
private void Form1_Load(object sender, EventArgs e)
{
webView.Url = @"https://www.howsmyssl.com/";
}
When the page renders it visual states that the browser does not support TLS 1.2.