Top "Ca" questions

A Certification Authority(CA) is a trusted third party which asserts the identity of a remote website.

HTTPS and SSL3_GET_SERVER_CERTIFICATE:certificate verify failed, CA is OK

I am using XAMPP for development. Recently I upgraded my installation of xampp from an old version to 1.7.3. Now when …

php ssl curl openssl ca
accepting HTTPS connections with self-signed certificates

I'm trying to make HTTPS connections, using HttpClient lib, but the problem is that, since the certificate isn't signed by …

android ssl https httpclient ca
How do you sign a Certificate Signing Request with your Certification Authority?

During my search, I found several ways of signing a SSL Certificate Signing Request: Using the x509 module: openssl x509 …

ssl openssl csr ca
How to add Certificate Authority file in CentOS 7

I am trying to add certificate Authority (CA) file name - ca.crt to /etc/ssl/certs, for that I …

ssl-certificate ca
why doesn't java send the client certificate during SSL handshake?

I'm trying to connect to a secure webservice. I was getting a handshake failure even though my keystore and truststore …

java ssl https certificate ca
Does Java support Let's Encrypt certificates?

I am developing a Java application that queries a REST API on a remote server over HTTP. For security reasons …

java ssl keystore lets-encrypt ca
npm add root CA

I am looking for a way to add a custom CA to NPM so I can download from a location …

npm ca
Self-signed SSL Cert or CA?

I would like to have the authentication and registration parts of my website encrypted (for obvious reason). This site is …

ssl self-signed ca
How does a ROOT CA verify a signature?

Say when using https, browser makes a request to the server and server returns its certificate including public key and …

ssl ca
Using SSLContext with just a CA certificate and no keystore

I need to setup a javax.net.ssl.SSLContext for use in a Jersey-Client application. All I want to do …

java ssl keystore ca jersey-client