[{"name":"EXPIRED","port":10001,"certPath":"expired/server.p12","description":"Server with an expired SSL certificate","url":"https://localhost:10001/"},{"name":"WRONG_HOST","port":10002,"certPath":"wrong-host/server.p12","description":"Server with a certificate issued for a different hostname","url":"https://localhost:10002/"},{"name":"SELF_SIGNED","port":10003,"certPath":"self-signed/server.p12","description":"Server with a self-signed certificate","url":"https://localhost:10003/"},{"name":"UNTRUSTED_ROOT","port":10004,"certPath":"untrusted-root/server.p12","description":"Server with a certificate signed by an untrusted root CA","url":"https://localhost:10004/"},{"name":"REVOKED","port":10005,"certPath":"sha256/server.p12","description":"Server simulating a revoked certificate scenario","url":"https://localhost:10005/"},{"name":"INCOMPLETE_CHAIN","port":10006,"certPath":"incomplete-chain/server.p12","description":"Server with an incomplete certificate chain","url":"https://localhost:10006/"},{"name":"SHA1","port":10007,"certPath":"sha1/server.p12","description":"Server with a SHA-1 signed certificate","url":"https://localhost:10007/"},{"name":"SHA256","port":10008,"certPath":"sha256/server.p12","description":"Server with a SHA-256 signed certificate","url":"https://localhost:10008/"},{"name":"SHA384","port":10009,"certPath":"sha384/server.p12","description":"Server with a SHA-384 signed certificate","url":"https://localhost:10009/"},{"name":"SHA512","port":10010,"certPath":"sha512/server.p12","description":"Server with a SHA-512 signed certificate","url":"https://localhost:10010/"},{"name":"RSA512","port":10011,"certPath":"rsa512/server.p12","description":"Server with a 512-bit RSA key","url":"https://localhost:10011/"},{"name":"RSA1024","port":10012,"certPath":"rsa1024/server.p12","description":"Server with a 1024-bit RSA key","url":"https://localhost:10012/"},{"name":"RSA2048","port":10013,"certPath":"rsa2048/server.p12","description":"Server with a 2048-bit RSA key","url":"https://localhost:10013/"},{"name":"RSA4096","port":10014,"certPath":"rsa4096/server.p12","description":"Server with a 4096-bit RSA key","url":"https://localhost:10014/"},{"name":"RSA8192","port":10015,"certPath":"rsa8192/server.p12","description":"Server with an 8192-bit RSA key","url":"https://localhost:10015/"},{"name":"ECC256","port":10016,"certPath":"ecc256/server.p12","description":"Server with a 256-bit ECC key","url":"https://localhost:10016/"},{"name":"ECC384","port":10017,"certPath":"ecc384/server.p12","description":"Server with a 384-bit ECC key","url":"https://localhost:10017/"},{"name":"TLS_V1_0","port":10018,"certPath":"sha256/server.p12","description":"Server accepting only TLS 1.0","url":"https://localhost:10018/","protocols":["TLSv1"]},{"name":"TLS_V1_1","port":10019,"certPath":"sha256/server.p12","description":"Server accepting only TLS 1.1","url":"https://localhost:10019/","protocols":["TLSv1.1"]},{"name":"TLS_V1_2","port":10020,"certPath":"sha256/server.p12","description":"Server accepting only TLS 1.2","url":"https://localhost:10020/","protocols":["TLSv1.2"]},{"name":"TLS_V1_3","port":10021,"certPath":"sha256/server.p12","description":"Server accepting only TLS 1.3","url":"https://localhost:10021/","protocols":["TLSv1.3"]},{"name":"RC4","port":10022,"certPath":"sha256/server.p12","description":"Server using RC4 cipher suite","url":"https://localhost:10022/","protocols":["TLSv1.2"],"ciphers":["TLS_RSA_WITH_RC4_128_SHA"]},{"name":"THREE_DES","port":10023,"certPath":"sha256/server.p12","description":"Server using 3DES cipher suite","url":"https://localhost:10023/","protocols":["TLSv1.2"],"ciphers":["TLS_RSA_WITH_3DES_EDE_CBC_SHA"]},{"name":"NULL_CIPHER","port":10024,"certPath":"sha256/server.p12","description":"Server using NULL cipher suite (no encryption)","url":"https://localhost:10024/","protocols":["TLSv1.2"],"ciphers":["TLS_RSA_WITH_NULL_SHA256"]},{"name":"DH480","port":10025,"certPath":"sha256/server.p12","description":"Server with 480-bit DH parameters","url":"https://localhost:10025/"},{"name":"DH512","port":10026,"certPath":"sha256/server.p12","description":"Server with 512-bit DH parameters","url":"https://localhost:10026/"},{"name":"DH1024","port":10027,"certPath":"sha256/server.p12","description":"Server with 1024-bit DH parameters","url":"https://localhost:10027/"},{"name":"DH2048","port":10028,"certPath":"sha256/server.p12","description":"Server with 2048-bit DH parameters","url":"https://localhost:10028/"},{"name":"SUPERFISH","port":10029,"certPath":"superfish/server.p12","description":"Server with Superfish CA certificate","url":"https://localhost:10029/"},{"name":"EDELLROOT","port":10030,"certPath":"edellroot/server.p12","description":"Server with eDellRoot CA certificate","url":"https://localhost:10030/"},{"name":"DSDTESTPROVIDER","port":10031,"certPath":"dsdtestprovider/server.p12","description":"Server with DSDTestProvider CA certificate","url":"https://localhost:10031/"},{"name":"MOZILLA_OLD","port":10032,"certPath":"sha256/server.p12","description":"Server with Mozilla Old TLS compatibility configuration","url":"https://localhost:10032/","protocols":["TLSv1","TLSv1.1","TLSv1.2"]},{"name":"MOZILLA_INTERMEDIATE","port":10033,"certPath":"sha256/server.p12","description":"Server with Mozilla Intermediate TLS configuration","url":"https://localhost:10033/","protocols":["TLSv1.2","TLSv1.3"]},{"name":"MOZILLA_MODERN","port":10034,"certPath":"sha256/server.p12","description":"Server with Mozilla Modern TLS configuration","url":"https://localhost:10034/","protocols":["TLSv1.3"]},{"name":"HSTS","port":10035,"certPath":"sha256/server.p12","description":"Server with HTTP Strict Transport Security header","url":"https://localhost:10035/","hsts":true},{"name":"NO_COMMON_NAME","port":10036,"certPath":"no-common-name/server.p12","description":"Server with a certificate that has no Common Name","url":"https://localhost:10036/"},{"name":"NO_SUBJECT","port":10037,"certPath":"no-subject/server.p12","description":"Server with a certificate that has no Subject","url":"https://localhost:10037/"},{"name":"SANS_1000","port":10038,"certPath":"1000-sans/server.p12","description":"Server with a certificate containing 1000 Subject Alternative Names","url":"https://localhost:10038/"},{"name":"EXTENDED_VALIDATION","port":10039,"certPath":"sha256/server.p12","description":"Server simulating an Extended Validation certificate","url":"https://localhost:10039/"},{"name":"CLIENT_CERT","port":10040,"certPath":"sha256/server.p12","description":"Server requiring client certificate authentication","url":"https://localhost:10040/","clientAuth":true}]