Skip to main content

Questions tagged [ssl-certificate]

An SSL certificate is an X.509 certificate that is used to provide authentication, privacy and integrity for a secure connection. Although the acronym refers to Secure Sockets Layer, the SSL protocol is deprecated and the certificates are more commonly used for Transport Layer Security (TLS) connections.

ssl-certificate
0 votes
0 answers
29 views

docker compose --> nginx cannot load certificate

I am very new to Docker and containers. I am using docker-compose to start up my application. I keep getting this error: 2024/07/19 17:05:54 [emerg] 1#1: cannot load certificate "/etc/nginx/certs/...
finn's user avatar
  • 1
0 votes
1 answer
13 views

How to configure axios to use SSL certificate with an umbrella proxy pac?

We're trying to use axios to contact some APÏ using a proxy pac umbrella. We're using the conf we've seen around here but have the same error as this topic : How to configure axios to use SSL ...
Zonderziel's user avatar
0 votes
0 answers
24 views

PHP webDav client gives ClientException: SSL certificate problem: unable to get local issuer certificate

I want to upload files to NextCloud via PHP. I do not know PHP much but I managed to install sabre/dav via composer Then I found on the internet simple code sample to list files. <?php // ...
Radek's user avatar
  • 13.1k
0 votes
0 answers
10 views

Acme4j Http01Challenge failing because mismatch of tokens after update operation

Help with this. I was assigned this task and it's my first time working with ACME4J. The report says that a jks file isn't being generated, but this is a process that happens after the validation ...
Edder Javier Peña Barranco's user avatar
0 votes
0 answers
27 views

Communicating from a Docker containerized .Net 6 API to .Net Framework 4.7.2 API

I have been running several .Net 6 APIs in Linux Docker in my local development environment for my work. I have been able to get the containerized APIs to communicate with each other after resolving ...
Claudio Medrano's user avatar
0 votes
1 answer
58 views

how to update device twin using python?

I am currently trying to update a property in device twin using python. but unable to do it due to SSL error. below is the code from azure.iot.hub import IoTHubRegistryManager import certifi import ...
sai's user avatar
  • 43
0 votes
0 answers
15 views

Micronaut Http Client PKIX and trustAnchors Cerificate errors

I am using Windows OS, developing in IntelliJ IDE, using JDK 22 and Micronaut. I am trying to integrate with an application that requires a certificate, and this started to generate an error of io....
Roberto Alves's user avatar
0 votes
0 answers
38 views

How to implement SSL pinning using public key in Ktor client

I am using the Ktor in my native application, In which I will be receiving the Public key from the login API. This public key I will be saving in a preference at init Now I need to use this public ...
arun's user avatar
  • 205
0 votes
0 answers
19 views

dotnet run command throws "system cannot find the path specified" exception for certificate

In implementing the "dotnet run" command in my vscode terminal, I keep getting the "system cannot find the path specified" exception, specifically for the certificate. Currently ...
Jazzwal's user avatar
  • 11
-1 votes
1 answer
45 views

.NET 8 API with SQL Server: Error During Login Process

I am using .NET 8 to create an API that connects to a SQL Server. My connection string is as follows: configuration["ConnectionStrings:DBConnection"] = "Data Source=\"MYIP, MYPORT\\...
Sergio González's user avatar
0 votes
0 answers
51 views

Cannot find certificate name during the creation of a second azurerm_app_service_certificate_binding

I'm using Terraform to create some resources on Azure. In particular I have 2 App Service in different Locations and Traffic Manager Profile to switch traffic to the closest App Service. It works ...
Giacomo Brunetta's user avatar
1 vote
1 answer
46 views

Axios: Setting rejectUnauthorized to false using httpsAgent to ignore SSL issues doesn't work with POST requests

I'm using axios with NodeJS to query the REST API of Mikrotik RouterOS for that you need to use self-signed SSL certificates mandatorily. It all works fine when i run GET requests and add httpsAgent: ...
Vebama Wanematou's user avatar
0 votes
0 answers
29 views

Azure Kubernetes Service ClusterIssuer DnsNames

I have kubernetes running in azure (aks). I want to create some certificates using cert manager. So i configured the cluster issuer as follow: apiVersion: cert-manager.io/v1 kind: ClusterIssuer ...
Nayden Van's user avatar
  • 1,399
0 votes
0 answers
44 views

How to use redis ( with client certificate requirement ) for session state in ASP.NET on .NET 4.8?

We are currently using Redis for session state and cache management along with SignalR, and everything is working fine, because our current Redis server configuration allows connections without a ...
Ashish Ahir's user avatar
1 vote
1 answer
51 views

connecting to ibm MQ with TLS

I get an error when trying to connect to ibm mq: javax.net.ssl|ERROR|10|main|2024-07-11 15:28:58.816 MSK|TransportContext.java:363|Fatal (HANDSHAKE_FAILURE): Couldn't kickstart handshaking ( "...
SalganikMY's user avatar

15 30 50 per page
1
2 3 4 5
720