Git Product home page Git Product logo

Comments (5)

morales2k avatar morales2k commented on August 23, 2024

I get the same SSL error with the following composer.json file:

{
    "config": {
        "vendor-dir": "include/vendor",
        "prestissimo": {
            "maxConnections": 6,
            "minConnections": 3,
            "pipeline": false,
            "verbose": true
        }
    },
    "autoload": {
        "classmap": [
          "include/libreria/"
        ]
    },
    "require": {
        "hautelook/phpass": "0.3.0",
        "phpmailer/phpmailer": "v5.2.6",
        "xuanyan/database": "dev-master",
        "facebook/php-sdk-v4" : "4.0.*",
        "soup/paginator": "1.0.4",
        "twig/twig": "1.*",
        "jv2222/ezsql_version": "dev-master",
        "mobiledetect/mobiledetectlib": "dev-master",
        "guzzlehttp/guzzle": "5.0.*@dev",
        "anlutro/curl": "dev-master",
        "illuminate/database": "~5.0",
        "symfony/var-dumper": "3.0.*@dev",
        "hyyan/jaguar": "1.0.*",
        "slim/slim": "2.2.0"
    }
}

from prestissimo.

hirak avatar hirak commented on August 23, 2024

It's difficult to fix. But I can create new option for the solution.

{
  "config": {
    "prestissimo": {
      "insecure": true,
      "capath": "/absolute/path/to/cacert.pem"
    }
  }
}

insecure (bool)

  • default: false

If insecure is true, this plugin doesn't verify all https certs. (CURLOPT_VERIFYPEER is off)
You should not change this option.

capath (string)

  • default: "" (empty)

path to cacert.pem

from prestissimo.

hirak avatar hirak commented on August 23, 2024

@EAnushan @jlmorales I released v0.1.5.
Please try it.

$ composer global remove hirak/prestissimo
$ composer global install hirak/prestissimo

from prestissimo.

EAnushan avatar EAnushan commented on August 23, 2024

The new options seem to work just fine. Thank you!

from prestissimo.

morales2k avatar morales2k commented on August 23, 2024

Thanks for the update! I can also confirm it. I'm converting everyone at the office when they saw just how fast this is. :) Envy. The best marketing tool. LOL

from prestissimo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.