We installed the certificates on our server, and when you request https://www.ourserver.org Android (regardless of what browser you use) displays a small pop-up window
You need to set a lock screen pin or password before you can use credential storage
What is wrong, it seems that the phone is trying to register this certificate.?
This only happens on Android so far , it is great for iPhone and desktop browsers
our Stunnel configurator:
[www.ourserver.org] cert = /etc/stunnel/certs/www.ourserver.org.crt key = /etc/stunnel/keys/www.ourserver.org.key CAfile = /etc/stunnel/certs/www.ourserver.org.intermediate.crt accept = 10.10.54.2:9443 connect = 10.10.54.2:9444 verify=1 xforwardedfor = yes TIMEOUTclose = 0
cert file is issued by RapidSSL. The intermediate CAfile contains both: the first intermediate certificate and cert certificate .
Any idea on what went wrong in our certificate configuration?
If I go through the process of protecting my phone using the lock screen, access to the same page, it will be displayed
No certificates found The app Chrome has requested a certificate. Choosing a certificate will let the app use this identity with servers now and in the future. The app has identified the requesting server as (...), but you should only give the app access to the certificate if you trust the app. You can install certificates from a PKCS
source share