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

Flaky TLSDecrypt Error #118

Open
MCOfficer opened this issue Jan 20, 2021 · 0 comments
Open

Flaky TLSDecrypt Error #118

MCOfficer opened this issue Jan 20, 2021 · 0 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@MCOfficer
Copy link
Member

Log provided by Tyro. The error doesn't happen all the time, and apparently it can decrypt a sufficient number of packages - just not always enough to finish the download.

05:47:02 [DEBUG] (5) ureq::unit: redirect 302 https://github.com/endless-sky/endless-sky/releases/download/continuous/EndlessSky-win64-continuous.zip -> https://github-production-release-asset-2e65be.s3.amazonaws.com/32231207/811bcc00-59b4-11eb-9f99-7f07cd83c295?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210119T054701Z&X-Amz-Expires=300&X-Amz-Signature=b2282274bc396e809563b135b93e4ba447a4fae0e936932adbad6b5f875a1229&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=32231207&response-content-disposition=attachment%3B%20filename%3DEndlessSky-win64-continuous.zip&response-content-type=application%2Foctet-stream
05:47:02 [DEBUG] (5) rustls::client::hs: No cached session for DNSNameRef("github-production-release-asset-2e65be.s3.amazonaws.com")
05:47:02 [DEBUG] (5) rustls::client::hs: Not resuming any session
05:47:03 [INFO] sending request GET https://github-production-release-asset-2e65be.s3.amazonaws.com/32231207/811bcc00-59b4-11eb-9f99-7f07cd83c295?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210119T054701Z&X-Amz-Expires=300&X-Amz-Signature=b2282274bc396e809563b135b93e4ba447a4fae0e936932adbad6b5f875a1229&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=32231207&response-content-disposition=attachment%3B%20filename%3DEndlessSky-win64-continuous.zip&response-content-type=application%2Foctet-stream
05:47:03 [DEBUG] (5) ureq::unit: writing prelude: GET /32231207/811bcc00-59b4-11eb-9f99-7f07cd83c295?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210119T054701Z&X-Amz-Expires=300&X-Amz-Signature=b2282274bc396e809563b135b93e4ba447a4fae0e936932adbad6b5f875a1229&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=32231207&response-content-disposition=attachment%3B%20filename%3DEndlessSky-win64-continuous.zip&response-content-type=application%2Foctet-stream HTTP/1.1
Host: github-production-release-asset-2e65be.s3.amazonaws.com
User-Agent: ureq/1.5.4
Accept: */*


05:47:03 [DEBUG] (5) rustls::client::hs: ALPN protocol is None
05:47:03 [DEBUG] (5) rustls::client::hs: Using ciphersuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
05:47:03 [DEBUG] (5) rustls::client::tls12: ECDHE curve is ECParameters { curve_type: NamedCurve, named_group: secp256r1 }
05:47:03 [DEBUG] (5) rustls::client::tls12: Server DNS name is DNSName("github-production-release-asset-2e65be.s3.amazonaws.com")
05:47:03 [DEBUG] (5) rustls::client::tls12: Session saved
05:47:03 [DEBUG] (5) ureq::unit: response 200 to GET https://github-production-release-asset-2e65be.s3.amazonaws.com/32231207/811bcc00-59b4-11eb-9f99-7f07cd83c295?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20210119%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20210119T054701Z&X-Amz-Expires=300&X-Amz-Signature=b2282274bc396e809563b135b93e4ba447a4fae0e936932adbad6b5f875a1229&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=32231207&response-content-disposition=attachment%3B%20filename%3DEndlessSky-win64-continuous.zip&response-content-type=application%2Foctet-stream
05:47:03 [INFO] Downloaded 0 KiB
05:47:05 [INFO] Downloaded 4865 KiB
05:47:07 [INFO] Downloaded 11009 KiB
05:47:09 [INFO] Downloaded 16881 KiB
05:47:11 [INFO] Downloaded 23121 KiB
05:47:13 [INFO] Downloaded 29265 KiB
05:47:15 [INFO] Downloaded 32849 KiB
05:47:17 [INFO] Downloaded 37361 KiB
05:47:19 [INFO] Downloaded 42209 KiB
05:47:19 [ERROR] Install failed: cannot decrypt peer's message

ESLauncher2 v0.6.2 and .3

rustls::TLSError::DecryptError

@MCOfficer MCOfficer added the bug Something isn't working label Jan 20, 2021
@MCOfficer MCOfficer added the wontfix This will not be worked on label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant