Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [client-certificates]

X.509 certificates for client authentication during TLS handshake.

client-certificates
0 votes
0 answers
9 views

How to validate PFX certificate in each of SOAP API call using Jakartha soapConnection.call() in Java

I need to validate a SOAP API call with PFX certificate using jakartha API - SOAPConnection class call() I have tried to add the below by converting pfx fiel to jks using keytool -importkeystore -...
Manjunath B's user avatar
0 votes
0 answers
27 views

Convert client cert (pem) in from AppGateway to X509Certificate2

I've AppGateway setup with SSL-Profile (MTLS). And configured rewrite rule to add custom header to the request X-ARR-AG-Cert with value {var_client_certificate}. Application is on .net4. AppGateway ...
user1662255's user avatar
0 votes
1 answer
38 views

C# ASP.NET Core 7 MVC web application with client certificate on some API calls

I have an ASP.NET Core 7 MVC web application that has full user authentication, but also has a couple of API endpoints. A need has arisen for us to allow authentication on those endpoints using client ...
Simon Parker's user avatar
  • 1,816
1 vote
1 answer
52 views

.net 8.0 HttpClient getting error: "Authentication failed because the remote party sent a TLS alert: HandshakeFailure"

I need to send https requests from .net console app running on Windows Server 2008 (nope, can't update :( ). Requests made by the app failed with the error: Autentication failed vecause the remote ...
Peter Mitko's user avatar
0 votes
0 answers
45 views

OpenSSL Signing Errors due to configuration file and crypto/bio/bss_file

I've been struggling with creating an intermediate certificate authority on Windows 10/11 and using it to sign a non-OCSP end instrument certificate. The root CA can create and sign an end-instrument ...
tester8741's user avatar
0 votes
0 answers
24 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
0 votes
1 answer
42 views

WCF Certificate Authentication works with all client certificates

I have followed and investigated a lot of tutorials online for creating a WCF service that uses certificate authentication to authenticate a client connecting to our WCF service with a certificate. So,...
Steve Bamelis's user avatar
0 votes
0 answers
25 views

Why do I need the server certificate in my Azure Certificates store to use a Client Certificate?

I have a C# app, using HttpClient to connect to a remote server. The server owner has asked for Client Certificate authentication. I sent through the public key certificate to them, and loaded the ....
Simon Parker's user avatar
  • 1,816
0 votes
0 answers
85 views

I am getting TLS error while trying to connet to RabbitMQ

I want to set up certificate-based authentication with a RabbitMQ server and a .Net client. The TLS itself seems to be working, as connecting with openssl works: Connecting to ::1 CONNECTED(00000198) ...
ZorgoZ's user avatar
  • 3,258
0 votes
1 answer
39 views

How to use self signed client certificates in ddev

I created a CA solely for issuing self signed certificates that http clients should use to communicate with several rest endpoints of our application developed in a ddev environment using apache. I ...
sclausen's user avatar
  • 1,719
0 votes
0 answers
53 views

Issue with Client Certificate Revocation Check in Azure API Management

Problem: We are implementing client certificate validation in Azure API Management (APIM) and encountering issues with certificate revocation checks. Specifically, APIM returns the following error for ...
Daredevil's user avatar
  • 1,457
0 votes
0 answers
24 views

Client Certificate required for LDAP

Is it required to have a client certificate installed for establishing LDAPS connection to an LDAP Server? I am receiving the error " no client certificate to authenticate" while attempting ...
RKNirvana's user avatar
0 votes
0 answers
16 views

Expecting: CERTIFICATE REQUEST error while creating intermediate pair

I am trying to create signed client certificates (clients should be able to use TLS for certain services on our server). Using these instructions: https://jamielinux.com/docs/openssl-certificate-...
BairDev's user avatar
  • 3,095
1 vote
0 answers
51 views

Unable to import certificates to Google Chrome

Hardware : Google Chromebook Plus OS: Version 125.0.6422.140 (Official Build) (64-bit) I am unable to install client certificates (.crt,.pfx,.p7b) to my chrome browser. Every time I try to import a ...
Harshikesh Panchal's user avatar
1 vote
0 answers
156 views

Delphi Rest Client Authorization with Client Certificates

I am working on a Delphi (11.3) project where there is a need to make HTTP Requests (PUT, GET, PATCH) to a service that requires Client authentication solely with certificate files and using TLS ...
MTKor's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
90