Skip to content

Commit 58b8c11

Browse files
author
Vladimir Kotal
authored
remove --trust-server-cert option (#1564)
fixes #846
1 parent ef665eb commit 58b8c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/history/SubversionRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ private List<String> getAuthCommandLineParams() {
420420
result.add("--password");
421421
result.add(password);
422422
}
423-
result.add("--trust-server-cert");
423+
424424
return result;
425425
}
426426

0 commit comments

Comments
 (0)