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
1 answer

ELB and Backend Authentication with Apache 2.4

I tried looking at AWS guides, and other things but can't seem to figure this one out. When using ELB there is a backend authentication option. I want to enable it, but I am not sure what certificate to use. We currently have a key from GoDaddy…
David Eisen
  • 643
  • 5
  • 21
1
vote
1 answer

Updating SSL Certificates in vCenter 5.1

I'm trying to configure vCenter to use SSL certificates that I generated with my Windows CA (Server 2008 R2). I followed this to configure the cert template and issue the cert:…
l0sts0ck
  • 203
  • 2
  • 5
  • 13
1
vote
1 answer

IIS/Apache dont recognize my certificate

Im completely new in this. I have a windows 2008 R2 Server with IIS 7.0 with a expired certificate, so finally i created another (*.CSR, then PKCS#7 and installed). Installing the certificate i have a problem but solved following the Microsoft…
S. Moreno
  • 129
  • 4
1
vote
1 answer

wildcard certificates for linux mail servers

I would like to publish non-self-signed SSL certificates for some linux mail servers, which operate SSL and/or TLS mail services. (If relevant, these are dovecot+sendmail servers.) I need to cover the usual {mail,smtp,smtp2,imap,pop3,...}@dom.ain…
Alien Life Form
  • 2,309
  • 2
  • 21
  • 32
1
vote
1 answer

Setup client certificate verification in an Apache webserver via SSLVerifyCilent on a Centos 6.5+ server

Goal: My goal is to setup an Apache web server on a Centos box, with SSL and client certificate validation similar to the following Apache virtual host (http://hstuart.dk/2010/04/09/x-509-certificates-and-mercurial/): SSLEngine…
Dev Dev
  • 65
  • 6
1
vote
2 answers

ssl_error_bad_mac_alert error in Firefox

I've installed an SSL cert onto an Apache2 server which serves intranet content. Internet Explorer 6/7 and Safari 4 can connect to the site just fine. However, when I attempt to access the site with Firefox, I get the following error: An error…
brianegge
  • 1,064
  • 2
  • 14
  • 23
1
vote
0 answers

SSL certificate is reported as invalid by iDRAC7

I'm trying to install a wildcard certificate (*.my.example.com) to an iDRAC6 - this cerificate was provided by RapidSSL (a subsidiary of GeoTrust) and is used across our ubuntu/apache webservers and other things, but I'm having trouble deploying it…
HorusKol
  • 751
  • 5
  • 13
  • 31
1
vote
1 answer

Unable to convert JKS keystore to Oracle Wallet using orapki

I have generated jks keystore using keytool and using the jks keystore I have csr. The same csr I have sent to Signing authority. The Signing authority have given the trusted certificates(root,intermediate and server) which I have imported using…
1
vote
1 answer

FreeRADIUS certificate is going to expired

Recently I've created a RADIUS server (Freeradius) that authenticate with Active Directory. I follow this link to create this server: Now, when I see the "server.cnf" file into /etc/raddb/cert , I just realized that the certification will be…
1
vote
1 answer

Using GlassFish behind Nginx with SSL

We have a prototype setup where Nginx acts as a load balancer SSL terminator. Behind Nginx is GlassFish 3 running our REST Web Services over HTTP (without SSL) along with other application servers. All requests for https://api.example.com are…
Jose S
  • 123
  • 1
  • 3
1
vote
0 answers

Revoking client certificate two way authentication

can we revoke a client certificate by serial (we are using mutual authentication)? we tried revoking a certificate using the certificate file but the revocation date is not set to the current date . it is set after 3 hours or so. can anybody…
Steve
  • 255
  • 2
  • 11
1
vote
1 answer

Auditing connections using certificates

We would like to have clients connect to our MariaDB server, using client certificates from a trusted (internal) issuer and then log which user connected. Unfortunately, the following limitations are preventing success: It's possible to trust…
1
vote
0 answers

SSL cert issued to and SAN attribute

I have added a cert to my application cacerts file. The new cert is issued to one DNS(abc.com) and they have added few other DNS(XYZ.com, TEST.com) to the SAN attribute while creating. I tried accessing one of the DNS(XYZ.com) given in SAN…
Jai
  • 11
  • 2
1
vote
1 answer

Using an EV SSL certificate for your site with non-EV SSL content

If I purchase an EV SSL certificate for a site that is using static content from a non-EV SSL site does that effect the EV SSL certificate presentation on the main www site? For example: www.example.com (uses an EV SSL…
Hibbie
  • 21
  • 2
1
vote
2 answers

Apache2 not asking password on boot

I have set up a SSL protected site with Apache and PHP. For each service restart, Apache asks me the SSL key password in order to restart. My problem is, when I rebooted my server, Apache did not prompt anything about my password, which caused it to…
JeanneD4RK
  • 177
  • 1
  • 10
1 2 3
99
100