git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/EcologicalEngineSmartExecutor@132047 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b67804bf15
commit
9a66017997
|
@ -17,7 +17,7 @@ public abstract class StandardLocalInfraAlgorithm extends StandardLocalExternalA
|
||||||
String serviceAddress = InfraRetrieval.findEmailingSystemAddress(config.getGcubeScope());
|
String serviceAddress = InfraRetrieval.findEmailingSystemAddress(config.getGcubeScope());
|
||||||
|
|
||||||
String requestForMessage = serviceAddress + "/messages/writeMessageToUsers" + "?gcube-token=" + config.getGcubeToken();
|
String requestForMessage = serviceAddress + "/messages/writeMessageToUsers" + "?gcube-token=" + config.getGcubeToken();
|
||||||
requestForMessage = requestForMessage.replace("http", "https").replace("80", ""); // remove the port (or set it to 443) otherwise you get an SSL error
|
requestForMessage = requestForMessage.replace("http://", "https://").replace("80", ""); // remove the port (or set it to 443) otherwise you get an SSL error
|
||||||
|
|
||||||
AnalysisLogger.getLogger().debug("Emailing System->Request url is going to be " + requestForMessage);
|
AnalysisLogger.getLogger().debug("Emailing System->Request url is going to be " + requestForMessage);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue