I generated an SSL certificate on one of my subdomains. I then tried to delete/revoke the certificate using the command certbot delete. A little terminal menu p
Given a simple Dockerfile that installs from something from the net, I'm trying to work out an elegant way to allow the build process to trust HTTPS endpoints w
I want to bypass the SSL pinning of an Android app using the Frida Server method. I have followed the whole process described in this (https://blog.it-securityg
I am trying to setup mongodump along with TLS/SSL encryption. I have been following various articles for this: Self-signed SSL connection using PyMongo, https:/
I am trying to connect to a ldap over ssl. I have generated a .jks file with the certificate entry. I do not want to import this to cacerts rather want to acces
I got the following error AttributeError: 'module' object has no attribute '_create_unverified_context'. I'm using Python 3.4.2 . My code: import ssl ss
I'm trying setup Lighttpd with ssl and proxy but I cannot make it work. I've installed the certificate and private-key and they works, however when I try to ena
I'm trying to add HTTPs to my spring boot services, one of them is a Feign Client that is throwing this error: xception in thread "Thread-7" feign.FeignExceptio
I have build a Go server using Echo framework, i get TLS certificades and a domain name, but when i try a request i get the message "Client sent an HTTP request
We have a Java 8 solution (as a Java application on Oracle Database) that communicates with a external webservice using HttpsURLConnection. The solution had bee
I am having trouble figuring out how to properly read a private key of a pem file. I have gone through different topics on stackoverflow, but I couldn't find th
I found that config.force_ssl = false in config/application.rb, and nowhere it is defined as true, though the domain have SSL certificate. will there be any spe
I try to use Jmeter with plugin "DI-fakfa meter" to load my kafka using SSL. I got the following certificates from VAULT system: -CA -Issuing CA -Private key In
I have a postgreSQL database set up in google cloud. To connect via SSL google cloud provides 3 .pem files, server-ca, client-cert and 'client-key'. I am using
A colleague has given me a Flutter project to try to build the app in iOS (I use a Mac, we both use Android Studio). Everything is ok except for this error:
I am using a Hostinger VPS and Hestia CP. I can create LetsEncrypt SSL from the control panel which successfully applies to https://example.com. It also works p
After installing SSL certificates via Certbot, my website came up with the error message "too many redirects". After some research I thought I must have a redir
I am receiving the following error. Not sure what is causing this and how to fix this. This is happening on the server side which is using Netscalar for Load
I'm trying to configure an HTTPS/Layer 7 Load Balancer with GKE. I'm following SSL certificates overview and GKE Ingress for HTTP(S) Load Balancing. My config.
I have a RDS instance running on AWS and I want to know how to connect to that instance over ssl. From this link Using SSL with mysql database. AWS sets up our