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.

Allow unverified ssl certificates in WKWebView

I'm trying to load a HTTPS url with an self-signed certificate in a WKWebView for iOS 8 and it keeps failing. …

ios ssl uiwebview self-signed wkwebview
Is it possible to force the WCF test client to accept a self-signed certificate?

I have a WCF web service running in IIS 7 using a self-signed certificate (it's a proof of concept to make …

wcf ssl ssl-certificate self-signed wcftestclient
How to create own self-signed root certificate and intermediate CA to be imported in Java keystore?

How to create self-signed root certificate and intermediate CA to be imported in Java keystore? We will use this for …

openssl certificate self-signed ca
How to generate, sign and import SSL certificate from Java

Possible Duplicate: Generate certificates, public and private keys with Java I need to generate a self signed certificates at run …

java ssl certificate self-signed keytool
Powershell Invoke-RestMethod over HTTPS

I'm trying to communicate with a service over powershell but I am failing miserably. I suspect it is the certificate …

powershell ssl https self-signed invoke-command
Java ssl/https client using a self-signed certificate

I am attempting to write a Java https client using jdk version 1.6.0_32. I have a self-signed public certificate that I …

java ssl https self-signed truststore
How to install self signed certificate in iOS 10

It appears that Apple has removed the ability to trust SSL certificates that are self-signed in iOS 10. I created my …

ios ssl-certificate self-signed
Angular https call to self signed uri failing with "net::ERR_CERT_AUTHORITY_INVALID"

I am using Angular http module to make a call to a https endpoint enabled by self signed certificate. The …

angular https self-signed
New-SelfSignedCertificate on Win2012 r2 has less parameters

I'm trying to create a self signed certificate with specific encryption parameter values. On a Win Server 2012 r2 standard running …

powershell certificate self-signed powershell-5.0
How to make browser trust localhost SSL certificate?

Although, there are similar questions, and even good answers, they either don't concern themselves with localhost specifically, or ask about …

openssl localhost ssl-certificate self-signed ca