Category "ssl"

Change hostname of SQL server SSL certificates

I have a postgres SQL server set up in google cloud. The certificates that I downloaded for this have a hostname of the form: project_name:instance_name. Howeve

AKS ingress with nginx and Key Vault certificates issue with creating secret nginx cannot find specific specific cert from vault

AKS ingress with nginx and Key Vault certificates issue with creating secret from cert in vault. Cert is in the key vault has all required permissions. I've imp

'Error: Your connection isn't private' when applying ssl certificate to elastic beanstalk

I get an error when applying ssl certificate to my API on AWS elastic beanstalk via Load-balancer, when I start setting up the ssl certificate I enter a domain

Can't access server since switching to https on aws

I am deploying a MERN stack using EC2 on AWS. I have created SSL certificates for the following domains: example.com *.example.com www.example.com The cname an

Ruby 2.7 and TLS 1.3 with RestClient not working

I'm having problems trying to request an endpoint that is using TLS 1.3 require 'base64' require 'openssl' require 'rest-client' auth_payload = { grant_type:

How do I pass SSL Context into a Python Client that Uses the Autogenerated OpenAPI Python Client Library

I have a Python3 OpenAPI client application that gives me the following error: "unable to get local issuer certificate". This application uses the autogenerated

SSL in docker for mac?

For some reason no matter what image I use I can't make a proper SSL call in a docker container running in docker on osx. For example root@e76e193d56a7:/# curl

Locust - Python - ssl.SSLError: [SSL] PEM lib (_ssl.c:4065)

I am new to python and locust, trying to run my first locust perf script to test an API However, I am getting error as ssl.SSLError: [SSL] PEM lib (_ssl.c:4065

isync: "SSL error connection mail.example.com... certificate has expired" but the certificate has not expired

I've checked with certbot and a bunch of external diagnostic tools and everything seems fine, but I cannot sync my mailboxes. Is there a way to trace the root o

Difficulty loading target platform for eclipse RCP

I am transfering my data from an old notebook to a new one. I have copied my eclipse folders and also the JDKs directly to the new notebook. The RCP project was

AWS Certificate Manager, cannot get https for subdomain

I have a hosted zone with my main domain. I already added a Load Balancer and configured it to route to my web app. This already works with https and http. So f

AWS EKS aws-load-balancer-controller

i am trying to install my ca certificates with in ingress controller. I am following this guide. https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balan

Mule error "Remote host closed connection. Possible SSL/TLS handshake issue." on HTTP request

I would like to seek for your advice if you have any idea or you have already encountered this issue “SSL/TLS handshake Issue” ? To give you a summa

Ignore SSL certificate verfication while connecting to elasticsearch from SPRING BOOT via high level rest client

Is there a way to ignore SSL certificate verification while connecting elasticsearch 7.4 using high level rest client. I explored a couple of options but nothin

Kafka returns "No matching PRIVATE KEY entries in PEM file" when attempting to start using PEM certificates

First of all, I've seen this thread but it's unrelated and having different issue. I have the following settings fragment in my Kafka properties file: ssl.keyst

Kafka returns "No matching PRIVATE KEY entries in PEM file" when attempting to start using PEM certificates

First of all, I've seen this thread but it's unrelated and having different issue. I have the following settings fragment in my Kafka properties file: ssl.keyst

Can an Amazon ELB break mutual TLS authentication?

I have a service running behind an ELB on AWS Fargate as a docker container with nginx inside it on port 443 (https). I have added client certificates to my ngi

Implementation of Hazelcast 5.0.2 embedded in application fails to detect itself and second pod when migrated to AWS EKS Infrastructure

We are running into an issue on AWS EKS infrastructure where our application that uses Hazelcast (5.0.2) with the Kubernetes Discovery plugin (2.2.3) fails to d

Using ssl.wrap_socket to create a socket, gives a security hotspot in security scanner

The scanner is highlighting the below line as security hotspot. mysocket = ssl.wrap_socket(http_server.socket, keyfile=self.keyfile, certfile=self.certFile, ser

Extract the Certificate files - Self-Signed Certificate

I have created a self-signed certificate on my Kubernetes cluster. I can now see that the certificate is showing the status READY = True. When I describe the se