Jump to content

Not getting blueprintgs


Vitaliy1
  • Branch: Live Branch Version: Linux Closed

Haven't gotten a single blueprint. Data communication is enabled.


Steps to Reproduce

Play game I guess?

Player-prev.log




User Feedback


This appears to be an issue with your OS's root certificate store. These bits of the log are the clue:

[Issuer]
  CN=Amazon RSA 2048 M02, O=Amazon, C=US

combined with

[17:19:36.986] [12] [WARNING] KleiAccount: RemoteCertificateChainErrors
[0] UntrustedRoot

Klei's servers are hosted on AWS but for some reason you're missing AWS's root cert for trust, causing the HTTP client to reject Klei's servers as impostors.

If you need further help please don't hesitate to ask - you're presumably running an unsupported setup but we'll do what we can!

 

  • Like 2

Share this comment


Link to comment
Share on other sites

Not my OS:

$curl -v https://klei-motd.s3.amazonaws.com/oni/motd.json
....
< HTTP/1.1 200 OK

Same with https://login.kleientertainment.com

Yeah Unity is looking for ca-bundle in the wrong place. It's assuming it's at /etc/ssl/certs/ca-certificates.crt but on my system it's /etc/ssl/certs/ca-certificates.crt

Make a symlink fixed the problem it seems. Thanks for pointing in the right direction!

  • Like 1

Share this comment


Link to comment
Share on other sites

Changed Status to Closed

Aren't those both the same path? Anyway, glad to hear you were able to sort it out!

  • Like 1

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...