From caa5c7164a945385428f30b2b0b4be4139c24e1a Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Tue, 1 Nov 2016 17:47:37 +0000 Subject: [PATCH] replace instances of ssl with tls --- webdriver-spec.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/webdriver-spec.html b/webdriver-spec.html index 71d748a37..5b9c9f727 100644 --- a/webdriver-spec.html +++ b/webdriver-spec.html @@ -1720,7 +1720,7 @@

Proxy

"sslProxy" string -Defines the proxy hostname for encrypted SSL traffic. If a hostname and port +Defines the proxy hostname for encrypted TLS traffic. If a hostname and port is passed through this property, set "sslProxy" to the hostname and "sslProxyPort" to the port. This property SHOULD only be set when the "proxyType" is @@ -2162,10 +2162,10 @@

Sessions

which is one of none, normal, and eager. Unless stated otherwise, it is normal. -

A session has an associated secure SSL state - that indicates whether untrusted or self-signed SSL certificates +

A session has an associated secure TLS state + that indicates whether untrusted or self-signed TLS certificates should be trusted for the duration of the WebDriver session. - If it is unset, this indicates that certificate- or SSL errors + If it is unset, this indicates that certificate- or TLS errors that occur upon navigation should be suppressed. The state can be unset by providing an "acceptInsecureCerts" capability with the value true. @@ -2639,7 +2639,7 @@

Navigation

Return error with error code unknown error.

response be blocked by content security policy -

If the current session’s secure SSL state is disabled, +

If the current session’s secure TLS state is disabled, take implementation specific steps to ensure the navigation is not aborted and that the untrusted- or invalid TLS certificate error @@ -2672,7 +2672,7 @@

Go

to cause the user agent to navigate the current top-level browsing context a new location. -

If the session is not in a secure SSL state, +

If the session is not in a secure TLS state, no certificate errors that would normally cause the user agent to abort and show a security warning are to be hinder navigation to the requested address.