Questions about self-signed SSL certificates, e.g. they will not validate in browsers and other systems with default SSL checking and key stores.
Questions tagged [self-signed-certificate]
265 questions
0
votes
1 answer
Errors when uploading msix packaged app on Microsoft Developer Account
Errors that occur when I try to upload my msix file to the Microsoft Developers Account.
I am not sure how to fix these errors and would appreciate some help. I used the MSIX Packaging Tool and I created a self-signed certificate using powershell.…
0
votes
1 answer
Other way to fix browser security warning when accessing localhost web server with self signed certificate
I know importing the certificate into browser trust store can dismiss the warning, but is it the only workaround? Is it possible using a domain (with a valid SSL) to reverse proxy the localhost web server: redirecting user's request to the…

Eli Chen
- 33
- 4
0
votes
2 answers
Configure HTTPS for localhost to gain access to microphone on phone via USB
I'm setting up my dev environment using this template.
My goal is to gain access to the microphone, so I can start developing a small project using the Web Audio API. I run the server on Windows 7 laptop and accessing it locally is working fine -> I…

Ventsislav Georgiev
- 25
- 2
- 6
0
votes
0 answers
Can we add CA trusted root to certificate without a CSR (certificate signed request)
I'm new to SSL certificate. I understand the following premise
"
The Certificate Signing Request (CSR) is a tool for including a third party in the certificate creation process without divulging your private key. Its essentially a packet of encoded…

AMA_165879
- 1
- 3
0
votes
1 answer
How do I bind my self signed certificate to the domain I bought?
I have created a self-signed certificate for the domain I bought, my application is hosted in aws and I am able to point nameservers to the domain.
Next I wanted to add ssl feature in my domain, I am not aware of how this process work.
How do I add…

ts178
- 321
- 1
- 6
- 20
0
votes
0 answers
openssl certificate chain CN is corrupted
I'm working on Android application that call some web services from my server. I have created a Self-Signed Certificate from IIS to test calling APIs over https but failed with SSLPeerUnverifiedException exception.
I already ask a question on…

Ebraheem
- 603
- 6
- 24
0
votes
0 answers
Git checkout failed due to self-signed certicate on jenkins on k8s
I set up a jenkins in my k8s cluster with helm chart , when checking out code, it says
hudson.plugins.git.GitException: Command "git fetch --no-tags --force --progress https://someghe.com/***/***.git…

Leo Que
- 55
- 1
- 10
0
votes
0 answers
how Import Root CA into the login Keychain to get support for selfsigned SSL certificates via the command line
I'm trying to add a CA to the login keychain for getting SSL support for safari\Google chrome browser.I use the below security command
sudo security add-trusted-cert -r trustRoot -k "/Users/maya/Library/Keychains/login.keychain"…

unknown
- 643
- 4
- 15
- 38
0
votes
1 answer
What is the difference between SELF_SIGNED_CERT_IN_CHAIN and DEPTH_ZERO_SELF_SIGNED_CERT
I am getting two different errors on two different installations of the same server-client micro services. These are Node.js based services running on different hosts.
Yes, I am using self-signed certificates.
Based on the searches online, I can…

aman_novice
- 1,027
- 3
- 13
- 31
0
votes
2 answers
How can I create a self signed certificate?
I create a self signed certificate with powershell in my server.
New-SelfSignedCertificate -DnsName "localhost" -CertStoreLocation "cert:\LocalMachine\My"
I go on mmc :
File -> Add or Remove Snap-ins -> Certificates -> Add -> Computer account ->…

user10863293
- 770
- 4
- 11
- 32
0
votes
2 answers
How to get IOS app to trust localhost for development API
Using Visual Studio for Mac, I've created a RESFUL API (developed from API project template), which out of the box outputs a very simple JSON file (i.e. ["value1","value2"]) at the following url: https://localhost:5001/api/values.
So, while running…

Torrey Brown
- 3
- 2
0
votes
2 answers
Create a self-signed certificate in Java for AWS IoT
I have a root CA certificate along with its private key (CAcert.pem and CApvtkey.key).
The root CA certificate has been registered on the AWS IoT core. This will be used to self-sign and validate other certificates for authentication.
I am trying…

Engineer999
- 3,683
- 6
- 33
- 71
0
votes
1 answer
How do I use a self-signed certificate to sniff encrypted traffic from client to some website?
For my Internet Security course, I was given a project where I am to ultimately take advantage of the "remember my password" on a site by creating a certificate, manually put it in my "clients" browser to be trusted and then be able to sniff all…

helplessKid
- 15
- 3
0
votes
1 answer
Need to self sign a powershell script to use in the task manager
I have a powershell script that if I open Powershell (right click> run as administrator) and post the code it works just fine. However when I try to create a task in task scheduler, the script will not work. I am assuming I need to sign the…

Spidy
- 3
- 2
0
votes
3 answers
Ignoring self-signed certificates in SpringBoot using RestTemplate
I'm working on a SpringBoot application which needs to make RESTful calls to an internal API that uses a self-signed certificate.
I'm only having this issue in DEV and QA since in UAT and PROD they're using a properly signed certificate.
I'm…

MattWeiler
- 789
- 1
- 12
- 21