Category "ssl"

What exactly causes the "unable to get local issuer certificate" error when accessing an otherwise accessible (via browser) website URL?

I'm on macOS Monterey 12.3 running Python 3.9.7 installed via brew. Given this minimal replication of my production code: import requests try: response = r

SSL Certificate is unable to be verified when sending request to the same machine

I have a remote Ubuntu machine running a node server with next.js and using next-auth for authentication. Everything works fine with HTTP locally. Configuration

ssl connection, using a hostname that is not in the SAN list of the host's certificate

I am quite new to ssl stuffs but I am afraid I can guess the final answer of the following problem/question: We are building hardware (let's call them servers)

ssl connection, using a hostname that is not in the SAN list of the host's certificate

I am quite new to ssl stuffs but I am afraid I can guess the final answer of the following problem/question: We are building hardware (let's call them servers)

Android: How do I programmatically DOWNLOAD an SSL certificate from a provided HTTPS URL?

try { final SSLSocket sslSocket = (SSLSocket)SSLSocketFactory.getDefault().createSocket(); Timber.e("RAWR: BEFORE CO

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

Golang TLS handshake error - "first record does not look like a TLS handshake"?

Client-side code tlsconf := &tls.Config{InsecureSkipVerify: true} creds := credentials.NewTLS(tlsconf) opts = append(opts, grpc.WithTransportCredentials(cre

How to disable the security certificate check for Google Translate

I have to use google translator API to translate Japanese to English for my NLTP project. This is the sample code I am using: from googletrans import Translator

what format is this "passcode" file? (found along a keystore)

A Globalprotect vpn client seems to use a keystore in pfx format + a pan_client_cert_passcode.dat file for which I want to find out what the format is (=how to

Nginx pass params / arguments from HTTP module to STREAM module

I have the following setup: I have upstream STREAM services defined running in my environment (i.e., DNS-over-UDP nameservers) I use my NGINX to offload TLS fro

Apache CXF JaxWsProxyFactoryBean SSL Configuration call to external https fails

I have a spring microservice docker deployed. I use JaxWsProxyFactoryBean to call an external server (soap/wsdl) and all goes well using http://externalServer:

PFX import always gives Incorrect password error

I tried to generate a private key and certificate using OpenSSL v3.0.1 on x64 using the command: "C:\Program Files\OpenSSL\bin\openssl.exe" req -x509 -sha256 -

ArgoCD with nginx ingress and cert manager not working

I am trying to expose ArgoCD using ingress and cert-manager in GKE cluster(version 1.21.5-gke.1302) but the certificate is not issued. Steps to reproduce: Insta

How to use ServerXMLHTTP60 and a client SSL certificate in Excel using VBA?

I cannot get it to work in VBA - Excel. I use the same header and XML-body in Postman - fine! Good response. I need to use a client certificate to identify myse

Proxy to SSL Endpoint with webpack-dev-server proxy

I am trying to do an axios GET request in vue3: vue.config.js module.exports = defineConfig({ transpileDependencies: true, devServer: { proxy: 'https://

How to save SSL certificate by chrome and firefox on Mac?

This blog explains how to save SSL certificate in chrome and firefox. But I can not following it (my os is Mac). I am not sure if this is because of the differe

HTTPS doesn't work on Vagrant (Ubuntu and Apache)

I destroyed and rebuilt my Vagrant machine and now Apache will not server anything over https. I have about 4 sites served on my machine, but even using my def

Provide SSL certificate for internal Website

I have a website in my local network and the website is not ssl secured. Many clients can not reach the website because of "ERR_SSL_VERSION_OR_CIPHER_MISMATCH"

Spring cloud config server ssh to bitbucket problem

I'm trying to get the spring cloud config server connected to a bitbucket repo using ssh. I've found lots of posts about the key needing to be rsa format. I'v

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