Skip to content
Snippets Groups Projects
Commit c5edc10b authored by tpylak's avatar tpylak
Browse files

LMS-2499 allow MatLab API to accept invalid SSL certificates by default

SVN: 22818
parent e0362758
No related branches found
No related tags found
No related merge requests found
......@@ -274,6 +274,7 @@ public class OpenBISScreeningML
*/
public static void login(String user, String password, String url)
{
System.setProperty("force-accept-ssl-certificate", "true");
IScreeningOpenbisServiceFacade facade = facadeFactory.tryToCreate(user, password, url);
if (facade == null)
{
......
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