-
Notifications
You must be signed in to change notification settings - Fork 585
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
Update OpenSSL version in node dependencies #4984
Comments
we are encountering the same issue, started happening this week. We are on older realm version v6 but still same error just on older version of openssl 1.1.1b |
In version 10.15.0 we upgraded our OpenSSL dependency from version 1.1.1g to 1.1.1n as part of the upgrade to Realm Core v11.13.0. Unfortunately @biphan100897 I can see we forgot to update |
I have a same issue in version 10.20.0-beta.2. I read all comments. Solution is update version? Or react-native core is update so I don't update realm version? |
@kneth Yes, I saw that the realm core has updated the dependency list. But since it was listed in the realm dependency list as well. I thought an update is required. So if I simply update my realm to the latest version 10.21.1 it should resolve the issue? |
You need to update to v10.20.0-beta.4 or v11.0.0-rc.X (X = 0,1,2) |
Yes! |
I still had the same issue in version v10.20.0-beta.5 |
@Ping5841 v10.20.0-beta.5 should be using OpenSSL 1.1.1n. But in general I will suggest that you upgrade to v11.0.0. |
Hi @kneth , |
This is how I solved it: I updated the realm version to the latest, then I changed the OPENSSL_VERSION in node_modules since the latest version also has the dependencies.list file with the old version., compiled my app and submitted it to Play store. It was accepted and approved for public distribution. I think updating it to the latest version will solve the issue. You can check this by compiling the app with the new version and submitting it for review. If there is a problem, they will show you the error within the 24 hours period. |
Were you able to solve this on v6 somehow? |
We don't plan to update version 6. |
I'm still getting the error on v10.20.0-beta.X. Can anybody help me? |
Please upgrade to v11.2.0 (v10.20.0-beta.X ended with the release of v11.0.0). |
@kneth the upgraded version requires a re-setting up of flipper , an upgraded V10.20.0-beta-X with the OPENSSL 1.1.1n fix would be great if you could release one. |
We are not planning to backport fixes to our old beta versions. Moreover, I believe v10.20.0-beta.5 is using OpenSSL 1.1.1n. |
@kneth as seen here : https://github.com/realm/realm-js/blob/v10.20.0-beta.5/dependencies.list The OpenSSL version is still 1.1.1g the v10.20.0-beta.5 does not use OpenSSL 1.1.1n. |
Let me honest here: we forgot to update |
Has anyone found a fix for this? Is updating realm to v11 the only solution? |
I see same dependencies on v11 too I see url-parse and openssl being reported in v10.24.0 |
We are currently (#5252) working on upgrading Realm Core which will give you OpenSSL 3. |
How frequently does the bug occur?
All the time
Description
I have an app that uses Realm js as a database. I recently submitted my app to Playstore for release and it rejected my app with the following error:
After doing some search through VS Code, I get that OpenSSL 1.1.1g is listed as dependency of this package. Also on Google's guide to fix this error also mentions Realm JS SDK having this open ssl version here: https://support.google.com/faqs/answer/12576638
Stacktrace & log output
No response
Can you reproduce the bug?
Yes, always
Reproduction Steps
Version
10.13.0 (latest version uses the same dependencies i checked)
What SDK flavour are you using?
Local Database only
Are you using encryption?
No, not using encryption
Platform OS and version(s)
Android and iOS
Build environment
Which debugger for React Native: ..
Cocoapods version
No response
The text was updated successfully, but these errors were encountered: