Skip to content

Comments

Add path probing for modern RHEL-based systems#6

Merged
alexcrichton merged 2 commits intorustls:masterfrom
jethrogb:rhel
Dec 13, 2017
Merged

Add path probing for modern RHEL-based systems#6
alexcrichton merged 2 commits intorustls:masterfrom
jethrogb:rhel

Conversation

@jethrogb
Copy link

On these systems /etc/pki/tls/certs/ca-bundle.crt is provided as a legacy mechanism and isn't updated with system-wide installed roots by default. This behavior can be changed by running update-ca-trust enable but it would be better to just use the correct path. See https://www.unix.com/man-page/centos/8/update-ca-trust/ for details.

Note that the legacy path still exists, so the new path needs to come before it in the search order.

Jethro Beekman added 2 commits December 12, 2017 11:10
On these systems `/etc/pki/tls/certs/ca-bundle.crt` is provided as a
legacy mechanism and isn't updated with system-wide installed roots
by default. This behavior can be changed by running `update-ca-trust
enable` but it would be better to just use the correct path. See
https://www.unix.com/man-page/centos/8/update-ca-trust/ for details.

Note that the legacy path still exists, so the new path needs to
come before it in the search order.
@alexcrichton alexcrichton merged commit 8f13e70 into rustls:master Dec 13, 2017
@alexcrichton
Copy link
Collaborator

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants