comparison tests/TLSTester.java @ 804:361441253305 monetdbs

Send SNI (Server Name Indication)
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Mon, 11 Dec 2023 15:04:59 +0100 (17 months ago)
parents 1671f2eb130b
children 2fee4b71baac
comparison
equal deleted inserted replaced
803:1671f2eb130b 804:361441253305
130 test_refuse_expired(); 130 test_refuse_expired();
131 // test_connect_client_auth1(); 131 // test_connect_client_auth1();
132 // test_connect_client_auth2(); 132 // test_connect_client_auth2();
133 test_fail_tls_to_plain(); 133 test_fail_tls_to_plain();
134 test_fail_plain_to_tls(); 134 test_fail_plain_to_tls();
135 // test_connect_server_name(); 135 test_connect_server_name();
136 // test_connect_alpn_mapi9(); 136 // test_connect_alpn_mapi9();
137 test_connect_trusted(); 137 test_connect_trusted();
138 test_refuse_trusted_wrong_host(); 138 test_refuse_trusted_wrong_host();
139 } 139 }
140 140