You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLS Handshake Timeout When Downloading Terraform Providers
Description
I'm encountering an error while initializing provider plugins for my Terraform and opentofu configuration. The error occurs when attempting to download the required providers from GitHub, resulting in a TLS handshake timeout. the initializing is working wenn running Terraform and opentofu on the same host bear metal.
Execute the Terraform initialization command (e.g., terraform init) in the directory containing your configuration.
Ensure that the configuration references the following providers:
hetznercloud/hcloud version 1.50.0-rc.0
cloudflare/cloudflare version 5.1.0
The error occurs during the provider installation phase when Terraform attempts to fetch the binaries from GitHub.
Expected Behavior
Terraform should successfully download and install the provider binaries without encountering a TLS handshake timeout.
Actual Behavior
The initialization process fails with a TLS handshake timeout when trying to fetch the provider binaries from GitHub.
Additional Information
The error suggests that the issue may be related to network connectivity or TLS settings, as the timeout occurs during the TLS handshake with GitHub's servers.
I've verified that other GitHub connections are working correctly, which might indicate an intermittent issue or a configuration-specific problem.
Any assistance in diagnosing or resolving this issue would be greatly appreciated.
Issue
TLS Handshake Timeout When Downloading Terraform Providers
Description
I'm encountering an error while initializing provider plugins for my Terraform and opentofu configuration. The error occurs when attempting to download the required providers from GitHub, resulting in a TLS handshake timeout. the initializing is working wenn running Terraform and opentofu on the same host bear metal.
Error Details
Steps to Reproduce
terraform init
) in the directory containing your configuration.hetznercloud/hcloud
version1.50.0-rc.0
cloudflare/cloudflare
version5.1.0
Expected Behavior
Terraform should successfully download and install the provider binaries without encountering a TLS handshake timeout.
Actual Behavior
The initialization process fails with a TLS handshake timeout when trying to fetch the provider binaries from GitHub.
Additional Information
Any assistance in diagnosing or resolving this issue would be greatly appreciated.
Thank you!
Impact
Other, Service (scheduled tasks, alerts)
Installation method
Docker
Database
Postgres, BoltDB
Browser
Chrome, Firefox
Semaphore Version
semaphoreui/semaphore:v2.12.11
semaphoreui/semaphore:v2.12.4
Ansible Version
Logs & errors
semaphore-1 | time="2025-02-13T21:19:29Z" level=info msg="Task 4 added to queue"
semaphore-1 | time="2025-02-13T21:19:32Z" level=info msg="Set resource locker with TaskRunner 4"
semaphore-1 | time="2025-02-13T21:19:32Z" level=info msg="Task 4 removed from queue"
semaphore-1 | time="2025-02-13T21:19:33Z" level=warning msg="read |0: file already closed" error="Failed to read TaskRunner output"
semaphore-1 | time="2025-02-13T21:19:35Z" level=warning msg="read |0: file already closed" error="Failed to read TaskRunner output"
semaphore-1 | time="2025-02-13T21:20:11Z" level=error msg="remove /tmp/semaphore/inventory_4: no such file or directory"
semaphore-1 | time="2025-02-13T21:20:11Z" level=info msg="Stopped running TaskRunner 4"
semaphore-1 | time="2025-02-13T21:20:11Z" level=info msg="Release resource locker with TaskRunner 4"
Manual installation - system information
No response
Configuration
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: