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
Angular project with self-signed certificate chain
Basically, I want to add a self-signed certificate (including complete chain with own CA and intermediate) to my Angular environment. The environment is reachable via pcname.fritz.box. That's the idea.
Now I created my own CA and intermediate…

testing
- 19,681
- 50
- 236
- 417
0
votes
1 answer
Laravel apis not working on https and gives error NET::ERR_CERT_COMMON_NAME_INVALID
I am using laravel with linux server.
The laravel apis not working on https on my local and live server.
it gives error NET::ERR_CERT_COMMON_NAME_INVALID
please guide me the way to add self sign certificate for api work on https or give me your…

hetal gohel
- 335
- 9
- 21
0
votes
1 answer
Spring Boot HTTPS with self-signed certificate
I'm making a Slack app with Spring Boot and have created an endpoint for Slack to send payloads to. Since Slack runs over HTTPS I have had to enable HTTPS by generating a self-signed certificate purely for testing purposes. I updated my…

juyebgastro
- 51
- 1
- 2
- 5
0
votes
1 answer
Issue with self-signed certified SSL certificate
I followed this guide to install certified self-signed SSL certificate on localhost and all works fine in Chrome (no longer any warning, everything is green if https is used on localhost pages):
Getting Chrome to accept self-signed localhost…

Lucian Gabriel Popescu
- 103
- 8
0
votes
1 answer
CertEnrol import pfx The password you entered is incorrect
I'm created pfx certificate using by certEntroll when I imported on windows 10 it's imported successfuly but when i tried on windwos 7 i got an error "The password you entered is incorrect" How do fix it?
This is part of code how i create PFX from…

Abdumalik Nabiev
- 311
- 1
- 3
- 14
0
votes
1 answer
How to determine if a self-signed cert was placed in the TPM?
Is there a way to determine if a Certificate is in the TPM?
I have a Self-Signed certificate in the visible in the MMC and am trying to determine if it is in the TPM. I don't see any indicators of this in details of the certificate. Where would i…

user2076574
- 166
- 3
- 12
0
votes
1 answer
Using create_self_signed_cert in an SLS file
I'm running a CentOS 8 VM created with Vagrant and setup with masterless Salt-Stack. I'm trying to use the function create_self_signed_cert in an SLS file, however, I cannot figure out the syntax for the life of me. The specific function can be…

Lenny Meerwood
- 61
- 2
- 10
0
votes
0 answers
Mongocxx X509 Authentication Error - SSLHandshakeFailed","errmsg":"no SSL certificate provided by peer; connection rejected"
I am Trying to connect to mongoDb using x509Authentication. I have generated the self signed certificates.
Even I have provided the exact path to the Certificates in my code still I am getting bellow error in mongodb…

Rajat
- 1
0
votes
1 answer
Self signed CA verification error with Python and Requests
I'm experiencing some issues with Python and Requests due my Kubernetes cluster not having it's own FQDN.
In short it's a cluster with many different namespaces and ingresses; internal routing is managed as a function of hosts from the request…

Twc
- 57
- 1
- 6
0
votes
2 answers
Is there a way to get a certificate for spring boot API to convert from http to https other than self signed certificates?
I use Spring boot for my API and I tried enabling https for my application with a Self signed certificate but while accessing that firefox and chrome showed warnings saying
Warning: Potential Security Risk Ahead with…

sonu ishaq
- 101
- 14
0
votes
1 answer
localhost sent an invalid response even though I use a self-signed certificate
I'm hosting a webpage on my localhost on a raspberryPi running apache2. Because I use the InstagramAPI I need to make the access of localhost via https possible. I read multiple tutorials on how to make a self signed SSL-certificate and I did…

Hendrik Niemax
- 59
- 7
0
votes
0 answers
Can a client authenticate multiple Nginx Servers using one single generic certificate?
I am having an nginx docker with which I would be spinning up multiple servers on different IP's . But the targeted clients to make call to this server would be just two always. I am trying out SSL to enable the security for my server.
For trying…

Sarga
- 149
- 3
- 16
0
votes
1 answer
Error when connecting to a secure Socket.io connection using self signed certificate from a browser app
Socket.io client API documentation suggests that the client should pass the self signed certificate in the connection request to the server:
// client-side
const socket = io({ca: fs.readFileSync('server-cert.pem'),rejectUnauthorized: false});
This…

Dhoop
- 1
- 2
0
votes
1 answer
ActiveMQ javax.net.ssl.sslhandshakeexception null cert chain
I used this link to create the self signed root CA certificate and the server key pair
Used this link to generate the client key pair using the previously generated root certificate
Although the links are for setting up SSL for MosquittoMQ and my…

ShreyasJavahar
- 91
- 9
0
votes
1 answer
ActiveMQ with SSL and self signed certificates; clients not containing the proper certificates are able to connect to the broker
I've got some self signed certificates for using SSL/TLS over ActiveMQ and a couple Java clients.
The broker keystore contains the root certificate and the broker truststore contains the public key of the client.
The client keystore contains the…

ShreyasJavahar
- 91
- 9