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.

SSL Localhost Privacy error

I setup ssl on localhost (wamp), I made the ssl crt with GnuWIn32. When I try to login with fb …

google-chrome ssl localhost wamp self-signed
How to use SSL with a self-signed certificate in groovy?

I have some resources I must access with SSL that use self-signed certificates. In general, most tools have a simple …

ssl groovy ssl-certificate self-signed
Error opening CA private key on Ubuntu

I am trying to create a self-signed certificate using OpenSSL on Ubuntu 14.04. When I enter the command openssl ca -in …

ubuntu openssl self-signed
How to trust self-signed localhost certificates on Linux Chrome and Firefox

I try to generate a self-signed certificate for a custom local domain pointing to 127.0.0.1: # /etc/hosts 127.0.0.1 subdomain.domain.local I've …

google-chrome ssl firefox localhost self-signed
How do I accept a self-signed SSL certificate using iOS 7's NSURLSession

I have the following code (swift implementation): func connection(connection: NSURLConnection, canAuthenticateAgainstProtectionSpace protectionSpace: NSURLProtectionSpace) -> Bool { return protectionSpace.authenticationMethod == …

ios swift ssl https self-signed
How do I trust a self signed certificate from an electron app?

I have an electron app that syncs with a server I own at a https://XXX.XX.XX.XXX:port …

ssl https electron self-signed
Install self-signed certificate as a Trusted Root on Windows XP

I have successfully installed a self-signed certificate to Windows 7. The procedure was to install it first to the Trusted Root …

windows ssl certificate self-signed
Golang https certificate error: remote error: tls: unknown certificate authority

I have made my cert and key using the following openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.…

firefox go self-signed
Why won't curl recognise a self-signed SSL certificate?

I copied the PEM file into /usr/local/share/ca-certificates/ and ran update-ca-certificates, and I verified that the resulting certificate …

curl nginx ssl-certificate self-signed
download untrusted certifcate in Chrome (Mac)

I have this website which contains an untrusted certificate (self signed). Now I want to download this certificate. But, for …

macos download ssl-certificate self-signed