Skip to main content
1 vote
1 answer
89 views

I am trying to write the authentication with client certificate between an API server and some client applications in .NET 9. I want to disable revocation. I added the settings for it, then the ...
samsoft's user avatar
  • 74
0 votes
0 answers
42 views

I’m trying to make TLS calls using HttpClient in an Azure App Service (Windows) with a certificate that is dynamically loaded at runtime (e.g., from blob storage or Key Vault as a byte array). A third-...
Ellen's user avatar
  • 1
0 votes
0 answers
133 views

Steps to reproduce: Install Postgres 17.5 and OpenSsl on Windows 11 Run the following commands.Enter postgres as common name on client cert creation: openssl req -new -x509 -days 365 -nodes -out ...
Andrus's user avatar
  • 28.3k
0 votes
1 answer
128 views

I am integrating with a SOAP server that uses two-way SSL (mutual TLS). To validate my certificates were okay, I make a request using Postman and curl. Via POSTMAN: I enable SSL certificate validation ...
Mark's user avatar
  • 97
0 votes
1 answer
35 views

I saw in RFC 4514 that the RDNSequence should be output in reverse order in the string (for example: RDNSequence (binary order): [C=US, O=Example, CN=CA] String representation (RFC 4514): CN=CA,O=...
happy one's user avatar
-1 votes
1 answer
127 views

I use git by using the command line interface. I need to push changes to a git repository using https. The https-git-server requires a client-certificate, I have the required p12-file. Unfortunately ...
Grim's user avatar
  • 2,163
0 votes
0 answers
73 views

I am running a part of the open-source fleet code from: https://github.com/fleetdm/fleet/blob/7fd9d8a3e9de47ab325882dd5e46035a81d26617/tools/mdm/windows/poc-mdm-server/mde_enrollment.go When I use ...
Jiaul Haque Riyad's user avatar
0 votes
0 answers
154 views

in my company, we have dozens of services with their certificates out of control and we would like to use a tool to notify us when a certificate is about to expire or it is a self-signed certificate. ...
YaKs's user avatar
  • 331
1 vote
1 answer
443 views

I have applications deployed in Kubernetes using the Nginx Ingress Controller. I need to implement path-based Client Certificate Validation where: 'app.example.com/auth' -> path should require ...
Karan Kumar's user avatar
0 votes
0 answers
58 views

We have an ASP.NET Core 8 Web API which accepts and authorizes users based on client certificates. Suddenly starting today morning, the certificate for one of the user starts failing with 403. The ...
Sai Kiran's user avatar
0 votes
1 answer
176 views

I am trying to send an E-Mail from a Shared Mail box (inside our organization) via MS Graph API with a VB .NET Console App. There is a fitting App registration in the Azure portal with Mail.Send ...
mazzdh's user avatar
  • 5
0 votes
1 answer
201 views

I'm trying to implement Certificate based authentication with ASP.NET Core 9 following the official documentation: Configure certificate authentication in ASP.NET Core I've come up with this basic ...
Pragmateek's user avatar
  • 13.6k
0 votes
1 answer
184 views

We are using a client certificate to authenticate with a webservice. This always worked very well using: var certificateBytes = await File.ReadAllBytesAsync(certificatePath, cancellationToken); var ...
Wolfgang's user avatar
  • 2,358
1 vote
2 answers
345 views

I have a webservice that requires a client certificate for authentication. I want to access this webservice using HTTPX (Python), but I don't see how to make this work with my p12 certificate store. ...
Tom Arn's user avatar
  • 11
0 votes
1 answer
226 views

I am trying to use my SOAP API with Apache CXF, but the API requires SSL client certificates. I saw that there is some XML-Config you can use, but I would like to do this programmatically. Setting the ...
Ian Rehwinkel's user avatar

15 30 50 per page
1
2 3 4 5
89