Does packagist.org support ssl from Let's Encrypt? #11869
Replies: 2 comments
-
I think it's a server misconfiguration, look here for example the different between repo.packagist.org (which also uses lets encrypt):
And your server:
As you can see packagist sends back the packagist.org certificate as well as the intermediate R3 cert, and yours only sends your cert without intermediate, so the chain is incomplete even though ISRG Root X1 is trusted (that one does not need to be sent back). In browsers it seems to work because I guess they have the intermediate R3 cert in their CA. Using the acme.sh client you have to take the |
Beta Was this translation helpful? Give feedback.
-
thank you. It is my mistake.
This is the right config.
ref: https://serverfault.com/questions/1075514/how-to-fix-certificate-chain-with-letsencrypt-certbot |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I test a svn repository with this free ssl but failed.
Uncaught Exception: [RuntimeException] Repository https://svn.lolitaup.com:9443/svnroot/qqbot could not be processed, svn: E170013: Unable to connect to a repository at URL 'https://svn.lolitaup.com:9443/svnroot/qqbot/trunk' svn: E230001: Server SSL certificate verification failed: issuer is not trusted.
Beta Was this translation helpful? Give feedback.
All reactions