Skip to content

Commit f61172a

Browse files
committed
Rollback the change.
1 parent c400393 commit f61172a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/modules/tls/test_05_proto.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ def test_tls_05_proto_close(self, env):
5050
def test_tls_05_proto_ssl_close(self, env):
5151
conf = TlsTestConf(env=env, extras={
5252
'base': "LogLevel ssl:debug",
53-
env.domain_a: "TLSProtocol TLSv1.3",
54-
env.domain_b: "TLSProtocol TLSv1.2",
53+
env.domain_a: "SSLProtocol TLSv1.3",
54+
env.domain_b: "SSLProtocol TLSv1.2",
5555
})
5656
for d in [env.domain_a, env.domain_b]:
5757
conf.add_vhost(domains=[d], port=env.https_port)

0 commit comments

Comments
 (0)