Playnite icon indicating copy to clipboard operation
Playnite copied to clipboard

Playnite seems connecting to playnite.link via http instead of https

Open Crwmy opened this issue 2 years ago • 6 comments

Bug Description

While scrolling through playnite.log, I noticed that all connections to playnite.link from the Playnite App are over http and not https. As all other connections seem to have https, I thought this might be unintended, especially since the App-Update Executables are downloaded from there too.

Or is there an automatic upgrade/redirect to https after the initial contact and it is just not logged correctly?

To Reproduce

No response

Diagnostics ID

fd0042d1-6196-4ef5-9593-0778446d71d0

Screenshots

Screenshot 2022-04-25 082429

Crwmy avatar Apr 25 '22 06:04 Crwmy

I have no idea why you are getting http requests for update manifest and changelog, those should be accessed via https because base URLs are set to use https (and they actually are using https in my Playnite install). Can you please attach your Common.config file from Playnite's installation folder?

The only place that doesn't use https is the actual updater file URL, I'll fix that on the backend.

JosefNemec avatar Apr 25 '22 08:04 JosefNemec

Also attach diagnostics id that was requested in issue template.

JosefNemec avatar Apr 25 '22 08:04 JosefNemec

Yes, sorry. ID: fd0042d1-6196-4ef5-9593-0778446d71d0

Common.config has http. Created: August 1, 2021 Modified: October 15, 2021

I did not make any changes.

Issue2901_CommonConfig.zip

Crwmy avatar Apr 25 '22 08:04 Crwmy

That's definitely wrong, but I have no idea how it could have happened. Switch to https was done in 9.6 update, which should have updated that file. I'll look into it.

Here's correct config file

JosefNemec avatar Apr 25 '22 08:04 JosefNemec

Thanks!

Works. Just as confirmation, just in case there could have been more places to look into, if it would not have worked.

image

Sadly, I have no clue either why it didn't update on my end.

Don't know if you can and/or have the capacity, but monitoring http requests from Playnite >= 9.6 could be a way to see if it's widespread or not and just something on my end went wrong and it is a individual, localized incident.

Crwmy avatar Apr 25 '22 09:04 Crwmy

Server itself redirects everything to https so it's not a big issues, but I will try to figure out how this happened.

JosefNemec avatar Apr 25 '22 09:04 JosefNemec

No idea how the original issue happened, all base URIs use https in current version so closing.

JosefNemec avatar Dec 10 '22 17:12 JosefNemec