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.

Is a HTTPS connection secure without a valid SSL certificate?

I use a HTTPS connection without a valid SSL certificate. Is the connection safe? Is the information encrypted?

https ssl-certificate
"The parameter is incorrect." error using netsh http add sslcert

Following the instructions on "How to: Configure a Port with an SSL Certificate" in this link: http://msdn.microsoft.com/…

ssl-certificate netsh
How to determine SSL cert expire date from the cert file itself(.p12)

If I have the actual file(.p12) and a Bash shell in Mac, how can I extract certificate and key …

ssl openssl ssl-certificate
How to create a certificate into a PKCS12 keystore with keytool?

I wanted to create a certificate into a PKCS12 keystore format with keytool program. The keystore has extension .pfx. How …

certificate ssl-certificate keytool pkcs#12
How to assign a SSL Certificate to IIS7 Site from Command Prompt

Can you advise me whether it is possible or not to assign a SSL Certificate to a website in IIS7 …

iis iis-7 ssl ssl-certificate appcmd
What does "SSLError: [SSL] PEM lib (_ssl.c:2532)" mean using the Python ssl library?

I am trying to use connect to another party using Python 3 asyncio module and get this error: 36 sslcontext = ssl.SSLContext(…

python python-3.x ssl ssl-certificate python-asyncio
How to ignore a certificate error with c# 2.0 WebClient - without the certificate

Using Visual Studio 2005 - C# 2.0, System.Net.WebClient.UploadData(Uri address, byte[] data) Windows Server 2003 So here's a stripped down …

c# ssl-certificate webclient
Proxying with SSL

I have a Linux host running Apache and a Windows host running IIS. I have a domain that points to …

mod-rewrite apache2 ssl-certificate virtualhost mod-proxy
Difference between https protocol and SSL Certificate

What is difference between https protocol and SSL Certificate that we use in web browser? Aren't both of these used …

ssl https ssl-certificate protocols
Difference between self-signed CA and self-signed certificate

I'm not clear on the difference between a CA key and a certificate. Isn't a CA key simply a certificate? …

ssl ssl-certificate