Top "Self-signed" questions

Self-signed certificates are a type of security certificates that are signed by the same entity that actually uses the certificate.

What is the right .gitconfig syntax for http.sslCAInfo certificate for specific server?

I'm using a remote git repository via https, which has a self-signed certificate. To make git aware of the self-signed …

git https certificate self-signed git-config
Getting SmtpClient to work with a self signed SSL certificate

I'm attempting to use the System.Net.Mail.SmtpClient class to relay an email through my company's email server. All …

c# ssl smtpclient self-signed
Client SSL with Self Signed CA not working

I have been struggling with an SSL problem for more than 1 month. We have used openssl to generate our own …

ssl client openssl self-signed ca
Issue with Self Signed Cert in WCF - Must have Private Key

I am creating a WCF service hosted within IIS7 on Windows Vista SP1. I am getting the following error: The …

wcf ssl certificate self-signed
How to install self-signed certificates in iOS 11

I've been using self-signed certificates in the intranet of my small office and after upgrading to iOS 11, the certificates does …

ios ssl self-signed
Allow self-signed certificates for HTTPS wrapper

Basically i have this: function request($url) { return file_get_contents($url, false, stream_context_create(array( "ssl" => array( "…

php https certificate self-signed
Self-signed certificate: DNSName components must begin with a letter

Is there a way for java's keytool to generate self-signed certificate with a wildcard in SAN (Subject Alternative Name)? I'm …

java certificate keytool self-signed wildcard-subdomain
WCF Self signed certificate is not trusted on the client

I have a WCF service that is ONLY every used between two server machines. It will NEVER be used publicly. …

wcf ssl iis-7 ssl-certificate self-signed
How do I create 256 bit self-signed certificate key with OpenSSL?

Take a look at PayPal (https://www.paypal.com/) security certificate. It says: Connection Encrypted: High-grade Encryption (TLS_RSA_WITH_…

apache openssl aes self-signed mod-ssl
CORS request across different ports did not succeed on Firefox but works on Chrome

I'm making CORS requests from https://169.254.128.2:8443 to APIs served on https://169.254.128.2:8444 by lighttpd server. Lighttpd has CORS enabled with the …

firefox cors lighttpd self-signed