3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CentOS 8でSSL/TLS関連のエラーが出るときの対処法

Posted at

CentOS 7からCentOS 8へのバージョンアップに伴い、SSL/TLSのセキュリティ関連の基準が引き上げられた。これにより、SSL/TLS周りでエラーが出ることがある。

update-crypto-policies --show

とすると、CentOS 8では、DEFAULTと出るはずである。

sudo update-crypto-policies --set LEGACY

とすることで、CentOS 7と同じセキュリティレベルに戻すことができ、エラーを解消することができる。

もう一度、

update-crypto-policies --show

とすると、LEGACYと出ることが確認できる。

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?