Skip to content

SSL certificate problem: unable to get local issuer certificate #767

Discussion options

You must be logged in to vote

You'll likely have to do the same inside the image(s) you hope to get through the MITM. To make it persist, composer global config aside you can add that newrootcert into a .warden directory in your project and create a .warden/warden-env.yml file to mount it into the image during warden env up.

Something like:

services:
    php-fpm:
        volumes:
            - ./.warden/newrootcert.crt:/private/etc/ssl/certs/newrootcert.crt

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@diazwatson
Comment options

@navarr
Comment options

Answer selected by diazwatson
@diazwatson
Comment options

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