I am troubleshooting an SSL certificate issue where after the.PFX conversion to.PEM file using the OpenSSL. The certificate is from Azure App Service Managed Ce
I am building a python application that is packaged as an EXE. This application runs as a Websockets server and communicates with a web app hosted on Firebase.
The following may be due to the fact that I messed something regarding a SSL certificate up on my local machine? I encounter the issue during Terraform plan but
I'm having issues with my nginx configuration, we are using a stream in order to use SSL passthrough, however we plan on having multiple URLs pointed to this ng
What version of gRPC and what language are you using? @grpc/grpc-js - 1.5.10 What operating system (Linux, Windows,...) and version? server running in a docker
I cant seem to initialize the gcloud heres the log the mac is new. anyone has any ideas?
I'm running Nginx in one container over ports 80 and 443, the later with SSL certs generated with mkcert. This works wonderfully. In another container I'm runni
I installed the project I use ReactJs on my computer via GitHub, but when I use the npm install command for dependencies, I get python-related errors even thoug
After noticing that nobody has signed up for a site of mine for a week I tried signing up myself only to be greeted with an error message. Then I tried signing
I got problems with my custom domain setup on readthedocs. Suddenly custom domain (https://docs.joinrpg.ru) stops working with SSL_ERROR_NO_CYPHER_OVERLAP. Vari
When using curl on my server to access my other servers, I get this response: curl: (60) SSL certificate problem: certificate has expired More details here: htt
I would use a Certificate Chain (multiple PEM file merged in one file - end-entity certificate + Intermediate certificate) to do server authentication. I'm usin
it's my first post here although I've been lurking since my IT career started. My issue is as follows: I have got a separate VM running an email server and sepa
I created a Kubernetes ingress object with the following configuration. It has one host and one alternate server name (server alias). apiVersion: networking.k8s
I've been trying to learn elasticsearch and decided to try to connect it with node.js. I have a elasticsearch running + a index I created named test-idx. I'm fo
I'm on macOS Monterey 12.3 running Python 3.9.7 installed via brew. Given this minimal replication of my production code: import requests try: response = r
I have a remote Ubuntu machine running a node server with next.js and using next-auth for authentication. Everything works fine with HTTP locally. Configuration
I am quite new to ssl stuffs but I am afraid I can guess the final answer of the following problem/question: We are building hardware (let's call them servers)
I am quite new to ssl stuffs but I am afraid I can guess the final answer of the following problem/question: We are building hardware (let's call them servers)
try { final SSLSocket sslSocket = (SSLSocket)SSLSocketFactory.getDefault().createSocket(); Timber.e("RAWR: BEFORE CO