graphdb now handles request from external api client only on https

thanados
Enrico Ottonello 3 years ago
parent acc04b0ace
commit f4e15dbf89

@ -30,7 +30,7 @@ public class GraphDbReaderTest {
private static String username = "reader";
private static String pwd = "***";
private static String graphDBUrl = "http://graphdb-test.ariadne.d4science.org:7200";
private static String graphDBUrl = "https://graphdb-test.ariadne.d4science.org";
private static String graphDBRepository = "ariadneplus-ts01";
private RepositoryConnection connection;
private RemoteRepositoryManager manager;

Loading…
Cancel
Save