Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Assuming the new certificate is valid and trustworthy you shouldn't need to change your application. (Unless you were specifically expecting the certificate or doing something unusual with respect to SSL in your application.)</p> <p>Here's a pretty handy tool for validating an SSL certificate of an internet host: <a href="http://www.digicert.com/help/" rel="nofollow">http://www.digicert.com/help/</a></p> <p>Or, just use the https URL that your app is using in your desktop browser to inspect the certificate (assuming its bad, most browsers do a good job of explaining the problem and providing the certificate's details). If your app is using an IP address or a specific domain name, try with that exact domain name. (The rest of the URL doesn't matter, just the <code>https://host.example.com/</code> part.)</p> <p>Perhaps the old certificate was more permissive (perhaps it included a broader set of hosts within the domain?)</p> <p>On the other hand, if the problem is that the new certificate contains a wildcard (i.e., its for "*.example.com", then the SSL bug that nmr points out (See <a href="http://code.google.com/p/android/issues/detail?id=17680" rel="nofollow">http://code.google.com/p/android/issues/detail?id=17680</a>) could be the culprit. Fixing this involves upgrading the version of Android. Or hacking your application sufficiently to accept this known certificate. Or, asking the server manager to install a better SSL certificate for you (assuming you have any sway over your "data source").</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload