Does Android trust the StartSSL certificate?


marc_aragones

I am developing an android application and I want to encrypt the data sent to the server. I've seen a lot of people saying that the best practice is to use SSL, and I found that StartSSL is free. my question is:

  1. Will Android trust my StartSSL certificate?

  2. Are you suggesting that I use StartSSL, or should I use another certificate authority (like RapidSSL or GoDaddy)?

Thanks!

Schkneider
  1. If the certificate is valid and complete ( with an intermediate certificate ), it will work.

Get more info here : https://stackoverflow.com/a/10888353/603270

  1. That is subjective.

Related


Does Android trust the StartSSL certificate?

marc_aragones I am developing an android application and I want to encrypt the data sent to the server. I've seen a lot of people saying that the best practice is to use SSL, and I found that StartSSL is free. my question is: Will Android trust my StartSSL cer

JVM/Android doesn't trust StartSSL's root certificate

Christopher I have set up a VPS hosting two websites using Apache. Both have a (valid) SSL configuration with a StartSSL certificate, and I have no problem accessing them from a desktop or mobile browser. I'm trying to access an API that one of the websites is

JVM/Android doesn't trust StartSSL's root certificate

Christopher I have set up a VPS hosting two websites using Apache. Both have a (valid) SSL configuration with a StartSSL certificate, and I have no problem accessing them from a desktop or mobile browser. I'm trying to access an API that one of the websites is

Untrusted StartSSL certificate on Firefox and Android

living room Apache server, follow this guide : https://www.startssl.com/Support?v=21 httpd.conf: SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL SSLCertificateFile "/usr/local/apache2/conf/domain.

Untrusted StartSSL certificate on Firefox and Android

living room Apache server, follow this guide : https://www.startssl.com/Support?v=21 httpd.conf: SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL SSLCertificateFile "/usr/local/apache2/conf/domain.

Untrusted StartSSL certificate on Firefox and Android

living room Apache server, follow this guide : https://www.startssl.com/Support?v=21 httpd.conf: SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL SSLCertificateFile "/usr/local/apache2/conf/domain.

Untrusted StartSSL certificate on Firefox and Android

living room Apache server, follow this guide : https://www.startssl.com/Support?v=21 httpd.conf: SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL SSLCertificateFile "/usr/local/apache2/conf/domain.

Untrusted StartSSL certificate on Firefox and Android

living room Apache server, follow this guide : https://www.startssl.com/Support?v=21 httpd.conf: SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL SSLCertificateFile "/usr/local/apache2/conf/domain.

Untrusted StartSSL certificate on Firefox and Android

living room Apache server, follow this guide : https://www.startssl.com/Support?v=21 httpd.conf: SSLEngine on SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ALL:!DH:!EXPORT:!RC4:+HIGH:+MEDIUM:!LOW:!aNULL:!eNULL SSLCertificateFile "/usr/local/apache2/conf/domain.

android doesn't trust certificate

Yar I run openssl s_client -connect mywishboard.com:443 | openssl x509 -noout -subject -issuerand get the following information about the certificate (set by the client developer) depth=2 C = IL, O = StartCom Ltd., OU = Secure Digital Certificate Signing, CN =

android doesn't trust certificate

Yar I run openssl s_client -connect mywishboard.com:443 | openssl x509 -noout -subject -issuerand get the following information about the certificate (set by the client developer) depth=2 C = IL, O = StartCom Ltd., OU = Secure Digital Certificate Signing, CN =

Create a truststore for the StartSSL certificate

Humberto Ferreira Da Luz I'm trying to create a truststore from a StartSSL certificate to enable http2 in Wildfly 10. So far I have tried this script and the instructions in this link . So I executed the following commands: wget http://www.startssl.com/certs/c

Create a truststore for the StartSSL certificate

Humberto Ferreira Da Luz I'm trying to create a truststore from a StartSSL certificate to enable http2 in Wildfly 10. So far I have tried this script and the instructions in this link . So I executed the following commands: wget http://www.startssl.com/certs/c

Create a truststore for the StartSSL certificate

Humberto Ferreira Da Luz I'm trying to create a truststore from a StartSSL certificate to enable http2 in Wildfly 10. So far I have tried this script and the instructions in this link . So I executed the following commands: wget http://www.startssl.com/certs/c

How to add certificate to Android trust store?

scotty 9811 I have a client application designed for Android. Android applications are based on XML and Java, as are our Windows server-side applications. The problem is that since we're using Android now, we have to deal with trust stores. Is there any way to

How to add certificate to Android trust store?

scotty 9811 I have a client application designed for Android. Android applications are based on XML and Java, as are our Windows server-side applications. The problem is that since we're using Android now, we have to deal with trust stores. Is there any way to