LoginSignup
5
2

More than 3 years have passed since last update.

CentOS8からTLS1.0, 1.1 に接続できない

Posted at

CentOS8から、file_get_contents, wget, curl などで TLS1.1以下のプロトコルを採用しているサーバに接続しにいくと

error:1425F102:SSL routines:ssl_choose_client_version:unsupported protocol

とエラーが出て接続できない

update-crypto-policies --set LEGACY

とすることで接続できるようになる

参考:
https://stackoverflow.com/questions/58996030/sssd-2-0-0-centos-8-with-old-tls-1-0-only-ldap

5
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
5
2