mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-25 08:21:07 -06:00
Update website/docs/language/upgrade-guides/1-2.mdx
Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com>
This commit is contained in:
parent
0855561db0
commit
43c78af1c0
@ -40,7 +40,5 @@ web browsers have required it since 2020.
|
||||
|
||||
Terraform will no longer accept CA certificates signed using the SHA-1 hash function when making outgoing HTTPS or other TLS connections as a client. Publicly-trusted Certificate Authorities have not issued SHA-1 certificates since 2015.
|
||||
|
||||
This change only affects requests made by Terraform Core itself, which includes
|
||||
provider installation, module installation, and interactions with your
|
||||
configured backend. Terraform provider plugins are separate programs which have
|
||||
This change only affects requests from Terraform, including provider installation, module installation, and interactions with your configured backend. Provider plugins are separate programs that have
|
||||
their own rules about which TLS versions are supported.
|
||||
|
Loading…
Reference in New Issue
Block a user