Skip to content

Commit

Permalink
#6875 revert to https
Browse files Browse the repository at this point in the history
  • Loading branch information
vidi42 committed Oct 11, 2021
1 parent 84b27a9 commit ff29cdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
*/
public class SormasToSormasRestClient {

public static final String SORMAS_REST_URL_TEMPLATE = "http://%s" + SORMAS_REST_PATH + "%s";
public static final String SORMAS_REST_URL_TEMPLATE = "https://%s" + SORMAS_REST_PATH + "%s";
private static final Logger LOGGER = LoggerFactory.getLogger(SormasToSormasRestClient.class);

private final SormasToSormasDiscoveryService sormasToSormasDiscoveryService;
Expand Down

0 comments on commit ff29cdf

Please sign in to comment.