Skip to content

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

@DannyTaki

Description

@DannyTaki

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions