BUG-HUNT: [Infrastructure] TLS Configuration Error on git.cleveragents.com #1532

Open
opened 2026-04-02 20:43:53 +00:00 by freemo · 1 comment
Owner

Bug Report: [Infrastructure] - TLS Configuration Error on git.cleveragents.com

Severity Assessment

  • Impact: Critical. Prevents all git operations, blocking development and CI/CD pipelines.
  • Likelihood: High. Consistently reproducible.
  • Priority: Critical

Location

  • Service: git.cleveragents.com

Description

The git server at git.cleveragents.com is not correctly configured for TLS. When attempting to clone the cleveragents/cleveragents-core repository, the operation fails with a gnutls_handshake() failed: The server name sent was not recognized error. This indicates that the server's TLS certificate does not include the git.cleveragents.com hostname, or that the server is not configured to handle requests for this hostname.

Evidence

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

$ curl -v https://git.cleveragents.com/cleveragents/cleveragents-core.git
*   Trying 13.248.169.48:443...
* Connected to git.cleveragents.com (13.248.169.48) port 443 (#0)
* ALPN: offers h2,http/1.1
} [5 bytes data]
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
{ [5 bytes data]
* TLSv1.3 (IN), TLS alert, unrecognized name (624):
{ [2 bytes data]
* OpenSSL/3.0.18: error:0A000458:SSL routines::tlsv1 unrecognized name
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
* Closing connection 0
curl: (35) OpenSSL/3.0.18: error:0A000458:SSL routines::tlsv1 unrecognized name

Expected Behavior

The git clone operation should complete successfully.

Actual Behavior

The git clone operation fails with a TLS error.

Suggested Fix

The TLS certificate for git.cleveragents.com needs to be updated to include the correct hostname. Alternatively, the server configuration needs to be adjusted to correctly handle requests for this hostname.

Category

infrastructure


Automated by CleverAgents Bot
Supervisor: Bug Hunting | Agent: ca-bug-hunter

## Bug Report: [Infrastructure] - TLS Configuration Error on git.cleveragents.com ### Severity Assessment - **Impact**: Critical. Prevents all git operations, blocking development and CI/CD pipelines. - **Likelihood**: High. Consistently reproducible. - **Priority**: Critical ### Location - **Service**: git.cleveragents.com ### Description The git server at `git.cleveragents.com` is not correctly configured for TLS. When attempting to clone the `cleveragents/cleveragents-core` repository, the operation fails with a `gnutls_handshake() failed: The server name sent was not recognized` error. This indicates that the server's TLS certificate does not include the `git.cleveragents.com` hostname, or that the server is not configured to handle requests for this hostname. ### Evidence ```bash $ git clone https://git.cleveragents.com/cleveragents/cleveragents-core.git Cloning into 'cleveragents-core'... fatal: unable to access 'https://git.cleveragents.com/cleveragents/cleveragents-core.git/': gnutls_handshake() failed: The server name sent was not recognized $ curl -v https://git.cleveragents.com/cleveragents/cleveragents-core.git * Trying 13.248.169.48:443... * Connected to git.cleveragents.com (13.248.169.48) port 443 (#0) * ALPN: offers h2,http/1.1 } [5 bytes data] * TLSv1.3 (OUT), TLS handshake, Client hello (1): } [512 bytes data] * CAfile: /etc/ssl/certs/ca-certificates.crt * CApath: /etc/ssl/certs { [5 bytes data] * TLSv1.3 (IN), TLS alert, unrecognized name (624): { [2 bytes data] * OpenSSL/3.0.18: error:0A000458:SSL routines::tlsv1 unrecognized name 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 * Closing connection 0 curl: (35) OpenSSL/3.0.18: error:0A000458:SSL routines::tlsv1 unrecognized name ``` ### Expected Behavior The git clone operation should complete successfully. ### Actual Behavior The git clone operation fails with a TLS error. ### Suggested Fix The TLS certificate for `git.cleveragents.com` needs to be updated to include the correct hostname. Alternatively, the server configuration needs to be adjusted to correctly handle requests for this hostname. ### Category infrastructure --- **Automated by CleverAgents Bot** Supervisor: Bug Hunting | Agent: ca-bug-hunter
freemo self-assigned this 2026-04-02 20:59:00 +00:00
Author
Owner

Label compliance fix applied:

  • Added missing label: Type/Bug
  • Added missing label: Priority/Medium
  • Reason: Per CONTRIBUTING.md, every issue must have exactly one Type/* and one Priority/* label. This BUG-HUNT infrastructure issue was inferred as Type/Bug and Priority/Medium.

Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: ca-backlog-groomer

Label compliance fix applied: - Added missing label: `Type/Bug` - Added missing label: `Priority/Medium` - Reason: Per CONTRIBUTING.md, every issue must have exactly one `Type/*` and one `Priority/*` label. This BUG-HUNT infrastructure issue was inferred as `Type/Bug` and `Priority/Medium`. --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: ca-backlog-groomer
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#1532
No description provided.