Delete project failed tlsv1 alert internal error

Hello,

i have the following issue:

I am selfhosting gitlab(docker, with traefik) Everything looks good, but when i try to delete a project, the project wasnt deleted and the following error message shown on the project page:

I can find any missconfiguration.

Did anyone have an idea?

Thanks a lot for your help!

Regards!

I have a similar error -

This project was scheduled for deletion, but failed with the following message: SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired).

From the log file:

{
  "severity": "ERROR",
  "time": "2022-03-23T13:49:52.531Z",
  "correlation_id": "01FYVGMZAEV1C0S8TX1V3GKKC3",
  "exception.class": "Faraday::SSLError",
  "exception.message": "SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)",
  "exception.backtrace": [
    "lib/gitlab/faraday/error_callback.rb:30:in `call'",
    "lib/container_registry/client.rb:41:in `repository_tags'",
    "app/models/container_repository.rb:356:in `manifest'",
    "app/models/container_repository.rb:360:in `tags'",

  ],
  "user.username": "root",
  "tags.program": "sidekiq",
  "tags.locale": "en",
  "tags.feature_category": "source_code_management",
  "tags.correlation_id": "01FYVGMZAEV1C0S8TX1V3GKKC3",
  "extra.sidekiq": {
    "retry": 3,
    "queue": "project_destroy",
    "version": 0,
    "backtrace": 5,
    "args": [
      "[FILTERED]",
      "[FILTERED]",
      "[FILTERED]"
    ],

I’m guessing this is some kind of internal implementation error.
How to fix it - there are no thoughts.
I will wait for the bug to be fixed sometime in the next version.
The SSL certificate used to access the server is correct.