-
Notifications
You must be signed in to change notification settings - Fork 25
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
pinnedCertificates() breaks the Countly connection (Android) #442
Comments
Hi @km4r , I have tested this with latest version and it is working fine for me in release mode. Can you specify what error you are seeing? After enabling SDK logs you can see what is the issue from Android Studio's logcat. Also where/when you are calling |
|
Hi @km4r , sorry for the delay. The way you provide the certificate seems correct. The ssl pinning code has not changed for quite a while so we think it should not be dependent on the sdk version change. |
Thanks @turtledreams, do you mean this Android config?
For now it looks like this - no specific config for the Countly Server there. Does the |
Hi @km4r. I created a new branch for you. Can you try building with it and let me know if it works: https://github.com/Countly/countly-sdk-react-native-bridge/tree/androidn-pinned |
Thank you @turtledreams, looks like the issue is fixed on the branch you provided |
@km4r great to hear that, will create a minor with the fix as soon as possible! |
After the SDK update (23.10.0 -> 24.4.1) I don't see any new data in Countly coming from Android devices. I found out it's due to the
Countly.pinnedCertificates('count.ly.cer');
usage, however on SDK 23.10.0 the same config works fine.Notes:
The text was updated successfully, but these errors were encountered: