When try to make a migration not work Error SSL #5210

Closed
opened 2025-11-02 06:18:00 -06:00 by GiteaMirror · 3 comments
Owner

Originally created by @liberodark on GitHub (Apr 8, 2020).

Hi,

Just im want how to bypass this :

Is message web try to make a migration to gitea.
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Have try to add key in on ca file + run update-ca-certificates but not work.

Best Regards

Originally created by @liberodark on GitHub (Apr 8, 2020). Hi, Just im want how to bypass this : Is message web try to make a migration to gitea. server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Have try to add key in on ca file + run update-ca-certificates but not work. Best Regards
GiteaMirror added the type/question label 2025-11-02 06:18:00 -06:00
Author
Owner

@bagasme commented on GitHub (Apr 9, 2020):

@liberodark system version?

@bagasme commented on GitHub (Apr 9, 2020): @liberodark system version?
Author
Owner

@liberodark commented on GitHub (Apr 9, 2020):

Yes the last version is not really a bug of gitea ! (1.11.4)
But my ask is how to bypass this ?
In short, the server I want to migrate is signed by an internal pki.
So that's why he doesn't recognize the ssl certificate.
But how do you tell it not to check the ssl certificate when migrating from a git repo?

Best Regard

@liberodark commented on GitHub (Apr 9, 2020): Yes the last version is not really a bug of gitea ! (1.11.4) But my ask is how to bypass this ? In short, the server I want to migrate is signed by an internal pki. So that's why he doesn't recognize the ssl certificate. But how do you tell it not to check the ssl certificate when migrating from a git repo? Best Regard
Author
Owner

@liberodark commented on GitHub (Apr 9, 2020):

Fixed :

mkdir /usr/local/share/ca-certificates/extra
mv my_ca.crt /usr/local/share/ca-certificates/extra/
update-ca-certificates

Need crt file no import key manually

@liberodark commented on GitHub (Apr 9, 2020): Fixed : ``` mkdir /usr/local/share/ca-certificates/extra mv my_ca.crt /usr/local/share/ca-certificates/extra/ update-ca-certificates ``` Need crt file no import key manually
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#5210