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
0 answers

HPOM Java GUI, multiple users connecting to different servers from Citrix sessions on the same server possible?

I have an app (HPOM Java GUI) running on a 2008 R2 Xenapp 6 box that employs client certificates for encrypting connections to the HPOM server. I have 2 different sets of users who will use this app to connect to 2 different HPOM servers. The…
gtmcclinton
  • 151
  • 1
  • 7
1
vote
1 answer

selfsigned certificate with domain name for a webservice server

I have 2 web servers, A and B. A is a web site used by users and B is a bunch of web services used by server A. So I like to enable https for server B. Since no browsers are supposed to go here I thought it would be sufficient to use a self signed…
Jepzen
  • 111
  • 4
1
vote
1 answer

Problems configuring SSL certificate on Apache VirtualHosts

I am attempting to run multiple SSL connections off a single IP server running RHEL6. I have successfully configured one domain on SSL, however when I attempt to add a second, Apache fails to restart. Commenting out the first domain, so that only…
amburnside
  • 131
  • 5
1
vote
1 answer

Where are SSL certificates installed?

Server: Windows Server 2008 R2 There are a lot of instructions on how to install a certificate and they seem very straightforward. However, I am having a hard time figuring out where a certificate is installed specifically. For example, instructions…
jiminy
  • 179
  • 2
  • 2
  • 6
1
vote
1 answer

Apache SSLVerifyClient - exclude one URL

I am setting up Apache 2.2 as a reverse proxy. My need is to have certificate authentication for every reverse-proxied url except one (https://mailserver.com/Microsoft-Server-ActiveSync) that is used for mail sync with smartphones. Here is how I…
J.B.
  • 315
  • 8
  • 23
1
vote
3 answers

If a sub domain is secure with a SSL certificate, will the sub-subdomain also be secure?

I have a standard SSL certificate I just purchased from Godaddy. Now it won't let me use a wild card for issuing the certificate for my domain. It says that the * wild card is not included in my product. Which means that I can only secure one domain…
Rohan
  • 135
  • 3
  • 12
1
vote
1 answer

How to secure only one page with SSL on Apache2?

My web server hosts many pages. However, I need to secure only one of them with SSL. I know how to create self-signed certificate and how to install it on Apache2. My problem is quite different: since my web server hosts many pages and I need to…
yak
  • 113
  • 1
  • 2
  • 10
1
vote
2 answers

Thawte SSL123 SHA-2 Intermediate Certificate Chain, Broken?

I attempted to upgrade my one Web site, running nginx, from a SHA-1 SSL123 certificate to a SHA-2 one. Thawte's Web page with intermediate CAs has "RSA SHA-2 (under SHA-1 Root)" and "RSA SHA-2 (under SHA-2 Root)" tables. If I use the CA bundle for…
CommonsWare
  • 121
  • 1
  • 7
1
vote
2 answers

Can't login to dovecot using gmail as an email client

I've used this installation configure-email-server-using-postfix-dovecot When I try to use gmail as the email client (connecting to my server through port 993) I get this error Unable to establish secure SSL connection to email.example.com My…
Symba
  • 135
  • 1
  • 5
1
vote
0 answers

Are there any modern browser/machine that not accept class 1 SSL certificate

I'm considering to buy a SSL certificate from external Certificate Authority to my web service which does not involve e-commerce. So I was planning to request the simplest class 1 cert to eliminate the scary warning message (eg. When building https…
mevernom
  • 19
  • 2
1
vote
1 answer

Google Chrome Returns err_connection_aborted, all other browsers display site

We're hosting a website with IIS on Windows Server 2012. Normally, the site is accessible from any browser. We're seeing the site intermittently accessible on campus when using Google Chrome. The chrome error is: err_connection_aborted. A user that…
SteadH
  • 666
  • 3
  • 16
  • 33
1
vote
2 answers

Setting up SSL with a redundant connection

My situation: We have two servers, Server A and Server B. Server A has a proxy configured, which serves data (over SSL) from Server B. Server B is reachable via 1.1.1.1 (one.server.example.com) and 2.2.2.2 (two.server.example.com). Server A decides…
Bjorn
  • 453
  • 1
  • 5
  • 12
1
vote
1 answer

OpenVPN client from multidomain SSL host

My server uses it's server certificate when connecting as a client to another server. webserver - server1.mydomain.com openvpnserver - server2.mydomain.com Server1 is a web server with SSL installed for *.mydomain.com Server2 is an OpenVPN server…
Thijs
  • 125
  • 6
1
vote
0 answers

VSFTP authentication with client certificate

I have a VPS Box running on CentOS 6.5 with vsftpd. I have setup a user account for login with username/password. My customer now sent me a id_rsa_2048.pub key which he wants to use for authentication instead of username/password combination for his…
1
vote
0 answers

Owncloud - Proxy changes certificate

I'm running an owncloud server 7.0.2 with apache(Ubuntu host) and configured it to use a self-signed ssl certificate. Everything works fine on my home-PC On an other machine I would like to use the desktop-Sync client in Ubuntu which is behind a…
0xAffe
  • 121
  • 1
  • 3