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

AD Certificate services - The combobox to select Template is missing

Has anybody come across an issue where the certificate templates field is missing in the certsrv web-page? I am running 'Windows2012R2 Standard'. The online tutorials all have this combobox, but i am at a loss as to why it is missing. This is a…
1
vote
1 answer

Setup secure connection with nginx and startssl certificate

I've registered on startssl.com and so retrivied 4 files for my domain: ssl.key - the private key file ssl.crt - the certificate file ca.pem - Root CA sub.class1.server.ca.pem - Class 1 Intermediate Server CA certificate to remove password i…
folibis
  • 149
  • 6
1
vote
1 answer

md5 sum of private key is different from that of certificate and CSR

the output of: openssl req -noout -modulus -in presentCSR.csr and openssl x509 -noout -modulus -in server_new.crt | openssl md5 matches. But the output of openssl rsa -noout -modulus -in server.key | openssl md5 is different from that of above…
Varun Chawla
  • 155
  • 1
  • 2
  • 5
1
vote
0 answers

How to get the private key of my azure web app

I have inherited an Azure Web App and I would like to secure it with SSL. Following the official Microsoft Guide (here) I completed steps 1 - 5 of "1. Get an SSL certificate" Therefore I have : a CSR - File uploaded the CSR to my ssl-vendor (in…
JDurstberger
  • 111
  • 6
1
vote
1 answer

IBMi and the Digital Certificate Manager with Multi-Domain SSL Certs

My company recently purchased a Multi-Domain SSL certificate for use on an IBMi V7R2. I'm relatively new to the IBMi world, but I get the feeling the DSM doesn't support Multi-Domain SSL certificates. Whenever I try to create a CSR it only asks me…
d.lanza38
  • 357
  • 1
  • 6
  • 13
1
vote
1 answer

Nginx always rewriting to ssl even on non ssl sites

I have a page example.com, which has ssl certificates setup and everything is working fine. Here is the ssl part of the config: server { listen 80 default_server; server_name www.example.com example.com; return 301…
Flatron
  • 318
  • 2
  • 5
  • 19
1
vote
2 answers

OpenLDAP configure LDAPS, restart fails

I am attempting to get ldaps working with openldap. I have a wildcard ssl certificate that was issued for this domain and have used ldapmodify to add the relevant files to cn=config as show here. Once I have completed this, I am unable to restart…
jrdnmdhl
  • 111
  • 3
1
vote
1 answer

Not Trusted Error on https for Some Users

Starting a few days ago some users have reported that they're getting errors on a client's site saying the "certificate is not trusted because it is self-signed" and it goes on to say that "The certificate is only valid for asimov.sensoryworld.com".…
1
vote
2 answers

SSL certificate for a subdomain

We have domain: littledogs.com and a subdomain pics.littledogs.com. This two domains point to two servers. The business login is on server A (littledog.com) and we store all of our pictures on servers B (pics.littledog.com). We bought an EV SSL for…
Roberto
  • 125
  • 2
  • 13
1
vote
3 answers

GoDaddy's SSL certificates and HTTPS connections

I want to buy and set up an SSL certificate on one of my domain names. However, since SSL Certs involve purchases, I would like to get other’s opinions before I actually go out and buy something. I would like to know two things: Can I purchase a…
Steve
1
vote
3 answers

How to setup SSL on an IIS development server?

Our team has a Windows 2008 server which is used primary for a common IIS dev box. I want to enable SSL on one of the websites on IIS, so that it can only be accessed via HTTPS. I created a self-signing certificate in IIS and installed it. However…
AngryHacker
  • 2,877
  • 6
  • 32
  • 33
1
vote
1 answer

Can I use a wildcard certificate for some subdomains and not others?

I have a VPS environment with 4 IPs, 3 of which of which point to 1 or more subdomains. The other is the TLD. Because of the use of host headers, subdomains have needed to be isolated on their own IP to get a cert. If I purchased a wildcard cert…
mmcglynn
  • 355
  • 2
  • 4
  • 14
1
vote
0 answers

Tomcat Sending Invalid SSL Certificate to Client

I am trying to install SSL certificates on tomcat on Windows 2012 R2 server . I followed the normal procedure: created keystore generated csr got certificates from Godaddy imported certificates into the keystore updated server.xml with the…
WannaBeGeek
  • 121
  • 4
1
vote
1 answer

NPS/RAIDUS Authentication for Wifi and certificates for non trusted server

I'm trying to setup an NPS server as RADIUS server for Wifi network of employers of my company. All mobile devices could connect to this networks using their domain user/pass. My problem is to let Windows computer (not in domain!) use this network,…
Tobia
  • 1,272
  • 9
  • 41
  • 81
1
vote
2 answers

Firefox not receiving full certificate chain

Server: Windows 2012 R2 / IIS 8.5 using SNI (Azure Virtual Machine) I have an SSL certificate that has been installed and is working in all browsers except Firefox and iOS Safari. The chain in Chrome and IE appears as follows: Baltimore CyberTrust…
Jonathan
  • 111
  • 3