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

MacOS uses LibreSSL by default instead of openssl #122

Open
bartversluijs opened this issue Jun 24, 2021 · 0 comments
Open

MacOS uses LibreSSL by default instead of openssl #122

bartversluijs opened this issue Jun 24, 2021 · 0 comments

Comments

@bartversluijs
Copy link
Contributor

Hi,

The quickstart script fails on macs because LibreSSL is used by default (or at least it's on my mac).
To solve this, I've to add a little part to the PATH environment variable, which can be done by one of these commands:

$ export PATH="/usr/local/opt/openssl/bin:$PATH"
$ PATH="/usr/local/opt/openssl/bin:$PATH" ./scripts/quickstart

I wanted to create a PR for this, however, there are many scripts executed in the quickstart, so I don't really know where to start without creating spaghetti code. Still happy to create a PR though once I get pointed into the right direction 🙂

Any thoughts?

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