self-signed Questions

7

Solved

When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate. I would like to enable access to this spec...

7

Solved

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?

3

I am generating a self-signed certificate for a development server but I need it to be trusted in order to use some of the tools that will be using the certificate. This is what I have tried: ope...
Forthcoming asked 28/9, 2017 at 18:2

4

How can I import a self-signed certificate in Red-Hat Linux. I'm not an expert with respect to certificates and find it difficult to find the right answer through googling, since I don't know the ...
Intermingle asked 19/3, 2014 at 14:38

2

I am using Angular http module to make a call to a https endpoint enabled by self signed certificate. The code is similar to what is showng below: export class AppComponent { constructor(privat...
Scherle asked 5/12, 2018 at 23:0

5

Solved

I use self-signed CA cert to sign other certificates. For some certs I need to specify subject alternative names. I can specify them during request generation (openssl req ...) and I see them in .c...
Akihito asked 29/11, 2015 at 23:1

13

Solved

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 br...
Keel asked 6/5, 2014 at 21:27

1

Solved

If I have a self-signed certificate that is not in the machine's trusted root certificate store, how can I verify that a PE file is Authenticode-signed using that certificate without adding that ce...
Mcculley asked 20/8, 2016 at 2:1

4

Here is a great SO answer which covers the creation of self-signed CA and then signing executables with the obtained certificates: How do I create a self-signed certificate for code signing on Wind...
Antiquary asked 31/12, 2014 at 11:40

20

Solved

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...
Retrieval asked 23/7, 2012 at 23:0

7

I have a WCF web service running in IIS 7 using a self-signed certificate (it's a proof of concept to make sure this is the route I want to go). It's required to use SSL. Is it possible to use the...
Wobble asked 8/5, 2010 at 1:8

3

Solved

I am creating a WCF service hosted within IIS7 on Windows Vista SP1. I am getting the following error: The certificate 'CN=SignedByLocalHost' must have a private key that is capable of key exchang...
Stature asked 5/12, 2008 at 17:24

52

Solved

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...
Deas asked 28/9, 2011 at 8:41

8

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 NSUrlReques...
Otherness asked 24/11, 2014 at 8:24

8

Solved

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 a...
Vise asked 10/12, 2012 at 17:46

3

Solved

EDIT I’m on the move at the moment, and only have SO on the Stack Exchange app on my iPhone, so there’s some weird formatting with the quotes in the code below - Apologies! I have real ones in the ...
Vereeniging asked 3/1, 2019 at 17:34

4

Solved

I'm attempting to download some data from an internal server using Python. Since it's internal, it uses a self-signed certificate. (We don't want to pay Verisign for servers that will never appear ...
Cudweed asked 8/3, 2016 at 18:36

2

Solved

I try to launch maven sonar:sonar to a SonarQube instance on HTTPS connection with a self-signed certificate. Maven give me this error: [ERROR] Failed to execute goal org.sonarsource.scanner.ma...
Strongwilled asked 11/1, 2018 at 16:53

8

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 ...
Operant asked 20/10, 2013 at 19:29

3

I have been trying to create a self-signed certificate but I keep getting an error related to the random number generator. I entered this in the terminal: openssl req -x509 -days 365 -sha256 -newk...
Nickolenicks asked 12/1, 2019 at 20:26

11

Solved

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 a...
Wallywalnut asked 2/8, 2016 at 18:41

7

Solved

I need to serve a vue application over HTTPS while doing local development. The application is being served with: npm run serve which runs: vue-cli-service serve I have tried to create a vue.conf...
Sanity asked 28/7, 2019 at 18:50

3

Solved

Although, there are similar questions, and even good answers, they either don't concern themselves with localhost specifically, or ask about one particular option/solution (self-signed vs CA)...
Myers asked 29/3, 2018 at 9:58

1

Solved

To get Edge to trust the localhost development server, I created a selfsigned certificate following this tutorial. I just replaced all instances of client-1.local by localhost. So in short, I creat...
Hatchway asked 14/3, 2022 at 15:46

4

Solved

I'm trying to communicate with a service over powershell but I am failing miserably. I suspect it is the certificate and I have googled for the answer and found two options, none of which worked fo...
Vagrant asked 2/9, 2015 at 14:13

© 2022 - 2025 — McMap. All rights reserved.