-
Notifications
You must be signed in to change notification settings - Fork 176
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
Issue with Homebrew openssl on macOS #319
Comments
@jwatt I had the same problem. macOS's version in Homebrew's version does support these options, but it's not enabled by default (at least on my system). To enable Homebrew's version to be used instead of macOS's
or to enable it globally:
or better yet, add this line to your shell's startup script. After I wrote this answer, I found a post that confirmed my findings here. Note: if you instead set |
Thanks, @rasa! I was sure I'd had Homebrew symlink its openssl into Digging through the release notes for LibreSSL it looks like Maybe the docs could say something along the lines of "The version of LibreSSL that ships with macOS does not support |
I made a decision not to do automatic version tests to pick options because a single set of dotfiles often span multiple systems which may have different OpenSSL implementations. The user needs to set the option that will work with all of their systems. yadm can't know that from running on just one of their systems. I'm guessing some documentation specifically about Mac homebrew could be helpful. |
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
I've been playing around with the encryption support and found that the 'openssl' encryption appears to be broken on macOS with Homebrew's openssl installed. More specifically I got:
Homebrew tells me that
openssl@1.1 1.1.1i
is installed which appears to be the latest stable release. Despite that, settingyadm.openssl-old
totrue
appears to fix things and the encryption then works. Since openssl is not out of date, perhaps this is an issue with Homebrew compiling openssl without some needed features? In any case, it's probably worth noting in the docs that macOS users may need to setyadm.openssl-old
.The text was updated successfully, but these errors were encountered: