Esri / arcgis-osm-editor

ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Apache License 2.0
392 stars 129 forks source link

Could not create SSL/TLS secure channel #221

Open KubaSzostak opened 4 years ago

KubaSzostak commented 4 years ago

During executing DownloadExtractSymbolizeOSMData2 i got The request was aborted: Could not create SSL/TLS secure channel error. Can anyone help me with this issue?

image

ArcMap 10.6.1

ThomasEmge commented 4 years ago

Please make sure to change your download URL from http:// to https://

KubaSzostak commented 3 years ago

HTTPS set. ArcGIS Desktop TLS Patch installed. Still the same error.

image

image

image

Markus2015 commented 3 years ago

Have the same problem with ArcGis 10.8.1 - changing the link under the Editing Options (it is per default already on https) does nothing. You can enter whatever you like, but the Message: Executing (Download OSM Data): ... points always on http://www.openstreetmap.org

jannesc commented 3 years ago

I had the exact same problem as @kubaszostak 'Could not create SSL/TLS secure channel'. Even when I changed the url to https://www.openstreetmap.org.

In my second attempt I disabled my Background Geoprocessing and the tool had a succesful download: image

You can disable your background geoprocessing: menu > Geoprocessing > Geoprocessing Options.

Hope this works for you both @kubaszostak @Markus2015 . I'm working on ArcGIS Desktop 10.8.1 with Background Geoprocessing installed.

Markus2015 commented 3 years ago

Awesome! Disabling the background geoprocessing did the trick! Thank you very much for the fast answer! @jannesc

KubaSzostak commented 3 years ago

Thank You @jannesc 👍 With disabled background geoprocessing it works!

KubaSzostak commented 3 years ago

Documentation updated in order to help others with this issue.

ThomasEmge commented 3 years ago

Thanks for the update. I'll see if I can get a new build initiated to care off the outstanding http vs https issue.

susiedenguc commented 5 months ago

Thanks! Disable background geoprocessing worked!