WolverineFan / YNABLinuxInstall

Install script for YNAB 4 on Linux
174 stars 18 forks source link

Security Warning on Update Check #12

Closed bfloeagle closed 10 years ago

bfloeagle commented 10 years ago

It looks like the latest update to YNAB brought back the SSL Certificate issue reported a few months ago... http://forum.youneedabudget.com/discussion/30486/site-certificate-problem

Unfortunately, adding the GeoTrust certificate to the trust store via "wine control" in my custom YNAB bottle has not fixed it... I know this may not be related to the script but I'm curious if any other Linux users out there have fixed this.

bfloeagle commented 10 years ago

After adding the certificates mentioned in the above thread and running "winetricks wininet" on the wine bottle created by this script, I no longer got the error.

As I'm not sure of the long term of effects running that against the YNAB bottle, I'm going to leave this here instead of deleting it in case others have to run the above to resolve the issue.

liquidsunshine commented 10 years ago

Thanks for this! I thought I had done something wrong to cause this certificate error.

To summarize the steps... 1) Download the certificate: $ wget https://www.geotrust.com/resources/root_certificates/certificates/GeoTrust_Primary_CA.pem

2) Install it using the Certificate Import wizard in "Internet Options" in the control panel. Control panel can be opened like so: $ WINEPREFIX=~/.wine_YNAB4/ wine control

3) Use wininet in winetricks (worked for me, even though it complained about me being on 64-bit): $ WINEPREFIX=~/.wine_YNAB4/ winetricks wininet

ElliotFriend commented 10 years ago

Thank you, @liquidsunshine! Worked like a charm! :+1: