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

The Trust Settings Record was corrupted Issue #312

Open
dj1020 opened this issue Apr 9, 2023 · 1 comment
Open

The Trust Settings Record was corrupted Issue #312

dj1020 opened this issue Apr 9, 2023 · 1 comment

Comments

@dj1020
Copy link

dj1020 commented Apr 9, 2023

I never install xh and I used brew install xh to install, then try to execute xh httpbin.org/json

and got this error message

xh: error: builder error: The Trust Settings Record was corrupted.

Caused by:
    The Trust Settings Record was corrupted.

in the mean time, I can use curl httpbin.org/json to get the correct resposne.

I tried to find similar issues, and delete rm -f /Library/Security/Trust Settings/Admin.plist and even

sudo rm -rf /Library/Developer/CommandLineTools then reinstall command line tools with xcode-select --install.

nothing works.

Pls tell me what other info may I provide to help solve this.

My OS ver (Ventura): 13.3.1
Terminal: Alacritty 0.12.0
xh --version: 0.18.0

@ducaale
Copy link
Owner

ducaale commented Apr 9, 2023

Do you encounter a similar issue if you pass the --native-tls flag? Note that this option is not available in the Homebrew version yet, so you would need to use the binaries that we distribute instead

curl -sfL https://raw.githubusercontent.com/ducaale/xh/master/install.sh | sh

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