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

Allow compiling against OpenSSL on macOS #24

Open
pimeys opened this issue Dec 10, 2020 · 1 comment
Open

Allow compiling against OpenSSL on macOS #24

pimeys opened this issue Dec 10, 2020 · 1 comment

Comments

@pimeys
Copy link

pimeys commented Dec 10, 2020

We're kind of hit by the issue of Apple's Secure Transport being super picky about certificates since macOS Catalina in Tiberius. We really can't change how Microsoft creates their certificates or what kind of certs Apple accepts. I was thinking could it be possible to force this crate to statically compile against OpenSSL, so we could distribute a version of Prisma for macOS that could talk TLS with SQL Server?

I don't know is this the right solution here, but that's how node.js solved the issues for their users: statically linking to OpenSSL on all platforms.

@yoshuawuyts
Copy link
Contributor

@pimeys if you're willing to write a PR for this, I'd be happy to review it!

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

2 participants