Scenario 5 : PHP - SSL certificate problem: unable to get local issuer certificate. This could be one more scenario where you may struggle to set up SSL certificate or certificate bundle. I had this issue on my XAMPP server, so here are the steps which I followed for fixing the - SSL certificate problem. Download the certificate bundle from ... Problem. The following is seen on the command line when pushing or pulling: SSL Certificate problem: unable to get local issuer. Cause. There are two potential causes …Mar 31, 2022 · Click Local computer, and then click Finish. Click OK to close the Add or Remove Snap-ins dialog box. In the console tree, click Certificates (Local Computer), and then click the Trusted Root Certification Authorities folder. Verify that the certificate is in the Trusted Root Certification Authorities folder. ran and rindou bontenfire sprinkler heads Mar 31, 2022 · Click Local computer, and then click Finish. Click OK to close the Add or Remove Snap-ins dialog box. In the console tree, click Certificates (Local Computer), and then click the Trusted Root Certification Authorities folder. Verify that the certificate is in the Trusted Root Certification Authorities folder. First, creating ssh keys won't help for an HTTPS url. Keep those keys, but if you want to use them, you would need to put existing ssh keys to your github account then cd /path/to/your/repo git remote set-url origin [email protected]:junaidbinsarfraz/repo.git git pushWas able to access the resource via the web-browser on Windows. The following steps solved it for me: 1. Go to: File -> Settings -> Advanced Settings 2. Check the "Use Windows Certificate Store" option 6 Fiddybux Created February 06, 2023 06:03 Comment actions Worked perfectly for me. Thanks. 0 Pleasessl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) #1092 Closed shexiaoheng opened this issue Nov 19, 2021 · 2 commentsJun 15, 2016 · I use a commercial certificate (from DigiCert) and I run the GitLab web-frontend over https. But my clients says “SSL certificate problem: unable to get local issuer certificate”. I have tried to place the root cert + intermidiate cert in the folder /etc/gitlab/trusted-certs/ but with no success. Scenario 5 : PHP - SSL certificate problem: unable to get local issuer certificate. This could be one more scenario where you may struggle to set up SSL certificate or certificate bundle. I had this issue on my XAMPP server, so here are the steps which I followed for fixing the - SSL certificate problem. Download the certificate bundle from ... silicone bottlesitpercent27s in asl sudo apt-get install --reinstall ca-certificates sudo apt-get -f install sudo dpkg --purge --force-depends ca-certificates sudo apt-get -f install PS: As @dave_thompson_085 mentioned, the problem in Ubuntu server is that the root certificate isn't recognized.The error SSL certificate problem: unable to get local issuer certificate is shown when setting up a mirror from this GitLab instance. openssl works when specifying the path to the certificate: /opt/gitlab/embedded/bin/openssl s_client -CAfile /root/my-cert.crt -connect gitlab.domain.tld:443For that, browse the URI (e.g. on Chrome) and follow the steps. Right click on the HTTPS secure padlock 🔒 icon on address bar. Click on certificate, it'll open a window …Was able to access the resource via the web-browser on Windows. The following steps solved it for me: 1. Go to: File -> Settings -> Advanced Settings 2. Check the "Use Windows Certificate Store" option 6 Fiddybux Created February 06, 2023 06:03 Comment actions Worked perfectly for me. Thanks. 0 Please reddit handmaid First, creating ssh keys won't help for an HTTPS url. Keep those keys, but if you want to use them, you would need to put existing ssh keys to your github account then cd /path/to/your/repo git remote set-url origin [email protected]:junaidbinsarfraz/repo.git git pushThe error SSL certificate problem: unable to get local issuer certificate is shown when setting up a mirror from this GitLab instance. openssl works when specifying the path to the certificate: /opt/gitlab/embedded/bin/openssl s_client -CAfile /root/my-cert.crt -connect gitlab.domain.tld:443 closest atandt store to my location1960 if you don't need to set http.sslbackend=openssl globally, removing that value should make Desktop work if you need http.sslbackend=openssl set globally, you should also set http.sslcainfo so that GitHub Desktop has a backing store of certificates to validate shiftkey closed this as tierninho mentioned this issue steveward mentioned this issue editor Cannot clone submodules: "SSL certificate problem: unable to get local issuer certificate" Summary Attempting clone a submodule from a private GitLab server (same server as superproject) does not work if the HTTPS certificate is signed by a custom CA. Superproject and submodule are hosted on the same server OS: Windows server 2012 R2'SSL certificate problem: unable to get local issuer certificate' when trying to clone repos #3684. Closed azumukupoe opened this issue Dec 26, 2017 · 23 comments ... fatal: unable to access 'url': SSL certificate problem: unable to get local issuer certificate] Reproduces how often: [100%] Logs. 2017-12-26.desktop.production.log. call me mitch video Jul 1, 2010 · For that, browse the URI (e.g. on Chrome) and follow the steps. Right click on the HTTPS secure padlock 🔒 icon on address bar. Click on certificate, it'll open a window with the certificate details. Go to 'Certification Path' tab. Click the ROOT certificate. Click View Certificate, it'll open another certificate window. Problem. The following is seen on the command line when pushing or pulling: SSL Certificate problem: unable to get local issuer. Cause. There are two potential causes that have been identified for this issue. A Self-signed certificate cannot be verified. Default GIT crypto backend (Windows clients) Resolution Resolution #1 - Self Signed ...Feb 5, 2023 · You can disable SSL certificate validation locally in Git using the following command: $ git -c http.sslVerify=false clone [URL] You can also disable SSL certificate validation at a global level using the following command: $ git config --global http.sslVerify false To re-enable SSL certificate validation, use the following command: The root cause for this issue is when the remote repository is setup to use SSH only but you have an http/s remote setup for the local repository. Fixes: Change the remote repository to accept all types of connections. Change the local repositories' remote to SSH. Share.1 Answer. Sorted by: 2. You can get s_client to show you the certificate chain with -showcerts: openssl s_client -connect example.com:443 -showcerts </dev/null. This will start with the certificate chain, then show other information about the server certificate and TLS connection. All of that should help you to figure out where the trouble is. toni camille onlyfans leak Scenario 5 : PHP - SSL certificate problem: unable to get local issuer certificate. This could be one more scenario where you may struggle to set up SSL certificate or certificate bundle. I had this issue on my XAMPP server, so here are the steps which I followed for fixing the - SSL certificate problem. Download the certificate bundle from ...Jul 7, 2021 · finally i find the solution here https://newbedev.com/invalid-ssl-certificate-when-pushing-to-git-server. After reading and making the settings, you should do. git config --system http.sslCAInfo "C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt". and in the root of your project that you are uploading to gitLab you should do. May 31, 2020 · 1. I had to fix this issue on a debian based server. this was due to the system use of openssl (curl depends on openssl) here is how it went: remove AddTrust_External_Root.crt from your system (usually found in /etc/ssl/certs ) remove or comment the "mozilla/AddTrust_External_Root" line from /etc/ca-certificates.conf. SSL certificate problem: unable to get local issuer certificate In the gitlab.rb file we have configured the following, where <ourdomain> is replaced by our domain. These files exist where the configuration is pointing to and are valid/matching (they work on our other sites and even Gitlab in the browser seems to think they are fine). The error SSL certificate problem: unable to get local issuer certificate is displayed when setting up a mirror from this GitLab instance. openssl works when specifying the path to the certificate: /opt/gitlab/embedded/bin/openssl s_client -CAfile /root/my-cert.crt -connect gitlab.domain.tld:443.Mar 31, 2022 · Click Local computer, and then click Finish. Click OK to close the Add or Remove Snap-ins dialog box. In the console tree, click Certificates (Local Computer), and then click the Trusted Root Certification Authorities folder. Verify that the certificate is in the Trusted Root Certification Authorities folder. If the content of your SSL certificates has been updated, but no configuration changes have been made to /etc/gitlab/gitlab.rb, then reconfiguring GitLab doesn’t affect NGINX. Instead, you must cause NGINX to reload the existing configuration and new certificates gracefully: sudo gitlab-ctl hup nginx sudo gitlab-ctl hup registryScenario 5 : PHP - SSL certificate problem: unable to get local issuer certificate. This could be one more scenario where you may struggle to set up SSL certificate or certificate bundle. I had this issue on my XAMPP server, so here are the steps which I followed for fixing the - SSL certificate problem. Download the certificate bundle from ... learning by doing contributes to a firmoval pools above ground SSL Certificate problem: unable to get local issuer Cause There are two potential causes that have been identified for this issue. A Self-signed certificate cannot be verified. Default GIT crypto backend (Windows clients) Resolution Resolution #1 - Self Signed certificate WorkaroundIf the content of your SSL certificates has been updated, but no configuration changes have been made to /etc/gitlab/gitlab.rb, then reconfiguring GitLab doesn’t affect NGINX. Instead, you must cause NGINX to reload the existing configuration and new certificates gracefully: sudo gitlab-ctl hup nginx sudo gitlab-ctl hup registry1. Root Cause of the problem. One of the most probable causes of this issue is your sitting behind the company's/corporate firewall and your company's firewall does not trust Python certificates. Here are the list of hosts. In order to install the python all the certificates issued by the following hosts should be trusted - pypi.python.org ...If the content of your SSL certificates has been updated, but no configuration changes have been made to /etc/gitlab/gitlab.rb, then reconfiguring GitLab doesn’t affect NGINX. Instead, you must cause NGINX to reload the existing configuration and new certificates gracefully: sudo gitlab-ctl hup nginx sudo gitlab-ctl hup registry SSL certificate problem: unable to get local issuer certificate (self-signed certs, and executor = "docker") (#3477) · Issues · GitLab.org / gitlab-runner · GitLab GitLab.org gitlab-runner Issues #3477 An error occurred while fetching the assigned iteration of the selected issue. Closed Issue created 4 years ago by Netonline2016 To import the CA certificate, navigate to Trusted Root Certification Authorities | Certificates pane. Right-click within the Certificates panel and click All Tasks | Import to start the Certificate Import wizard. On successfully importing the CA certificate the wizard will bring you back to the MMC main console. Close the MMC console.SSL certificate problem: unable to get local issuer certificate It works fine if I set git config --global http.sslVerify false Gitlab is used with Apache2 and SSL which forwards to gitlab-workhorse. More details about configuration: Gitlab HTTPS URI for repository cloning does not work - SSL host could not be verified - fatal: unable to access The gitlab ssl cert (as mentioned above) is fullchain.pem + LE root cert, so there are 3 certificates in the same file. However gitlab-runner is only getting the first certificate from the file. Therefore git, which might otherwise accept LE certs, fails to work because it's forced to use only CI_SERVER_TLS_CA_FILE via this statement:It might be misconfigured to serve the certificate. For instance in a virtual host ssl Apache2 config file there would be: SSLCertificateFile $ {CRT_OUT} SSLCertificateKeyFile $ {KEY_OUT} The variables are file paths to where the generated keys live on the server. – Robert Brisita Oct 17, 2018 at 21:32 1 I have zero experience with Traefik. specsavers glasses women ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) #1092 Closed shexiaoheng opened this issue Nov 19, 2021 · 2 commentsThe error SSL certificate problem: unable to get local issuer certificate is shown when setting up a mirror from this GitLab instance. openssl works when specifying the path to the certificate: /opt/gitlab/embedded/bin/openssl s_client -CAfile /root/my-cert.crt -connect gitlab.domain.tld:443OpenSSL::SSL::SSLError (SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)): Community Hello! We are trying to integrate keycloak with Gitlab using OmniAuth without SSL applied (mandatory requirement).ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) #1092 Closed shexiaoheng opened this issue Nov 19, 2021 · 2 comments en guzel pornolar Jan 6, 2022 · SSL certificate problem: unable to get local issuer certificate In the gitlab.rb file we have configured the following, where <ourdomain> is replaced by our domain. These files exist where the configuration is pointing to and are valid/matching (they work on our other sites and even Gitlab in the browser seems to think they are fine). SSL certificate problem: unable to get local issuer certificate (self-signed certs, and executor = "docker") (#3477) · Issues · GitLab.org / gitlab-runner · GitLab GitLab.org gitlab-runner Issues #3477 An error occurred while fetching the assigned iteration of the selected issue. Closed Issue created 4 years ago by Netonline2016 Was able to access the resource via the web-browser on Windows. The following steps solved it for me: 1. Go to: File -> Settings -> Advanced Settings 2. Check the "Use Windows Certificate Store" option 6 Fiddybux Created February 06, 2023 06:03 Comment actions Worked perfectly for me. Thanks. 0 Please summoner Open Git Bash and run the command if you want to completely disable SSL verification. git config --global http.sslVerify false Note: This solution opens you to attacks like man-in-the-middle attacks . Therefore turn on verification again as soon as possible: git config --global http.sslVerify true Share Improve this answerEven this an old question and has many answers I found myself that none of them worked for me. In my case I've a local development environment using Docker, so using some sort of OS-hack would not work since is not persistent and furthermost cannot be passed down to any of my teammates (yes I know I could have my own image but does not worth the effort).Jul 1, 2010 · For that, browse the URI (e.g. on Chrome) and follow the steps. Right click on the HTTPS secure padlock 🔒 icon on address bar. Click on certificate, it'll open a window with the certificate details. Go to 'Certification Path' tab. Click the ROOT certificate. Click View Certificate, it'll open another certificate window. Jun 14, 2021 · Find out the Certificate store of the git: git config --list --show-scope The path will be mentioned in system scope http.sslcainfo . Using a text editor (Notepad++) open ca-bundle.crt and copy paste the certificates from step-4 to the end of the ca-bundle.crt file and click Save. Now retry the pipeline run. Share Improve this answer Follow I use a commercial certificate (from DigiCert) and I run the GitLab web-frontend over https. But my clients says “SSL certificate problem: unable to get local issuer certificate”. I have tried to place the root cert + intermidiate cert in the folder /etc/gitlab/trusted-certs/ but with no success.1 Answer. Sorted by: 2. You can get s_client to show you the certificate chain with -showcerts: openssl s_client -connect example.com:443 -showcerts </dev/null. This will start with the certificate chain, then show other information about the server certificate and TLS connection. All of that should help you to figure out where the trouble is. cheap apartments for rent in los angeles under dollar1000when will kemp Even this an old question and has many answers I found myself that none of them worked for me. In my case I've a local development environment using Docker, so using some sort of OS-hack would not work since is not persistent and furthermost cannot be passed down to any of my teammates (yes I know I could have my own image but does not worth the effort).Open Git Bash and run the command if you want to completely disable SSL verification. git config --global http.sslVerify false Note: This solution opens you to attacks like man-in-the-middle attacks . Therefore turn on verification again as soon as possible: git config --global http.sslVerify true Share Improve this answer1 Place your root certificate and intermediate (if you have one) in /usr/share/local/ca-certificates with the .crt extension. Run: sudo update-ca-certificates Updating certificates in /etc/ssl/certs... 1 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. In this case, curl is your friend: teacup puppies for sale near me under dollar300 dollars Mar 31, 2022 · Click Local computer, and then click Finish. Click OK to close the Add or Remove Snap-ins dialog box. In the console tree, click Certificates (Local Computer), and then click the Trusted Root Certification Authorities folder. Verify that the certificate is in the Trusted Root Certification Authorities folder. 1. Root Cause of the problem. One of the most probable causes of this issue is your sitting behind the company's/corporate firewall and your company's firewall does not trust Python certificates. Here are the list of hosts. In order to install the python all the certificates issued by the following hosts should be trusted - pypi.python.org ...Feb 19, 2021 · Even this an old question and has many answers I found myself that none of them worked for me. In my case I've a local development environment using Docker, so using some sort of OS-hack would not work since is not persistent and furthermost cannot be passed down to any of my teammates (yes I know I could have my own image but does not worth the effort). stainless steel dishwasher lowepercent27s There are several ways this issue has been resolved previously: A. Ensure the root cert is added to git.exe 's certificate store as discussed here. B. Tell Git where to find the CA bundle by running: git config --system http.sslCAPath /absolute/path/to/git/certificatesJun 2, 2020 · SSL certificate problem: unable to get issuer certificate I'm having a similiar issues as #334 (closed). I'm running Gitlab EE 8.3.4 on RHEL 6.x server, along with the 1.0.0 Beta GitLab Multi Runner (as was suggested upgrading in #334 (closed) ). First, creating ssh keys won't help for an HTTPS url. Keep those keys, but if you want to use them, you would need to put existing ssh keys to your github account then cd /path/to/your/repo git remote set-url origin [email protected]:junaidbinsarfraz/repo.git git pushEven this an old question and has many answers I found myself that none of them worked for me. In my case I've a local development environment using Docker, so using some sort of OS-hack would not work since is not persistent and furthermost cannot be passed down to any of my teammates (yes I know I could have my own image but does not worth the effort). custom mandmsvintage leather jackets Mar 31, 2021 · 1. Root Cause of the problem. One of the most probable causes of this issue is your sitting behind the company's/corporate firewall and your company's firewall does not trust Python certificates. Here are the list of hosts. In order to install the python all the certificates issued by the following hosts should be trusted - pypi.python.org ... 1 Place your root certificate and intermediate (if you have one) in /usr/share/local/ca-certificates with the .crt extension. Run: sudo update-ca-certificates Updating certificates in /etc/ssl/certs... 1 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. In this case, curl is your friend:Scenario 5 : PHP - SSL certificate problem: unable to get local issuer certificate. This could be one more scenario where you may struggle to set up SSL certificate or certificate bundle. I had this issue on my XAMPP server, so here are the steps which I followed for fixing the - SSL certificate problem. Download the certificate bundle from ... small pillows 1. Root Cause of the problem. One of the most probable causes of this issue is your sitting behind the company's/corporate firewall and your company's firewall does …For that, browse the URI (e.g. on Chrome) and follow the steps. Right click on the HTTPS secure padlock 🔒 icon on address bar. Click on certificate, it'll open a window …Scenario 5 : PHP - SSL certificate problem: unable to get local issuer certificate. This could be one more scenario where you may struggle to set up SSL certificate or certificate bundle. I had this issue on my XAMPP server, so here are the steps which I followed for fixing the - SSL certificate problem. Download the certificate bundle from ...Jul 7, 2021 · finally i find the solution here https://newbedev.com/invalid-ssl-certificate-when-pushing-to-git-server. After reading and making the settings, you should do. git config --system http.sslCAInfo "C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt". and in the root of your project that you are uploading to gitLab you should do. large tarp But my clients says "SSL certificate problem: unable to get local issuer certificate". I have tried to place the root cert + intermidiate cert in the folder /etc/gitlab/trusted-certs/ but with no success. I get this when I run "reconfigure".ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) #1092 Closed shexiaoheng opened this issue Nov 19, 2021 · 2 comments 2x16 GitLab Runner cannot clone, unable to get issuer certificate Infrastructure as Code & Cloud Native runner, ssl, ci, kubernetes Rukeith February 22, 2019, 1:55am 1 Here is my architecture: I run a gitlab server by docker on GCP GCE and I had added ssl on it. Then I use helm to install gitlab runner on GKE follow step by this website.Feb 19, 2021 · Even this an old question and has many answers I found myself that none of them worked for me. In my case I've a local development environment using Docker, so using some sort of OS-hack would not work since is not persistent and furthermost cannot be passed down to any of my teammates (yes I know I could have my own image but does not worth the effort). Problem. The following is seen on the command line when pushing or pulling: SSL Certificate problem: unable to get local issuer. Cause. There are two potential causes …If you are a Git user-facing the 'git SSL certificate problem unable to get local issuer certificate' error, then you need to tell Git where the CA bundle is located. To help Git find the CA bundle, use the below-mentioned command: git config -system http.sslCAPath /absolute/path/to/git/certificates Temporary FixYou can disable SSL certificate validation locally in Git using the following command: $ git -c http.sslVerify=false clone [URL] You can also disable SSL certificate validation at a global level using the following command: $ git config --global http.sslVerify false To re-enable SSL certificate validation, use the following command: marine lights The gitlab ssl cert (as mentioned above) is fullchain.pem + LE root cert, so there are 3 certificates in the same file. However gitlab-runner is only getting the first certificate from the file. Therefore git, which might otherwise accept LE certs, fails to work because it's forced to use only CI_SERVER_TLS_CA_FILE via this statement:Mar 31, 2021 · 1. Root Cause of the problem. One of the most probable causes of this issue is your sitting behind the company's/corporate firewall and your company's firewall does not trust Python certificates. Here are the list of hosts. In order to install the python all the certificates issued by the following hosts should be trusted - pypi.python.org ... Jul 4, 2021 · Issue A local private git repository is installed internally. The requirement is to pull source code from this repository using HTTPS. A certificate that is signed by a local CA is used by this local repository. While trying to pull the code, the following error is shown during build process: Raw SSL certificate problem: unable to get local issuer certificate In the gitlab.rb file we have configured the following, where <ourdomain> is replaced by our domain. These files exist where the configuration is pointing to and are valid/matching (they work on our other sites and even Gitlab in the browser seems to think they are fine).fatal: unable to access 'https://github.com/wmgdsp/gcdm-api.git/': SSL certificate problem: unable to get local issuer certificate $ git config --global …SSL certificate problem: unable to get local issuer certificate In the gitlab.rb file we have configured the following, where <ourdomain> is replaced by our domain. These files exist where the configuration is pointing to and are valid/matching (they work on our other sites and even Gitlab in the browser seems to think they are fine). snl whatbowling green craigslist cars and trucks by owner The error SSL certificate problem: unable to get local issuer certificate is displayed when setting up a mirror from this GitLab instance. openssl works when specifying the path to the certificate: /opt/gitlab/embedded/bin/openssl s_client -CAfile /root/my-cert.crt -connect gitlab.domain.tld:443 bjpercent27s around me Feb 5, 2023 · You can disable SSL certificate validation locally in Git using the following command: $ git -c http.sslVerify=false clone [URL] You can also disable SSL certificate validation at a global level using the following command: $ git config --global http.sslVerify false To re-enable SSL certificate validation, use the following command: sudo apt-get install --reinstall ca-certificates sudo apt-get -f install sudo dpkg --purge --force-depends ca-certificates sudo apt-get -f install PS: As @dave_thompson_085 mentioned, the problem in Ubuntu server is that the root certificate isn't recognized.SSL certificate problem: unable to get local issuer certificate In the gitlab.rb file we have configured the following, where <ourdomain> is replaced by our domain. These files exist where the configuration is pointing to and are valid/matching (they work on our other sites and even Gitlab in the browser seems to think they are fine). pastel dress Scenario 5 : PHP - SSL certificate problem: unable to get local issuer certificate. This could be one more scenario where you may struggle to set up SSL certificate or …ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) #1092 Closed shexiaoheng opened this issue Nov 19, 2021 · 2 commentsUsing an Amazon AWS Linux Ubuntu 16 box, fresh install of GitLab. Set external_url ‘ https://my-domain.com ’; nginx [‘redirect_http_to_https’] = true Copied my crt and key (which are from DigiCert and a real SSL not self-signed) into the /etc/gitlab/ssl folder then reconfigured.First, creating ssh keys won't help for an HTTPS url. Keep those keys, but if you want to use them, you would need to put existing ssh keys to your github account then cd /path/to/your/repo git remote set-url origin [email protected]:junaidbinsarfraz/repo.git git pushDebugging Details I mentioned this there a while back, but didn't debug it quite as far as I have now.. The problem may actually be with Git (2.7.2). Git seems to ignore sslCAInfo …Even this an old question and has many answers I found myself that none of them worked for me. In my case I've a local development environment using Docker, so using some sort of OS-hack would not work since is not persistent and furthermost cannot be passed down to any of my teammates (yes I know I could have my own image but does not worth the effort). if she ain Cannot clone submodules: "SSL certificate problem: unable to get local issuer certificate" Summary Attempting clone a submodule from a private GitLab server (same server as superproject) does not work if the HTTPS certificate is signed by a custom CA. Superproject and submodule are hosted on the same server OS: Windows server 2012 R2First, creating ssh keys won't help for an HTTPS url. Keep those keys, but if you want to use them, you would need to put existing ssh keys to your github account then cd /path/to/your/repo git remote set-url origin [email protected]:junaidbinsarfraz/repo.git git pushBut my clients says "SSL certificate problem: unable to get local issuer certificate". I have tried to place the root cert + intermidiate cert in the folder /etc/gitlab/trusted-certs/ but with no success. I get this when I run "reconfigure".Ensure the root cert is added to git.exe's certificate store as discussed here. Tell Git where to find the CA bundle by running: git config --system http.sslCAPath /absolute/path/to/git/certificates -- or copying the CA bundle to the /bin directory and adding the following to the gitconfigfile: sslCAinfo = /bin/curl-ca-bundle.crt Reinstalling Git.