Mercurial Hosting > luan
comparison src/goodjava/lucene/backup/BackupServer.java @ 1675:445048f9eca7
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 30 May 2022 17:50:54 -0600 |
parents | af18eacf187c |
children | 973d3039c421 |
comparison
equal
deleted
inserted
replaced
1674:af18eacf187c | 1675:445048f9eca7 |
---|---|
22 | 22 |
23 | 23 |
24 public final class BackupServer { | 24 public final class BackupServer { |
25 private static final Logger logger = LoggerFactory.getLogger(BackupServer.class); | 25 private static final Logger logger = LoggerFactory.getLogger(BackupServer.class); |
26 | 26 |
27 public static int port = 9101; | 27 public static int port = 9102; |
28 public static String[] cipherSuites = new String[] { | 28 public static String[] cipherSuites = new String[] { |
29 "TLS_DH_anon_WITH_AES_128_GCM_SHA256", | 29 "TLS_DH_anon_WITH_AES_128_GCM_SHA256", |
30 "TLS_DH_anon_WITH_AES_128_CBC_SHA256", | 30 "TLS_DH_anon_WITH_AES_128_CBC_SHA256", |
31 "TLS_ECDH_anon_WITH_AES_128_CBC_SHA", | 31 "TLS_ECDH_anon_WITH_AES_128_CBC_SHA", |
32 "TLS_DH_anon_WITH_AES_128_CBC_SHA", | 32 "TLS_DH_anon_WITH_AES_128_CBC_SHA", |