-
Notifications
You must be signed in to change notification settings - Fork 582
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
TLS tests fail on newer versions of macOS #1431
Comments
I don't know whether this is helpful or not, but the
|
It seems odd that it's affecting OpenSSL from Homebrew, but could it be similar to what's described in FiloSottile/mkcert#174 (comment) ? (Changes to maximum certificate validity in newer macOS) |
I just installed LibreSSL 2.9.2 with Homebrew, and all tests still pass with it. Looks like it's only OpenSSL. |
|
What you're seeing is OpenSSL 1.1.1 added support for TLSv1.3 while I'm guessing LibreSSL only goes up to TLSv1.2. The new protocol version has a different/disjoint set of ciphers. The docs mentions v1.2 a bunch.
Nonetheless, no particular version is specified in mojo/lib/Mojo/IOLoop/TLS.pm |
There is another test that fails.
|
This should be resolved now. 42c3e07...9353f52 |
Steps to reproduce the behavior
Run tests with
TEST_TLS=1
andOpenSSL 1.1.1d
from Homebrew.Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: