Skip to content
Snippets Groups Projects
Commit f6ed0faf authored by Piotr Gawron's avatar Piotr Gawron
Browse files

ssl turned of on miriam connector due to problem with server certificate

parent ed4973ba
No related branches found
No related tags found
1 merge request!782Resolve "Replace deprecated APIs"
......@@ -59,7 +59,7 @@ public final class MiriamConnector extends CachableInterface implements IExterna
id = miriamData.getDataType().getNamespace() + ":" + miriamData.getResource();
}
String query = "https://identifiers.org/rest/identifiers/validate/" + id;
String query = "http://identifiers.org/rest/identifiers/validate/" + id;
try {
String page = getWebPageContent(query);
Gson gson = new Gson();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment