Gitlab peers certificate issuer has been marked as not trusted by the user.

  1. Home
  2. Linux
  3. 60 Peer39s Certificate Issuer Has Been Marked As Not Trusted By The User Linuxapache

Gitlab peers certificate issuer has been marked as not trusted by the user.
Gitlab peers certificate issuer has been marked as not trusted by the user.
Gitlab peers certificate issuer has been marked as not trusted by the user.
Gitlab peers certificate issuer has been marked as not trusted by the user.
Gitlab peers certificate issuer has been marked as not trusted by the user.
Gitlab peers certificate issuer has been marked as not trusted by the user.
Gitlab peers certificate issuer has been marked as not trusted by the user.
Gitlab peers certificate issuer has been marked as not trusted by the user.

(60) Peer's certificate issuer has been marked as not trusted by the user: Linux/Apache

Tags: linux , apache , https , ssl Answers: | Viewed 60,909 times

I am trying to find out why my HTTPS link is not working for my website:

Gitlab peers certificate issuer has been marked as not trusted by the user.

So I ran this command to try:


curl https://localhost/

I am using a valid signed SSL certificate and my HTTP link is working fine. I am using a Multi Domain certificate that was exported from an IIS 6 server. My instance on AWS has the 443 port enabled.

Here is a picture of my CA certificates:

Gitlab peers certificate issuer has been marked as not trusted by the user.

I have tried to change the http.conf file's Virtual Host following the instructions in here: http://ananthakrishnanravi.wordpress.com/2012/04/15/configuring-ssl-and-https-for-your-website-amazon-ec2/

Is there any suggestions on how to get my website properly working on a HTTPS protocol?

Let me know if you need anymore information.

Thanks,



Some Code Answers


curl -L https://get.rvm.io | bash -s stable --ruby


% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (60) Peer's certificate issuer has been marked as not trusted by the user. More details here: http://curl.haxx.se/docs/sslcerts.html curl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option. If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL). If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option.


pip3 uninstall pycurl export PYCURL_SSL_LIBRARY=nss export LDFLAGS=-L/usr/local/opt/openssl/lib;export CPPFLAGS=-I/usr/local/opt/openssl/include;pip install pycurl --compile --no-cache-dir


SSL issues "Peer's certificate issuer has been marked as …

1 day ago Nov 29, 2018  · curl: (60) Peer's certificate issuer has been marked as not trusted by the user. This is not an issue of "Well just use ssl-verify=false on yum, or --insecure on curl requests. I …

Reviews: 3

Show details

"Peer's certificate issuer has been marked as not trusted …

4 days ago 1) Grab the root certificate file. If you're running an internal Gitlab instance, whoever set it up should be able to point you to the root CA they're using. 2) Create a new secret with the

Show details

See also: File

Why does yum fail with error Peer's certificate issuer has …

5 days ago curl#60 - "Peer's certificate issuer has been marked as not trusted by the user." Resolution. Allow below hostnames/ports on the outgoing network firewall to have a fully working yum: …

Show details

[Solved] (60) Peer's certificate issuer has been marked as not …

1 week ago Sep 09, 2021  · Lgalan90 Asks: (60) Peer's certificate issuer has been marked as not trusted by the user: Linux/Apache I am trying to find out why my HTTPS link is not working for my …

Show details

Yum commands fails with "[Errno 14] curl#60 - Peer's …

4 days ago Apr 09, 2021  · At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. …

Show details

Spectre error "Peer's certificate issuer has been marked as …

1 week ago Mar 05, 2019  · "Peer's certificate issuer has been marked as not trusted by the user" seems to be the gist of the problem. Unfortunately I have no idea what this is trying to tell me or how …

Show details

Peer's certificate issuer has been marked as not trusted by the user ...

2 days ago Feb 01, 2016  · Firefox has been updated since we produced the installation tutorial, we will update the tutorial page in the near future. You can edit certificate authority by going to …

Show details

See also: Date

How do fix the following error in Linux: [Errno 14] curl#60 …

1 week ago Answer (1 of 6): [code]yum reinstall ca-certificates is the tested solution. [/code]

Show details

Getting error: cURL error 60: Peers certificate issuer has …

1 week ago May 01, 2018  · I am getting error: cURL error 60: Peer's certificate issuer has been marked as not trusted by the user during payment transaction. After reading I figured that ...

Show details

Protected Branch Causing 'Peer's certificate issuer has been …

1 week ago Summary Group runners fail to run any jobs with "Peer's certificate issuer has been marked as not trusted by the user."...

Show details

SSL issues "Peer's certificate issuer has been marked as not trusted …

2 days ago DevOps & SysAdmins: SSL issues "Peer's certificate issuer has been marked as not trusted by the user."Helpful? Please support me on Patreon: https://www.pat...

Show details

[Freeipa-users] FreeIPA 4.0.0 "Peer's certificate issuer has been ...

4 days ago This allows ipa commands on the server to work. However, ipa-client-install on the client fails with the same "Peer's certificate issuer has been marked as not trusted by the user." Is this a …

Show details

Please leave your answer here:

How do you fix Peer's certificate issuer has been marked as not trusted by the user?

You can do this in two ways..
Set SSL Verify to false only for specific repo: git config http.sslVerify false..
Set SSL Verify to false Globally: git config --global http.sslVerify false..

Where is git SSL certificate?

For instance, the trusted certificate store directory for Git Bash is C:\Program Files\Git\mingw64\ssl\certs.