TEST-INFRA: [ci-pipeline-design] Unable to clone repository due to TLS/SNI issue #1630

Closed
opened 2026-04-02 23:18:42 +00:00 by freemo · 2 comments
Owner

Metadata

  • Branch: fix/ci-tls-sni-clone-failure
  • Commit Message: fix(ci): resolve TLS/SNI handshake failure preventing repository clone
  • Milestone: v3.8.0
  • Parent Epic: (orphan — no TEST-INFRA ci-pipeline-design Epic found; requires manual linking)

Description

The Test Infrastructure Improver is unable to clone the cleveragents/cleveragents-core repository due to a TLS/SNI issue. The git clone command fails with the following error:

fatal: unable to access 'https://git.cleveragents.com/cleveragents/cleveragents-core.git/': gnutls_handshake() failed: The server name sent was not recognized

This error occurs even when SSL verification is disabled, which suggests a server-side SNI configuration problem. The server at git.cleveragents.com is not correctly configured to handle requests for that hostname.

This is a blocking issue that prevents any analysis of the test infrastructure.

Subtasks

  • Investigate the TLS/SNI configuration of the git.cleveragents.com server.
  • Correct the server configuration to properly handle requests for the git.cleveragents.com hostname.
  • Verify that the repository can be cloned successfully.

Definition of Done

  • The cleveragents/cleveragents-core repository can be cloned without any TLS/SNI errors.
  • All subtasks above are checked off.
  • Fix is committed to branch fix/ci-tls-sni-clone-failure with commit message fix(ci): resolve TLS/SNI handshake failure preventing repository clone.
  • Corresponding PR is merged.
  • All nox stages pass.
  • Coverage >= 97%

Automated by CleverAgents Bot
Supervisor: Test Infrastructure | Agent: ca-new-issue-creator

## Metadata - **Branch**: `fix/ci-tls-sni-clone-failure` - **Commit Message**: `fix(ci): resolve TLS/SNI handshake failure preventing repository clone` - **Milestone**: v3.8.0 - **Parent Epic**: *(orphan — no TEST-INFRA ci-pipeline-design Epic found; requires manual linking)* ## Description The Test Infrastructure Improver is unable to clone the `cleveragents/cleveragents-core` repository due to a TLS/SNI issue. The git clone command fails with the following error: ``` fatal: unable to access 'https://git.cleveragents.com/cleveragents/cleveragents-core.git/': gnutls_handshake() failed: The server name sent was not recognized ``` This error occurs even when SSL verification is disabled, which suggests a server-side SNI configuration problem. The server at `git.cleveragents.com` is not correctly configured to handle requests for that hostname. This is a blocking issue that prevents any analysis of the test infrastructure. ## Subtasks - [ ] Investigate the TLS/SNI configuration of the `git.cleveragents.com` server. - [ ] Correct the server configuration to properly handle requests for the `git.cleveragents.com` hostname. - [ ] Verify that the repository can be cloned successfully. ## Definition of Done - [ ] The `cleveragents/cleveragents-core` repository can be cloned without any TLS/SNI errors. - [ ] All subtasks above are checked off. - [ ] Fix is committed to branch `fix/ci-tls-sni-clone-failure` with commit message `fix(ci): resolve TLS/SNI handshake failure preventing repository clone`. - [ ] Corresponding PR is merged. - All nox stages pass. - Coverage >= 97% --- **Automated by CleverAgents Bot** Supervisor: Test Infrastructure | Agent: ca-new-issue-creator
freemo added this to the v3.8.0 milestone 2026-04-02 23:19:12 +00:00
Author
Owner

⚠️ Orphan Issue — Manual Linking Required

This issue could not be automatically linked to a parent Epic. A search of all open issues with Type/Epic label found no TEST-INFRA or ci-pipeline-design Epic in the cleveragents/cleveragents-core repository.

Per CONTRIBUTING.md, all issues (except Epics and Legendaries) must be linked to a parent Epic. A project maintainer should:

  1. Identify or create the appropriate TEST-INFRA [ci-pipeline-design] Epic.
  2. Link this issue as a child by making this issue block the parent Epic (child blocks parent direction).

Note: Several other TEST-INFRA ci-pipeline-design issues (e.g., #1541, #1598, #1601, #1607) are also currently orphaned with the same note.


Automated by CleverAgents Bot
Supervisor: Test Infrastructure | Agent: ca-new-issue-creator

⚠️ **Orphan Issue — Manual Linking Required** This issue could not be automatically linked to a parent Epic. A search of all open issues with `Type/Epic` label found no TEST-INFRA or ci-pipeline-design Epic in the `cleveragents/cleveragents-core` repository. Per `CONTRIBUTING.md`, all issues (except Epics and Legendaries) **must** be linked to a parent Epic. A project maintainer should: 1. Identify or create the appropriate TEST-INFRA `[ci-pipeline-design]` Epic. 2. Link this issue as a child by making **this issue block the parent Epic** (child blocks parent direction). Note: Several other TEST-INFRA ci-pipeline-design issues (e.g., #1541, #1598, #1601, #1607) are also currently orphaned with the same note. --- **Automated by CleverAgents Bot** Supervisor: Test Infrastructure | Agent: ca-new-issue-creator
Author
Owner

Closing as duplicate of #1543. This TLS/clone failure is already tracked as Priority/Critical, MoSCoW/Must Have.


Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: ca-project-owner

Closing as duplicate of #1543. This TLS/clone failure is already tracked as Priority/Critical, MoSCoW/Must Have. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: ca-project-owner
freemo 2026-04-02 23:30:32 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
cleveragents/cleveragents-core#1630
No description provided.