TrustManagers are a Java tool for Android responsible for managing the trust material that is used when making trust decisions, and for deciding whether credentials presented by a peer should be accepted.
Questions tagged [trustmanager]
71 questions
0
votes
1 answer
How to fix apps containing an unsafe implementation of TrustManager, checkServertrusted method
This is my first time that I publish an application on Play store and my app is rejected.
This is the message from google play :
How to fix apps containing an unsafe implementation of TrustManager.
...
To properly handle SSL certificate validation,…

Malcom
- 283
- 3
- 11
0
votes
1 answer
Is Google Player Game Console still checking TrustManager implementation on Android apk?
As of June 6th 2016, is this check for alert still in effect for Google Player?
https://support.google.com/faqs/answer/6346016
On June 6th, we submitted several testing app which are supposed to generate the security warning message in alpha/beta…

conviva device
- 3
- 1
0
votes
1 answer
Spring roo TrustManager not found by
I want to reverse engineer a sql-server database. I've set up a project, create a entity, controller and set up the web mvc.
After this I start the application with tomcat. Call the web-interface and add a record. Everything works fine.
Back to the…

Manu Zi
- 2,300
- 6
- 33
- 67
0
votes
1 answer
Google Play Security Alert X509Trustmanager - Will my App be removed from store after May 17?
I have an App, developed in Titanium, in Google play that have the Trustmanager Security Alert. The alert says:
"Your app is using an unsafe implementation of the X509TrustManager interface with an Apache HTTP client, resulting in a security…

Thomas Neerup
- 3
- 2
0
votes
2 answers
How to Handle SSL certification validation in proper way?
Hello my application is live and it is using "https" protocol. The Google Play Team throws warning as below.
"Your app(s) listed at the end of this email use an unsafe
implementation of the interface X509TrustManager. Specifically, the
…
user4570857
0
votes
1 answer
How to fix unsafe implementation of X509TrustManager warrning in Android app
I am getting security alert on my uploaded Android Build on Google Play Store.
"Your app is using an unsafe implementation of the X509TrustManager interface with an Apache HTTP client, resulting in a security vulnerability. Please see this Google…

ParikshitSinghTomar
- 417
- 1
- 4
- 28
0
votes
1 answer
Google X509Trust Manager scan for beta apps
Is google scanning only the production apps or is it also scanning the beta versions ?

user2628861
- 1
- 1
- 2
-1
votes
0 answers
This app uses software that contains security vulnerabilities
Play store reject to Update the app .Unable to found solution for This app uses software that contains security vulnerabilities for users or allows the collection of user data without proper disclosure. Play store reject the app for violating our…

ABU HASAN
- 1
- 2
-1
votes
0 answers
How do i add SSL certificate to my cacerts java file in android studio?
I am facing trouble for adding the certificate to android studio. give me some solutions :)
I had a problem with SSL CERTIFICATE VERIFICATION in my code(vs code) so I used x509 trust manager o solve it. Then I integrated my code to android studio…
-1
votes
1 answer
Unsafe implementation of TrustManager
I'm trying to publish an App on Google Play, but I'm getting an email with this error message: Vulnerability TrustManager, apps containing an unsafe implementation of TrustManager.
To properly handle SSL certificate validation, change your code in…

zerstoer
- 95
- 10
-6
votes
2 answers
Where do you find the default implementation of trust manager in android?
I need the source code of the default implementation of trust manager

zad basheer
- 11
- 1