File tree 1 file changed +4
-2
lines changed
src/main/java/org/broadinstitute/macarthurlab/matchbox/network
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
+ * IMPORTANT NOTE: TO BE ONLY USED WITH TRUSTED STAGING SERVERS AND NOT IN PRODUCTION
2
3
* Adjusting for certificate issues
3
- * - This was needed for GeneMatcher node certificate issues
4
+ *
4
5
* This feature is only needed for connecting to staging servers with
5
6
* self signed certificates. Production systems will not need this
6
7
*/
16
17
import javax .net .ssl .*;
17
18
18
19
/**
19
- * A {@link X509TrustManager} and {@link HostnameVerifier} which trust everything.
20
+ * IMPORTANT NOTE: TO BE ONLY USED WITH TRUSTED STAGING SERVERS AND NOT IN PRODUCTION
21
+ * Thank you to Torleif Berger who was listed as author from where this was borrowed from as license allows
20
22
*
21
23
* @author Torleif Berger
22
24
* @license http://creativecommons.org/licenses/by/3.0/
You can’t perform that action at this time.
0 commit comments