Welcome Guest, Not a member yet? Register   Sign In
Composer Openssl Error
#1

I tried to update Composer today on my Mac and got the following error:

composer selfupdate
[Composer\Downloader\TransportException]
The "https://getcomposer.org/versions" file could not be downloaded: SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Failed to enable crypto
failed to open stream: operation failed


Anyone know what I have to do?
Simpler is always better
Reply
#2

@donpwinston,

Did you do a search to see if anyone else had the same issue as you and was able to resolve it?
Reply
#3

I found some complex discussions about it but no solution. (I was messing around with Symfony 4 and I think the computer gods are telling me to stay away)
Simpler is always better
Reply
#4

(This post was last modified: 12-24-2018, 12:13 PM by dave friend.)

Just to be clear, you're trying to update composer itself and not a composer install project. Right?

If that's the case, manually download composer.phar are replace your existing version.
https://getcomposer.org is working fine on my browser. No SSL cert issues, etc.
Reply
#5

(This post was last modified: 12-24-2018, 01:25 PM by donpwinston.)

I gave up and did that, but I get the same error when I try to do something like:

composer create-project symfony/website-skeleton sf_test (I was going to learn Doctrine and use it with CI4)

My Composer doesn't like https.
Simpler is always better
Reply
#6

(12-24-2018, 12:29 PM)donpwinston Wrote: I gave up and did that, but I get the same error when I try to do something like:

composer create-project symfony/website-skeleton sf_test (I was going to learn Doctrine and use it with CI4)

My Composer doesn't like https.

I got composer working properly on my home Mac. Must be some sort of network/firewall problem with my Mac at work. Although  my brower doesn't have any problems.
Simpler is always better
Reply
#7

Ooof, gave up on Symfony 4. Turns out Doctrine is a bundle, not a component. Therefore it only works with Symfony. It no longer supports Informix anyway. There's a security component that supposedly can be used with CI4 but it's opaque. Guess I'll stick with my own database and authorization code. Also, I'm convinced once again that CI is the best choice.
Simpler is always better
Reply




Theme © iAndrew 2016 - Forum software by © MyBB