Category "ssl"

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

Site does not open when Nginx Proxy Manager "Force SSL" option is active

I have cloudflare + docker + nginx proxy manager + portainer setup for normaly ssl connection. I am just starting to use these technologies together. What I wan

Laravel php artisan serve to mimic HTTPS

I have been searching around to see if there is a way I can mock SSL for local development using Laravel's artisan to serve HTTPS with no luck. Is this possibl

How to bypass SSL pinning of Android Apps?

I want to bypass the SSL pinning of Android apps. I was able to Bypass SSL pinning using an app "NetCapture" but now I want to do it in Python or any other way

"SSL.CERTIFICATE_VERIFY_FAILED: Self signed certificate in certificate chain" in python with PROTOCOL_TLS_CLIENT

This was working fine when I was using PROTOCOL_TLS, but since it's deprecated, I'm trying to switch to PROTOCOL_TLS_CLIENT. The code goes as follows: sslSettin

OpenSSL extensions to CA certificate

Im using OpenSSL v1.1.1g and trying to add extensions to my self signed CA certificate using the following bat script: rem #Create CSR openssl req -newkey rsa:4

cannot access URL due to SSL module not available Python

First time trying to use Python 3.6 requests library's get() function with data from quandl.com and load and dump json. import json import requests request =