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
9 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
19 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
54 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
35 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
  • 195
0 votes
0 answers
17 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
44 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
44 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
0 answers
41 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,389
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
50 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
-2 votes
0 answers
21 views

I keep getting PKIX path error and have to create a new jks everyday [closed]

I created a jks and added a certificate to it to access atlassian cloud jira. It worked perfectly fine and I was able to connect to the Jira endpoint using REST API. However, the next day it stopped ...
Arshin Shaikh's user avatar
0 votes
0 answers
39 views

Python SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate

I'm running the below code while I am learning python with mlb stats api installed. import pandas as pd from pandas import DataFrame import statsapi box_score = statsapi.boxscore(565997) print(...
Mmcmanu 's user avatar
-1 votes
1 answer
35 views

openSSL vs keytool , which one should i use on my application? [closed]

My Java application is running on Websphere (application server) and IBM Http Server(IHS). I need to use machine-to-machine Rest API with a remote API (server), and the remote server use OAuth2 ...
tt0686's user avatar
  • 1,805

15 30 50 per page
1
2 3 4 5
720