MacDownApp / macdown

Open source Markdown editor for macOS.
https://macdown.uranusjr.com/
9.43k stars 1.09k forks source link

Update not possible on OS X 10.11 El Capitan #459

Open jkrumow opened 8 years ago

jkrumow commented 8 years ago

When trying to check for updates on OS X 10.11 an error is displayed. Console says:

07.10.15 08:12:36,356 MacDown[*****]: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.

jkrumow commented 8 years ago

Seems to be fixed in 0.5.2

Sorry.

jkrumow commented 8 years ago

Updating to the latest version of MacDown 0.5.3 do not work. Update information is displayed but clicking download will result in an error.

Console log:

08.11.15 15:50:47,060 MacDown[58819]: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
jstortz commented 8 years ago

I am also getting this error when trying to update. I am currently on OS X 10.11.1

shoichiaizawa commented 8 years ago

Same here. I am on OS X 10.11.1 and unable to update it. I installed MacDown via Homebrew Cask but I guess this is nothing to do with this issue? I wonder what would happen if I deleted the current 0.5.2 and attempt a reinstallation.

Console log:

12/11/2015 11:27:24.314 MacDown[88386]: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
jkrumow commented 8 years ago

Looks like El Capitan insists on an SSL connection using at least TLS 1.2 to download the update:

https://forums.developer.apple.com/thread/4341

uranusjr commented 8 years ago

Crap. I will try to add more exceptions to the networking rule and see if I can make this work.

StefanoFioravanzo commented 8 years ago

Issue still happening for me! Cannot update to 0.5.3 Console log:

30/11/15 15:31:55,795 MacDown[1183]: NSURLSession/NSURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
jkrumow commented 8 years ago

@StefanoFioravanzo The problem is in the application itself. So you would need to upgrade by hand to the latest version when it is fixed.

StefanoFioravanzo commented 8 years ago

@tarbrain Has it been fixed in 0.5.3?

jkrumow commented 8 years ago

Well, checking for updates works but when it tries to download the update it fails.