I am currently working on a Visual Studio Code extension that makes HTTPS GET requests and I am trying to ignore invalid certificates e.g. expired certificates.
I am trying to connect to a postgresql database through SSL. In the appsetting.json file, my connection string is "DefaultConnection": "Sslmode=Require;Sslrootc
When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate. I wo
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
I am trying to add certificate listner against a certificate using following code const listenerBody = { Certificates: [
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
I have a Azure Web App that has a SSL Certificate. This certificate is set to auto-renew. However it has stopped working. When I log on to the Azure portal, it
I've generated crt and .key files to connect to protected resource. Curl with this combination of cert and key is working, but pfx cert which was generated usin
I would like to create a simple TCP Server / TCP Client and use a Controller to interface with that classes, to then host the controller in a kestrel webserver
I am working on a Razorpay payment gateway integration My API was working fine but suddenly I am started getting the error Unable to get local issuer certifica
I got a problem with SSL/TLS Termination on Kong API Gateway. HTTPS Requests using curl and Insomnia got response that SSL certificate problem: unable to get lo
I am playing around and learning Express Gateway. The getting started guide requires that I make calls to an https endpoint. My organization runs all requests
We've been successfully running a JFrog Artifactory OSS instance for a few years to host our Android libraries. Recently the web server certificate expired so w
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 had a CloudFront distribution with a custom ACM certificate associated with it. The CloudFront was deleted, but I cannot delete the certificate, it says it&rs
I've run into a bit of a quandary. I'm writing a client/server application. The frontend is in Flutter and uses the Dio http package, the backend is Java. The b
I am very new to this ssl and certificates. I have a jks file which consists of some certificates which server trusts. I am trying to read all the certificates
I'm trying to deploy my App on another phone. I already installed the cert on the new phone and I'm still facing this problem. java.security.cert.CertPathValida
Expected behavior Being able to make HTTPs calls from within the container Actual behavior System.InvalidOperationException: IDX10803: Unable to obtain config
I need to connect to an old web service. It's a government service so I cannot do anything server side. Firstly, when I try to connect to WSDL through browser,