Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
106 views

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 ...
cxↄ's user avatar
  • 1,388
0 votes
1 answer
81 views

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 ...
tantonj's user avatar
0 votes
0 answers
46 views

[server] hostname = "mycn" internal_hostname = "mycn" offset=1 base_path = "${carbon.protocol}://${carbon.host}:${carbon.management.port}" #...
anthonyab30's user avatar
0 votes
0 answers
177 views

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 "...
ADEXITUM's user avatar
1 vote
1 answer
133 views

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 ...
Mikhail T.'s user avatar
  • 4,256
0 votes
0 answers
392 views

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 ...
Varun Khatri's user avatar
0 votes
1 answer
196 views

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 ...
lorZ02's user avatar
  • 3
0 votes
1 answer
56 views

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 ...
fpierrat's user avatar
  • 818
1 vote
1 answer
6k views

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 ...
andymel's user avatar
  • 6,048
0 votes
1 answer
65 views

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 ...
nick_j_white's user avatar
-1 votes
2 answers
203 views

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) ...
Harm Degenaar's user avatar
0 votes
0 answers
105 views

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) ...
Mavlon Turguunov's user avatar
1 vote
2 answers
4k views

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 ...
Green 绿色's user avatar
  • 3,203
0 votes
1 answer
1k views

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 ...
Viermusketiere's user avatar
0 votes
0 answers
397 views

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 -> ...
Mike's user avatar
  • 157
2 votes
1 answer
3k views

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 ...
Sean's user avatar
  • 1,351
0 votes
2 answers
4k views

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 ...
Sharda Prasad Jaiswal's user avatar
0 votes
0 answers
707 views

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 ...
NKS's user avatar
  • 191
0 votes
1 answer
1k views

I have running Nextcloud in docker-compose from this example docker-compose sudo docker compose exec --user www-data app php occ -V ...
Василь Русин's user avatar
0 votes
1 answer
139 views

Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid ...
Anushri's user avatar
0 votes
0 answers
416 views

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 ...
Ricardo Sanchez's user avatar
0 votes
1 answer
2k views

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') ...
2chenj's user avatar
  • 11
0 votes
1 answer
3k views

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 ...
RickyTad's user avatar
  • 371
2 votes
1 answer
2k views

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 ...
SneakyShrike's user avatar
2 votes
2 answers
3k views

New-SelfSignedCertificate -Subject "CN=me.com, OU=ounit, O=company, L=state, C=country" -FriendlyName "me.com" -HashAlgorithm SHA256 -KeyLength 4096 -KeyUsage ...
tks.tman's user avatar
  • 434

1
2 3 4 5
17