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

SSL Failure with .NET 7.0 on macOS #1444

Closed
pepone opened this issue Feb 23, 2023 · 1 comment · Fixed by #1449
Closed

SSL Failure with .NET 7.0 on macOS #1444

pepone opened this issue Feb 23, 2023 · 1 comment · Fixed by #1449
Labels
Milestone

Comments

@pepone
Copy link
Member

pepone commented Feb 23, 2023

testing IceSSL.FindCerts properties... -! 23/2/2023 19:39:52:038 server: warning: deprecated property: IceSSL.FindCert.CurrentUser.My
Ice.SecurityException
    reason = "Authentication failed, see inner exception."
   at Ice.ObjectPrxHelperBase.ice_ping(OptionalContext context) in /Users/jose/Documents/3.7.9/ice/csharp/src/Ice/Proxy.cs:line 1036
   at AllTests.allTests(TestHelper helper, String testDir) in /Users/jose/Documents/3.7.9/ice/csharp/test/IceSSL/configuration/AllTests.cs:line 2373
Caused by: System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception.
   at IceSSL.TransceiverI.finishAuthenticate() in /Users/jose/Documents/3.7.9/ice/csharp/src/IceSSL/TransceiverI.cs:line 500
Caused by: Interop+AppleCrypto+SslException: bad protocol version
@pepone pepone added this to the 3.7.9 milestone Feb 23, 2023
@pepone pepone added the bug label Feb 23, 2023
@pepone
Copy link
Member Author

pepone commented Feb 24, 2023

The test works fine with .NET 6.0, now on macOS with .NET 7.0 it requires setting the PersistKeySet flag, but it also requires unlocking the login keychain.

I going to disable this part of the test on macOS, which is testing a deprecated property IceSSL.FindCert.CurrentUser.My

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant