Questions tagged [ssl-certificate]

SSL certificates are used to encrypt and authenticate connections to network servers, most popularly for web servers but also email, file transfers, and other network connections.

SSL (Secure Sockets Layer) is a protocol that is used to encrypt and authenticate connections between clients and servers. Certificates are configured on the server so that the client can verify that the connection has not been hijacked, as well as verify that the connection is secure from end to end.

3250 questions
1
vote
2 answers

Apache:mod_ssl:Error: Private key not found

I'm installing a SSL certificate to serve HTTPS. I'm using Apache 2.4 in Amazon Linux and got the certificate in Startssl. My Vhost config is the following: ServerAdmin webmaster@myweb.com …
davids
  • 167
  • 2
  • 4
  • 10
1
vote
0 answers

SHA-2 issues with Verisign root on OS 10.9 Mavericks?

I'm using a Secure Site Pro with EV certificate from Verisign/Symantec, with a full SHA-2 root chain. Everything is great - except for Mac OS 10.9 (Mavericks), that complains the certificate is signed by an untrusted authority. This is not occuring…
Lee Benson
  • 143
  • 7
1
vote
1 answer

Proper method to generate a secure self-signed certificate

I have several websites on which I want to install a self-signed SSL certificate. I tried following various guides, such as this one (all provided more or less the exact same instructions). The given instructions appear to be outdated security-wise,…
vaindil
  • 107
  • 1
  • 10
1
vote
1 answer

Nginx user uploaded SSL Certificates

I'm wondering what's the best way to let users upload their SSL certificates. I have a multitenant application based on rails/passenger/nginx and I need each user to use his own domain with his SSL certificate. So what's the best approach to this…
bukk530
  • 141
  • 3
1
vote
2 answers

Can't import certificate into Exchange 2013: Private Key Missing (I know it's there.)

I know this question has been asked before and I've gone through countless threads on here (as well as google) trying all of them. Unfortunately, I think I'm having an unrelated issue to what others have had. I have a CRT and KEY file on our CentOS…
1
vote
0 answers

curl error 51 - of multiple requesting machines, only one has the issue

I have an SSL cURL request that fails from a single machine with the following error: curl: (51) SSL peer certificate or SSH remote key was not OK This error seems to have popped up overnight, and isolated to a single machine. The request was…
r_robotics
  • 13
  • 4
1
vote
1 answer

mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows)

in my error_log I'm getting following msg [error] mod_ssl: SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) IE wouldn't even load page, yet firefox works fine
alexus
  • 13,112
  • 32
  • 117
  • 174
1
vote
1 answer

One SSL certificate for load balancing amazon instances

As the title says I want to have one SSL certificate for multiple instances in amazon AWS. The multiple instances are connected to the internet through an load balancer. To make an SSL certificate and to use it with the load balancer I founded this…
user277526
1
vote
1 answer

How do I get alerted to an pending AD CS certificate request?

I want to get a summary report of pending AD CS requests. How would I approach this? Does anything already exist? The problem I'm trying to solve is where a user requests a certificate, and i'm unaware of this pending/outstanding item.
1
vote
2 answers

Nginx: possible to use SSL certificates from different authorities on one IP address?

I'd like to know if it's possible to have two Nginx virtual hosts sitting on the same v4 IP address. I know there exist SNI but I have two basic (no SAN, no wildcard) SSL certificates from two different Certificate Authorities to make live together…
1
vote
0 answers

Skip password authentication on Dovecot when client certificate provided

Using Dovecot version 2.1.7, I've gotten client certificates working with fairly little effort, and at this point I can choose between having password authentication after the certificate check or make certificates mandatory and skip passwords…
1
vote
1 answer

Heroku is not switching certificates after adding custom

I have an app on Heroku and I bought my own certificate, valid for myapp.mydomain.de. I added it to Heroku using their addon, SSL Endpoint. I have a CNAME record which redirect from myapp.mydomain.de to myapp.herokuapp.com. However, when I visit my…
maephisto
  • 131
  • 4
1
vote
1 answer

SSL Error for wildcard subdomain certificate

I have two SSL certificate one for *.sub.domain.com and one for *.domain.com. I don't have issues with domain level wildcard certificate. Meaning https://www.domain.com & https://domain.com works fine with out any certificate errors. But for the…
NMK
  • 113
  • 6
1
vote
0 answers

SSL certificate for sql-server on ec2

I have an ec2 node provisioned to host mssql server. I'm trying to request and install an ssl certificate for this node so I can securely connect to it but I can't get the certificate to appear in the MSSQL configuration utility drop down. From my…
Dane O'Connor
  • 1,269
  • 2
  • 15
  • 20
1
vote
2 answers

vsftpd does not give a valid certificate using CA cert

When setting up vsftpd we have problems with it not providing a trusted connection us a basic pem certificate container using just our private key and certificate. We created our pem file with the following commands. cat somecert.com.crt >>…
nelaaro
  • 644
  • 4
  • 10
  • 27