tilemill-project / tilemill

TileMill is a modern map design studio
https://tilemill-project.github.io/tilemill/
BSD 3-Clause "New" or "Revised" License
3.12k stars 527 forks source link

SSL Error on startup on windows 10 #2624

Open fschiefenhoevel opened 6 years ago

fschiefenhoevel commented 6 years ago

Recently reinstalled Windows 10 on my machine and reinstalled tilemill shortly after. Now on startup of tilemill the following errors occurs:

[tilemill] { [Error: SSL Error: CERT_UNTRUSTED] code: 'ESSL'}

tilemill seems to be working normally afterwards though

NMItools commented 6 years ago

screenshot 2018-05-21 20 05 52

I will confirm this in Windows 10, but only when I enter into Plugins section.

cnesty commented 6 years ago

image

I am also receiving this same error {tilemill} {[Error: SSL Error: CERT_UNTRUSTED] code: 'ESSL'} please report this to https://github.com/mapbox/tilemeill/issues

I am not sure if Tilemill is working normally. This is a clean install. I'm running windows 7 on a Dell M4600 16 Gigs of ram, intel i7-2220 QM CPU @2.2GHz

FickleLife commented 6 years ago

I am also getting this error....

stefanogram commented 6 years ago

I'm also getting the same errors on Windows 10. Also, when trying to connect to Mapbox, i get a: Error -113 when loading url https://tiles.mapbox.com/oauth/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A20009%2Foauth%2Fmapbox%2Ftoken&client_id=tilemill&type=web_server error, seems to me like an Open SSL error or am I wrong, im trying also to debug the connections and check the error logs on Windows, if I find something more I'll let you know.

stefanogram commented 6 years ago

Another error I could extract from Event Viewer logs: The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID Windows.SecurityCenter.WscBrokerManager and APPID Unavailable to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool. & Name resolution for the name api.gettoby.com timed out after none of the configured DNS servers responded. Investigating that more

theochino commented 6 years ago

Who is working on the SSL stuff? This looks like a CA certificate issue. Are they using the MAPBOX api or something like that?

iamtrushar commented 4 years ago

Anyone? Also when I click plugins

[tilemill]  https://registry.npmjs.org/-/all
[tilemill] Error: SSL Error: CERT_UNTRUSTED
[tilemill]     at server.loadCollection.req.collection.fetch.error (C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\bones\servers\Route.bones:101:22)
[tilemill]     at wrapError (C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\bones\node_modules\backbone\backbone.js:999:9)
[tilemill]     at Function.models.Plugins.sync (C:\Program Files (x86)\TileMill-v0.10.1\tilemill\models\Plugins.server.bones:28:25)
[tilemill]     at next (C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\step\lib\step.js:51:23)
[tilemill]     at next (C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\step\lib\step.js:54:7)
[tilemill]     at C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\npm\lib\search.js:53:30
[tilemill]     at C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\npm\lib\search.js:62:20
[tilemill]     at C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\npm\node_modules\npm-registry-client\lib\get.js:79:20
[tilemill]     at cb (C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\npm\node_modules\npm-registry-client\lib\request.js:26:9)
[tilemill]     at RegClient.<anonymous> (C:\Program Files (x86)\TileMill-v0.10.1\tilemill\node_modules\npm\node_modules\npm-registry-client\lib\request.js:121:16)
csytsma commented 4 years ago

Sorry, doesn't appear to be anyone running windows that is willing to help debug this. The couple of us currently maintaining only run OSX.

However, the Plugins icon on the left-nav was removed in recent versions, most likely because Mapbox doesn't serve them anymore. You must be running an older version of Tilemill. I'd suggest installing the latest version.

iamtrushar commented 4 years ago

@csytsma, Thank you for a quick response. I will try building from source or attempt with a Mac.

csytsma commented 4 years ago

@iamtrushar the latest build should be platform independent, installed as a node app. The helper install script we wrote may not work in the windows command line, but you should still be able to install it using node commands.

iamtrushar commented 4 years ago

@csytsma with mac, it worked flawless. Didn’t care for Windows anymore.

basurahan commented 3 years ago

Please fix the windows version please

assemble-engineering commented 3 years ago

@thekingrenz23 are you running v0.10 Windows App or v1.x Node app?