51,178 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
26
views
Apache Ignite 3 HOCON config file SSL configuration password encryption [closed]
We are trying to configure SSL/TLS for Apache Ignite 3 to be used later on with the C# thin client: https://ignite.apache.org/docs/ignite3/latest/administrators-guide/security/ssl-tls, my question is ...
1
vote
1
answer
67
views
Axios Network Error After Renewing SSL Certificate on Android 13 and Below
I recently renewed the SSL certificate for my website, and now I'm facing a problem where the API call works fine on Postman and on Android 14 and above, but fails with an Axios network error on ...
0
votes
0
answers
53
views
Apache Ignite 3 HOCON config file SSL/TLS configuration password encryption [closed]
We are trying to configure SSL/TLS for Apache Ignite 3 to be used later on with the C# thin client: https://ignite.apache.org/docs/ignite3/latest/administrators-guide/security/ssl-tls, my question is ...
-2
votes
0
answers
26
views
.NET project hosted in Godaddy and Sqaurespace, getting SSL certificate expired [closed]
I'm getting an error on my website that reads:
"Your connection to this site is not secure".
When I click on "Not Secure" text in the browser, the "Certificate Viewer" ...
-2
votes
0
answers
57
views
Website not redirecting to non www and therefore SSL not loading [closed]
I have a website that I'm using the non-www version of. The SSL is installed fine on the non-www version, but the www. version shows the error message www.anothercoast.com doesn't support a secure ...
-5
votes
0
answers
28
views
GlusterFS SSL setup fails — "no subvolumes up / Transport endpoint is not connected" [closed]
I’ve been setting up a 3-node GlusterFS cluster (2 data + 1 arbiter) with SSL/TLS encryption enabled using certmonger and self-signed certificates.
The cluster works perfectly without SSL, but as soon ...
-2
votes
1
answer
33
views
Got a https licence for my webapp and reconfigured the frontend for it, but now the backend no longer works, no matter what I do [closed]
I have a webapplication deployed, and it worked just fine while I it run on http. However now that the frontend is https, it will no longer connect to the backend, no matter what.
If I leave the ...
0
votes
0
answers
25
views
Tailscale private HTTPS setup with single certificate – subdomains not resolving [migrated]
I’m trying to run multiple services (Coolify, Jellyfin, etc.) on my home server and want all of them accessible over HTTPS using a single Tailscale-issued certificate. I’ve done the following:
Enable ...
0
votes
0
answers
26
views
javax.net.ssl.SSLException: Tag mismatch! Caused by: javax.crypto.AEADBadTagException [duplicate]
Title:
React Native CLI on Windows 11 fails to build Android app: Gradle SSLException Tag mismatch
Body:
I am trying to run a new React Native app on my Android phone using React Native CLI on Windows ...
0
votes
1
answer
46
views
With rust_pki_types, reading private key from file throws Error::NoItemsFound
Problem
I am attempting to create an HTTPS server using TLS certificates using rustls_pki_types. I am attempting to read from files the server's certificate chain and the server's own private key with ...
-1
votes
0
answers
91
views
SSL Verification Error in Supabase SQL Alchemy App
I have a FastAPI project deployed on Google Cloud Run. I tried to use Supabase for my Postgres DB with SQLAlchemy. I keep encountering the same error when I try to make a DB request:
ssl....
0
votes
0
answers
33
views
Wamp: Apache crashes and restarts when making a https call with GuzzleHttp
I am building a background worker in php for my website, that needs to make a restfull api call to another website. I decided to use GuzzleHttp over a custom curl implementation since it's well ...
1
vote
0
answers
196
views
az login SSL Error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority Key Identifier (_ssl.c:1032)
Using Azure CLI from windows 11:
az login:
Blockquote
Select the account you want to log in with. For more information on login with Azure CLI, see https://go.microsoft.com/fwlink/?linkid=2271136
...
2
votes
1
answer
51
views
QSslServer only fires `newConnection` on second incoming request, then fails waitForEncrypted
I generate a self-signed certificate for testing purposes with localhost in subjectAltName
openssl req -x509 -newkey ec:<(openssl ecparam -name secp384r1) -sha256 -nodes \
-keyout "$KEY_FILE&...
-3
votes
1
answer
134
views
SSL certificate failure in iOS only [closed]
I have a simple app sending data to a web service (Ubuntu / Node js / javascript) Everything worked when using http (although an https setup issue may still be the problem). The problem appears to ...