I am trying to add a restful service pointing to an https esri json service, but it fails with :
ODI-30164: Rest invocation failed with error. URL :
https://services.arcgis.com/m0skr7SJ35eSV0W6/ArcGIS/rest/services/QA_Location_Tracker/FeatureServer/0/QA_Location_Tracker/FeatureServer/0?f=pjson

for testing I ran the exact same configuration but instead of httpS I used the non secured http.

The http version appears to work as expected, it comes back with json message (stating I need to use https)
My version

can someone help me with this? (getting https to work without the error)