Questions tagged [self-signed]

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

Self-signed certificates are a type of security certificates that are signed by the same entity that actually uses the certificate. A self-signed certificate is usually signed by an own, custom generated private key. Usually, a public key is also available from the certificating authority - it provides the option for the user or organization to test it against the own private key which is used for signing.

798 questions
1716
votes
52 answers

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, as expected. Chrome and IE, however, refuse to accept it, even after adding the certificate to the system…
pjohansson
  • 17,796
  • 3
  • 17
  • 18
935
votes
19 answers

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 server to host a git server but for now the certificate is self signed. When I try to create the repo there for the first time: git push origin master…
Ian Vink
  • 66,960
  • 104
  • 341
  • 555
207
votes
8 answers

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 not signed by a valid security certificate. I'm pulling an iframe of an html website into another website but I keep getting the console (chrome)…
user3594437
  • 2,103
  • 3
  • 13
  • 8
154
votes
7 answers

How to create a self-signed certificate for a domain name for development on Windows 10 and below?

I have subdomain.example.com that I use for development purposes. My web application solution contains a web API etc, that I need to call from external systems, hence I am not using localhost. I now need to test for SSL and need a certificate for my…
Moiz Tankiwala
  • 6,070
  • 7
  • 38
  • 51
114
votes
11 answers

Can you use a service worker with a self-signed certificate?

I have developer server that are used for testing. They have SSL self-signed certificates, which allow us to test the web application over HTTPS, but with prominent warnings that the certificates are not verifiable. That's fine, but I have a Service…
Keith
  • 150,284
  • 78
  • 298
  • 434
99
votes
8 answers

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 seen some implementations that use P/Invoke with Crypt32.dll, but they are complicated and it's hard to update the parameters…
Guss
  • 30,470
  • 17
  • 104
  • 128
93
votes
7 answers

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 from eclipse and it works fine. To create an APK-file, I choose "Export Unsigned Application Package" directly from eclipse, and then an…
theAlse
  • 5,577
  • 11
  • 68
  • 110
78
votes
12 answers

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 a self-signed certificate using keytool and am able to access the server using a browser (specifically Chrome, and I do get a warning…
Sled
  • 18,541
  • 27
  • 119
  • 168
64
votes
3 answers

SSL Localhost Privacy error

I setup ssl on localhost (wamp), I made the ssl crt with GnuWIn32. When I try to login with fb in Chrome I get the following message: URL: https://localhost/ServerSide/fb-callback.php?code=.....#_=_ Error: Your connection is not private. …
Ramo Toric
  • 710
  • 1
  • 5
  • 12
54
votes
8 answers

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 on the Internet and while some people claim to have found the solution, it either does not work or there is no sample code to back…
Faisal Abid
  • 8,900
  • 14
  • 59
  • 91
53
votes
6 answers

Spring 5 WebClient using ssl

I'm trying to find examples of WebClient use. My goal is to use Spring 5 WebClient to query a REST service using https and self signed certificate Any example?
Seb
  • 3,602
  • 8
  • 36
  • 52
52
votes
8 answers

Self-signed SSL Cert or CA?

I would like to have the authentication and registration parts of my website encrypted (for obvious reason). This site is currently and older site which some friends and I started in middle school and still use today. I may or may not register it…
Jim Keener
  • 9,255
  • 4
  • 24
  • 24
49
votes
4 answers

Tomcat Server/Client Self-Signed SSL Certificate

I have an Apache Tomcat 6.x server running with a self-signed SSL certificate. I want the client to present their own certificate to the server so I can authenticate them based on a database of users. I have it all working based on an example I…
davidemm
  • 2,001
  • 1
  • 23
  • 31
42
votes
8 answers

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. The workaround used with UIWebView (using setAllowsAnyHTTPSCertificate from NSUrlRequest) doesn't seem to work. Does anyone know of any…
Roi
  • 421
  • 1
  • 4
  • 5
42
votes
8 answers

Java 7u51 will not accept JNLP with self-signed certificate?

I read on the web that Java version 7u51 (to be released in January 2014) will no longer accept Java Webstart applications that are self-signed by me. Is that true? In case it is true, do I have any chance to build a workaround for my JNLP…
Fabian
  • 775
  • 2
  • 8
  • 18
1
2 3
53 54