Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for upgrade fails #625

Open
tsteven4 opened this issue Aug 11, 2020 · 6 comments
Open

Check for upgrade fails #625

tsteven4 opened this issue Aug 11, 2020 · 6 comments

Comments

@tsteven4
Copy link
Collaborator

Windows 10, gpsbabel 1.7.0, Check for upgrade yields:

image

@tsteven4
Copy link
Collaborator Author

related to #580, #587.

@tsteven4
Copy link
Collaborator Author

Running a debug build on windows with testing set I see
redirect to "https://www.gpsbabel.org/upgrade_check.html"

@GPSBabel is www.gpsbabel.org doing a redirect on upgrade_check.html now? Without the specific version of openssl installed on windows a https request will fail.

@robertlipe
Copy link
Collaborator

robertlipe commented Aug 11, 2020 via email

@robertlipe
Copy link
Collaborator

robertlipe commented Aug 11, 2020 via email

@tsteven4
Copy link
Collaborator Author

It's probably because Qt changed. 1.6.0 on Windows was 5.12.2. 1.7.0 was 5.12.6. Qt went to open ssl 1.1.1 with TLS 1.3 in 5.2.4. It caused quite an uproar.

In #587 on June 2, 2020 you commented referring to the upgrade request:

There's a special case on the server to NOT redirect that one url to https so I think this is ok.

Perhaps a better solution is to use QDesktop servers and just farm it out to a browser like we do for help,etc.

Qt lays it out the requirements here:
https://doc.qt.io/qt-5/windows-requirements.html

@robertlipe
Copy link
Collaborator

robertlipe commented Aug 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants