-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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/TLS protocol not supported #7474
SSL/TLS protocol not supported #7474
Comments
Hi @kyungho-kim Can you enable the Network permissions that are present in the 'App sandbox' section of 'Signing & Capabilities' on your target and see if that helps? |
Hi @leemaguire I checked them, but it wasn't solved. The strange thing is that the app runs in Xcode 12.5.1. |
@kyungho-kim is this a Catalyst app? |
@leemaguire Yes, this is a Catalyst app. |
I cannot reproduce this issue on Xcode 13 @kyungho-kim. I have a few questions:
|
|
Do you have anything on your machine that might have misplaced the openssl library? |
@leemaguire No... I've never touched the openssl library. The problem occurs only in the Catalyst app, not iOS simulator or macOS target. |
@kyungho-kim I can reproduce the issue. We will fix this. |
I'll keep this issue open until we release the next version of cocoa. |
How frequently does the bug occur?
All the time
Description
When I run the macOS app in Xcode 13, the app is terminated. Run in an iOS simulator, it works normally.
Stacktrace & log output
libc++abi: terminating with uncaught exception of type realm::util::network::ssl::ProtocolNotSupported: SSL/TLS protocol not supported
Can you reproduce the bug?
Yes, always
Reproduction Steps
Run macOS app on Xcode 13
Version
10.17.0
What SDK flavour are you using?
MongoDB Realm (i.e. Sync, auth, functions)
Are you using encryption?
No, not using encryption
Platform OS and version(s)
macOS 11.6
Build environment
Xcode version: 13.0
Dependency manager and version: SPM
The text was updated successfully, but these errors were encountered: