Top "Ssl-certificate" questions

An SSL certificate is an X.509 certificate that is used to provide authentication, privacy and integrity for a secure connection.

How to tell Maven to disregard SSL errors (and trusting all certs)?

I frequently need to run "mvn" command : mvn -f pom.xml clean install -Dmaven.test.skip=false --settings /Users/myhome/…

maven ssl-certificate
How to list the certificates stored in a PKCS12 keystore with keytool?

I wanted to list the certificates stored in a PKCS12 keystore. The keystore has the extension .pfx

certificate ssl-certificate keystore pkcs#12
Installed SSL certificate in certificate store, but it's not in IIS certificate list

After installation of a wildcard SSL certificate into the certificate store, the certificate does not appear in the IIS certificate …

iis ssl-certificate
Caused by: java.security.UnrecoverableKeyException: Cannot recover key

I am supplied with a jks keystore named ABCC_client.store. When I import this keystore to cacerts and try …

java ssl ssl-certificate jks
Validate SSL certificates with Python

I need to write a script that connects to a bunch of sites on our corporate intranet over HTTPS and …

python https ssl-certificate verification
convert pfx format to p12

I need to export a .pfx format certificate (from windows mmc) to .p12 to use in another application. I cant …

certificate ssl-certificate
Ignore self-signed ssl cert using Jersey Client

I'm using the Jersey Client library to run tests against a rest service running on jboss. I have https set …

java ssl ssl-certificate jersey
Openssl : error "self signed certificate in certificate chain"

When I used openssl APIs to validate server certificate (self signed), I got following error : error 19 at 1 depth lookup:self …

c linux openssl ssl-certificate verify
How to configure SSL certificates with Charles Web Proxy and the latest Android Emulator on Windows?

I would like to use Charles web proxy to work with the Android emulator in Windows. I've successfully set up …

android ssl ssl-certificate webproxy charles-proxy
Creating .pem file for APNS?

How do I create a .pem file to be stored in the hosting server for APN payload data?

iphone ssl-certificate apple-push-notifications payload