Top "Ca" questions

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

Client SSL with Self Signed CA not working

I have been struggling with an SSL problem for more than 1 month. We have used openssl to generate our own …

ssl client openssl self-signed ca
Ignore/Turn off verification of the certificate in Jmeter/Java

I am testing HTTPS Requests to a custom server using JMeter, but the certificate that the custom server returns in …

java jmeter ssl-certificate keystore ca
Git Clone Fails: Server Certificate Verification Failed

I've been unable to git clone just about any github repo because of this error fatal: unable to access 'github_…

linux git ssh git-clone ca
How to check if X509Certificate is CA certificate?

I have a X509Certificate instance in Java and I need to identify if it is a CA certificate or …

java certificate x509certificate ca
Using node.js to verify a X509 certificate with CA cert

I am looking for a node.js way to verify a client certificate in X509 format with a CA certificate …

node.js ssl certificate verification ca
Can I install self-signed drivers on 64-bit Windows without test mode if the self-signed CA root certificate is imported to the machine store?

Here is a great SO answer which covers the creation of self-signed CA and then signing executables with the obtained …

windows security driver self-signed ca
Check in the onReceivedSslError() method of a WebViewClient if a certificate is signed from a specific self-signed CA

I would like to override the onReceivedSslError() of a WebViewClient. Here I want to check if the error.getCertificate() certificate …

android ssl-certificate self-signed webviewclient ca
Has tinyca moved? What else to use for a private CA?

I've been researching how to set up a private certificate authority for an intranet, and one of the tools I …

ssl ssl-certificate x509certificate ca
How to set ca-bundle path for OpenSSL in ruby

I am experiencing a problem in ruby, where an SSL cert could not be validated by OpenSSL. I think this …

ruby openssl certificate ca
R Peer certificate cannot be authenticated with given CA certificates, Windows

When trying to import a google sheet using the gs_read() function, I get the following error message: Error in …

r ssl curl ca r-googlesheets