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 create a self-signed certificate with OpenSSL

I'm adding HTTPS support to an embedded Linux device. I have tried to generate a self-signed certificate with these steps: …

ssl openssl certificate ssl-certificate x509certificate
How to create .pfx file from certificate and private key?

I need .pfx file to install https on website on IIS. I have two separate files: certificate (.cer or pem) …

windows security iis certificate ssl-certificate
Using openssl to get the certificate from a server

I am trying to get the certificate of a remote server, which I can then use to add to my …

linux security certificate openssl ssl-certificate
urllib and "SSL: CERTIFICATE_VERIFY_FAILED" Error

I am getting the following error: Exception in thread Thread-3: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/…

python python-2.7 ssl ssl-certificate urllib
SSL certificate rejected trying to access GitHub over HTTPS behind firewall

I'm stuck behind a firewall so have to use HTTPS to access my GitHub repository. I'm using cygwin 1.7.7 on Windows …

git ssl github cygwin ssl-certificate
curl: (60) SSL certificate problem: unable to get local issuer certificate

root@sclrdev:/home/sclr/certs/FreshCerts# curl --ftp-ssl --verbose ftp://{abc}/ -u trup:trup --cacert /etc/ssl/certs/ca-certificates.crt * …

curl ssl openssl ssl-certificate x509certificate
Received fatal alert: handshake_failure through SSLHandshakeException

I have a problem with authorized SSL connection. I have created Struts Action that connects to external server with Client …

java ssl ssl-certificate sslhandshakeexception
server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

I can push by clone project using ssh, but it doesn't work when I clone project with https. The error …

certificate ssl-certificate gitlab
What do I need to do to get Internet Explorer 8 to accept a self signed certificate?

We use self signed certificates on our intranet. What do I need to do to get Internet Explorer 8 to accept …

internet-explorer-8 ssl-certificate