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.

Getting Chrome to accept self-signed localhost certificate

I have created a self-signed SSL certificate for the localhost CN. Firefox accepts this certificate after initially complaining about it, …

google-chrome ssl certificate self-signed
How can I make git accept a self signed certificate?

Using Git, is there a way to tell it to accept a self signed certificate? I am using an https …

git version-control https self-signed
Failed to load resource: net::ERR_INSECURE_RESPONSE

IS there a way to trick the server so I don't get this error: Content was blocked because it was …

iframe ssl-certificate chromium self-signed
How to make a machine trust a self-signed Java application

I'm deploying an application using JAWS, and it worked until late 2013 when I got a warning, and then this morning …

java security certificate java-web-start self-signed
unsigned APK can not be installed

I am trying to distribute my application to some people for testing. I have installed it on my Desire directly …

android apk self-signed
How to create a self-signed certificate for a domain name for development?

I have subdomain.example.com that I use for development purposes. My web application solution contains a web API etc, …

iis ssl certificate ssl-certificate self-signed
How to disable SSL certificate checking with Spring RestTemplate?

I am trying to write an integration test where our test launches an embedded HTTPS server using Simple. I created …

java spring resttemplate self-signed
How to export private key from a keystore of self-signed certificate

I just created a self-signed certificate on a linux box running tomcat 6. I created the keys like this, valid for 10 …

tomcat ssl certificate self-signed keystore
How can I create a self-signed certificate using C#?

I need to create a self-signed certificate (for local encryption - it's not used to secure communications), using C#. I've …

c# .net certificate self-signed
Self-signed SSL acceptance on Android

How do I accept a self-signed certificate in Java on Android? A code sample would be perfect. I've looked everywhere …

android ssl ssl-certificate self-signed