Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssl3_read_bytes:tlsv1 unrecognized name downloading {domain}/satispress/packages.json #201

Open
DannyTaki opened this issue Jan 24, 2023 · 0 comments

Comments

@DannyTaki
Copy link

DannyTaki commented Jan 24, 2023

Client machine: staging.alliancechemical.com
Server machine: alliancechemical.com

Getting this error message when trying to run composer install Task in Trellis. Deleting my composer.lock file then trying to manually run composer install --verbose on client gives the following error ouput:

[Composer\Downloader\TransportException]
  curl error 35 while downloading https://{mydomain}/satispress/packages.json: error:14094458:SSL routines:
  ssl3_read_bytes:tlsv1 unrecognized name

SSL Checker on the domain validates the SSL certificate on Server
Domain: alliancechemical.com
https://www.sslshopper.com/ssl-checker.html

Client's composer.json has this satispress repo set up:

 "repositories": {
        "satispress": {
            "type": "composer",
            "url": "https://alliancechemical.com/satispress/"
        }

Credentials are in a auth.json file

{
    "http-basic": {
        "alliancechemical.com": {
            "username": "{API_KEY}",
            "password": "satispress"
        }
    }
}

Not sure what's wrong here both client and server are provisioned with Trellis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant