ref 13024: DataMiner - The service must support the https protocol

https://support.d4science.org/issues/13024

Updated DataMiner now support https

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/DataMiner@181937 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2019-10-03 13:14:53 +00:00
parent 281476cb0c
commit 7c9bfbf4bb
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ public class OutputsManager {
String remotef = "/wps_synch_output/" +config.getAgent()+"/"+computationsession+"/"+ localFile.getName();
storageclient.put(true).LFile(localfile).RFile(remotef);
String url = storageclient.getHttpUrl().RFile(remotef);
String url = storageclient.getHttpsUrl().RFile(remotef);
/*
if (config.getGcubeScope().startsWith("/gcube"))