Skip to content

Commit

Permalink
switch to production server, enable ssl validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaenick committed Sep 21, 2023
1 parent f399348 commit c3cc9e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private ServerFactory() {
try {
//data.add(GPMSClientFactory.createClient("CeBiTec", "https://mgx.cebitec.uni-bielefeld.de/MGX-maven-web/webresources/", true));
//data.add(GPMSClientFactory.createClient("JLU", "https://mgx.computational.bio.uni-giessen.de/MGX-maven-web/webresources/", true));
data.add(GPMSClientFactory.createClient("JLU", "https://mgx-test.computational.bio.uni-giessen.de/MGX-rest/webresources/", false));
data.add(GPMSClientFactory.createClient("JLU", "https://mgx2.computational.bio.uni-giessen.de/MGX-rest/webresources/", true));
} catch (GPMSException ex) {
Exceptions.printStackTrace(ex);
}
Expand Down

0 comments on commit c3cc9e9

Please sign in to comment.