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

ZTS: Fix zfs_load-key failures on F39 #15550

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Commits on Nov 20, 2023

  1. ZTS: Fix zfs_load-key failures on F39

    The zfs_load-key tests were failing on F39 due to their use of the
    deprecated ssl.wrap_socket function.  This commit updates the test to
    instead use ssl.SSLContext() as described in
    https://stackoverflow.com/a/65194957.
    
    Fixes: openzfs#15534
    
    Signed-off-by: Tony Hutter <hutter2@llnl.gov>
    tonyhutter committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    60c1f77 View commit details
    Browse the repository at this point in the history