Category "ssl-certificate"

Valid leaf certificate in PEM format

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

Trust a Certificate Authority in Java

I'm trying to consume some webservices in my Spring boot Applications, I got this error in swagger when I try to execute my request, I tried to search for the u

Understanding certificate revocation configuration (crl.cnf/openssl.cnf) file

I have a crl.cnf as below: [ ca ] default_ca = CA_default # The default ca section ############################################################

Why is Portainer ignoring my certificate even though I have specified --sslcert and --sslkey?

I have Portainer CE 2.9.2 running in a docker container. I'm starting it with the --sslcert and --sslkey options to specify my own certificate, but the browser

connect to a server with a self-signed certificate

Ive been doing some research about how to consume a web api executed on my localhost throught a xamarin app. The web api works perfect, I can adding and getting

How can i include my certificate chain and private key in a tls server using openssl library?

I am trying to write a c code to implement a tls socket using openssl. The server has a certificate chain with 4 certificates: leaf certificate - intermediate1

Nodejs Axios Error: Hostname/IP doesn't match certificate's altnames: "Host: (URL). is not in the cert's altnames: DNS:*.sa-east-1.es.amazonaws.com"

I'm trying to request an API from a third party server from a shared hosting server, so i don't have root access, and receive this error, but when i try it from

Intelij idea exported Java Jar file doesnt work properly java.security.NoSuchAlgorithmException

Hello Everyone!! I am developing a server app in java lang in intelij idea it works properly but when exporting as .jar file it gives an error like this java.ne

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

Azure AD App Registration certificate credentials - What should the certificate common name be?

When using a certificate for authentication to Microsoft Identity Platform, are there specific details required for the certificate? Does Azure AD actually veri

Ignoring axios error for invalid certificates when creating a vscode extension

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.

SSL connection to the postgresql ASP.NET

I am trying to connect to a postgresql database through SSL. In the appsetting.json file, my connection string is "DefaultConnection": "Sslmode=Require;Sslrootc

How to bypass certificate errors using Microsoft-EDGE

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

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

Certificate must have a fully-qualified domain name, a supported signature, and a supported key size

I am trying to add certificate listner against a certificate using following code const listenerBody = { Certificates: [

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

Pending Issuance - Azure SSL App Service Certificate

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

PFX certificate generation issue

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

TCP Client/Server hosted in Kestrel

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

Facing SSL issue suddenly while calling razorpay api

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