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 do I restore a missing IIS Express SSL Certificate?

After setting up HTTPS in IIS Express, according to such articles as this and this, I am unable to actually …

ssl https ssl-certificate iis-express
How to display the Subject Alternative Name of a certificate?

The closest answer that I found is using "grep". > openssl x509 -text -noout -in cert.pem | grep DNS Is …

ssl openssl certificate ssl-certificate x509certificate
Self-signed SSL acceptance on Android

How do I accept a self-signed certificate in Java on Android? A code sample would be perfect. I've looked everywhere …

android ssl ssl-certificate self-signed
Get angular-cli to ng serve over HTTPS

The following doesn't seem to do anything. ng serve --ssl true --ssl-key <key-path> --ssl-cert <cert-path> Creating …

angular ssl https ssl-certificate angular-cli
How to configure axios to use SSL certificate?

I'm trying to make a request with axios to an api endpoint and I'm getting the following error: Error: unable …

node.js ssl ssl-certificate axios
"unable to find valid certification path to requested target", but browser says it's OK

I'm developing a Java application that connects to SOAP services exposed at https://ut.eurodw.eu/ (test environment for European …

java ssl tomcat7 ssl-certificate windows-8.1
"Public key certificate and private key doesn't match" when using Godaddy issued certificate

I'm trying to install a GoDaddy SSL certificate on a new load balancer I'm setting up on Amazon AWS. I …

ssl amazon-ec2 openssl ssl-certificate
using requests with TLS doesn't give SNI support

I'm using requests to communicate with a django app but When I try requests.get('https://mysite.com', verify=True) …

python ssl ssl-certificate python-requests sni
How do I create client certificates for local testing of two-way authentication over SSL?

I'm trying to set-up two-way authentication on a web app running on IIS7. The clients are going to mostly be …

windows-7 iis-7 ssl-certificate client-certificates
javax.net.ssl.SSLPeerUnverifiedException: Host name does not match the certificate subject provided by the peer

I follow many links on stackoverflow and tried many solutions, but none of them worked for me. I'm using WSO2 …

java ssl ssl-certificate apache-httpclient-4.x wso2-am