Welcome Guest Search | Active Topics | Sign In | Register

TLS 1.2 Options
Luke Coldiron
Posted: Wednesday, August 19, 2015 1:44:33 AM
Rank: Newbie
Groups: Member

Joined: 6/27/2015
Posts: 8
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.
Luke Coldiron
Posted: Wednesday, August 19, 2015 1:47:31 AM
Rank: Newbie
Groups: Member

Joined: 6/27/2015
Posts: 8
Sorry after looking at this site a little closer is indicates that the Cipher Suites are known to be insecure. Is it possible to change the TLS Cipher Suite to not support the know insecure suites?
eo_support
Posted: Monday, August 24, 2015 2:25:44 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

There doesn't seem to be a way to do that in the current build. The latest version of Chrome has already disabled these cipher suites. Hopefully we will pick up the changes when we sync to Chrome's code base next time.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.