0

after replacing SHA-1 cert with a new SHA-2 cert (server side), our cordova android app (ios still working) does not work anymore. Meaning that the https requests fail somehow (on all devices available to us - Android 4.3;4.4;5.1 - Cyanogenmod 4.4.4).

Strangely this only happens if the app is installed per apk. If installed per adb everything works perfect.

We check everything we could think of (e.g. chain, https://www.ssllabs.com/ssltest/analyze.html, etc.). Nothing indicates a problem.

Both certificates are form Comodo (PositiveSSL).

Every hint will be much appreciated!

ps.: we switched back to a new SHA-1 cert but this will only work for 30 days.

fentas
  • 1,011
  • 12
  • 14

2 Answers2

0

it seemed that the problem was the cert itself. After being in contact with the supplier we could resolve this problem.

fentas
  • 1,011
  • 12
  • 14
0

I seem to have a very similar problem and it's driving me nuts! What was wrong with the cert if you don't mind me asking? I'm hoping we have the same issue!

bigredm20
  • 9
  • 2
  • Hey, we just switched the issuer from Comodo (PositiveSSL) to GeoTrust (RapidSSL). That oddly enough solved it. – fentas Nov 19 '15 at 14:56
  • Oh, now that is interesting. We also have a Comodo certificate that isn't working, although it is replacing an existing Comodo certificate that does work! Maybe we just need to try another provider. Thanks for the info – bigredm20 Nov 20 '15 at 09:50