810 questions
0
votes
0
answers
106
views
How to handle self-signed SSL certificates in React Native (production builds)?
I’m developing a React Native application that needs to connect to devices over HTTPS.
These devices provide only self-signed SSL certificates.
In browsers (e.g., Firefox), users can bypass the ...
0
votes
1
answer
81
views
.NET GraphQLHttpClient with untrusted ssl cert
I am attempting to subscribe to a graphql server over ssl on an untrusted cert. My javascript is doing this successfully as long as I've previously trusted the cert in the browser. However, When using ...
0
votes
0
answers
46
views
SSL Certificate configuration for WSO2 API 4.3
[server]
hostname = "mycn"
internal_hostname = "mycn"
offset=1
base_path = "${carbon.protocol}://${carbon.host}:${carbon.management.port}"
#...
0
votes
0
answers
177
views
How to bypass "NET::ERR_CERT_AUTHORITY_INVALID" in PWA when using self-signed certificate?
I'm running a Progressive Web App locally with a self-signed certificate. When I visit the site in Chrome, I can proceed past the "NET::ERR_CERT_AUTHORITY_INVALID" warning by clicking "...
1
vote
1
answer
133
views
How to secure access to JMX with TLS?
We're dealing with a vendor-supplied application, that has multiple components running on multiple servers. Some of the components talk to each other using JMX, which is completely open out of the box ...
0
votes
0
answers
392
views
Empty issuer DN not allowed in X509Certificates
I am trying to implement Spring Security against Keycloak which is deployed on a local K3D cluster, configuration for which is given below:
application.yml:
spring:
application:
name: backend
...
0
votes
1
answer
196
views
SSL Self-Signed Certificates Issue in Gitlab
I have a Gitlab Community Edition (17.2.1) via omnibus metod, installed and running on my Linux Server.
The issue is that on my machine (100.X.X.X) is reachable also with an external address (i have a ...
0
votes
1
answer
56
views
https problem with Android application local testing
I'm trying to test my android app locally.
The app has to fetch data from 192.168.1.16.
The local server certificate is a self signed certificate, so I did what I found here and there on stackoverflow ...
1
vote
1
answer
6k
views
Can't get chrome to trust my self signed ssl certificate
Context
I try to develop a ServiceWorker for my Website
The ServiceWorker registration fails because of my untrusted (self signed) cert
The url I use locally is https://mypage.local
What I tryed to ...
0
votes
1
answer
65
views
ERR_SSL_VERSION_OR_CIPHER_MISMATCH when using self-signed certificates with network IPs
I am attempting to create self-signed certificates in order to test some SSL functionality locally.
To create the self-signed certificates I've performed the steps below:
Step 1. Create Root crt / key ...
-1
votes
2
answers
203
views
How can I create a simple signed certificate for my Windows Forms .NET app in Visual Studio 2022
I published my app and it worked on my developer pc but when i installed the app on another pc, the installation went well, but when I started the app, it hangs.
I suspect I need a (self signed) ...
0
votes
0
answers
105
views
Error: self-signed certificate in certificate chain
This error happened so I could not fixed. I should get an email but it did not send an email.
Error: self-signed certificate in certificate chain
at TLSSocket.onConnectSecure (node:_tls_wrap:1674:34)
...
1
vote
2
answers
4k
views
"SSL certificate verify failed: self-signed certificate in certificate chain" when pip install
I'm behind a company proxy with a self-signed certificate and I want to install tensorstore via pip. pip apparently downloads and runs a Python script bazelisk.py that in turn uses urllib to get more ...
0
votes
1
answer
1k
views
Python SSL socket: Accept self-signed certificates
I am traying to build a simple client-server application using pythons ssl socket module.
When running the example code provided here the client side fails, returning that the certificate verification ...
0
votes
0
answers
397
views
How to install a self signed CA certificate programmatically on Android
I have no idea about how to install a CA certificate programmatically. I only know to do it from Settings->Security and PRivacy-> Other Security settings -> Install from device storage -> ...
2
votes
1
answer
3k
views
SonarLint on VSCode doesn't work with self signed SonarQube server
We have a SonarQube server which is hosted on a private network which can only be accessible via VPN. URL's something like: https://sonar.internal
Our server is using a Self Signed SSL certificate and ...
0
votes
2
answers
4k
views
Issues while migrating from OpenSSL 1.1.x to OpenSSL 3.1.1(creating .crt and .key files from a .p12 file)
I am creating self signed certificates for my Java Web Application. My application uses Apache Tomcat and Apache HTTPD proxy. I was using OPENSSL 1.1.1 and Java keytool till now for self signed ...
0
votes
0
answers
707
views
How to create self-signed SSL certificate in pure python? (Without any additional installation like openssl or mkcert)
There are similar questions like this which did not have any good answer, or linked to scripts that were very old.
I have an open-source web app made using django that people can install on their ...
0
votes
1
answer
1k
views
How to make OnlyOffice and Community Document Server from Nextcloud apps work with self-signed SSL certificate
I have running Nextcloud in docker-compose from this example docker-compose
sudo docker compose exec --user www-data app php occ -V ...
0
votes
1
answer
139
views
unable to find valid certification path to requested target this error is occuring after tls implementation in k8s env services
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid ...
0
votes
0
answers
416
views
How to properly re sign a shell script
I have never done a self signed certificate in Windows 10 or any other OS, but I did manage to do so by following the steps in this link
But after that success I realize that I need to make changes ...
0
votes
1
answer
2k
views
path error ("can't open","no such file or direcory ") while using openssl command
Can't open textFile.txt for reading, No such file or directory
25769902144:error:02001002:system library:fopen:No such file or directory:crypto/bio/bss_file.c:69:fopen('~/correct/path/cakey.key','r')
...
0
votes
1
answer
3k
views
ASP Net Core Kestrel WebServer loads self-signed root certificate from file but still needs to be in the Trusted Root Certification Authorities Store
I have an ASP Net Core 6 application with Kestrel Web Server, that requires mTLS between client applications and server.
I created self-signed root and child certificates for the clients, using the ...
2
votes
1
answer
2k
views
Using websockets secure (wss) in angular ngx-mqtt to connect to mosquitto broker fails to connect
I have an Angular 12 web application that retreives mqtt data from a mosquitto broker by subscribing to topics on the broker via websockets (ws) on port 9001, which works.
I have now encrypted the ...
2
votes
2
answers
3k
views
How to set the authority key identifier using powershell New-SelfSignedCertificate
New-SelfSignedCertificate -Subject "CN=me.com, OU=ounit, O=company, L=state, C=country" -FriendlyName "me.com"
-HashAlgorithm SHA256 -KeyLength 4096 -KeyUsage ...