-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Invalid peer certificate: UnknownIssuer #7364
Labels
kind: bug
Something isn't working
Comments
Can you please try with the latest canary |
@chris-olszewski Thanks can confirm that it's fixed in |
Thanks for the confirmation that the fix worked. Just released |
I am getting this error after this release. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Verify canary release
Link to code that reproduces this issue
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Which canary version will you have in your reproduction?
1.12.3
Describe the Bug
When attempting to cache using remote cache we get this error:
We are using a corporate proxy with a self signed certificate.
The
--go-fallback
flag has been removed so we can no longer use this but reading here it was working with that:#6765 (comment)
Expected Behavior
When turbo is run it includes the certificate when making remote calls.
To Reproduce
Make a remote turbo cache with a corporate proxy and self-signed certificate.
Additional context
No response
The text was updated successfully, but these errors were encountered: