python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
.Net Core 3.1 The SSL connection could not be established, see inner exception
I am requesting using X509Certificate2 (test.pfx file). Everything works properly and without problems locally. However, when I upload my project to the server, I get an API error.
The SSL connection ...
Elchin
Votes: 0
Answers: 0
Sending a HTTPS request with a x509 client certificate fails on the next day
I'm currently working on connecting my C# application to a customers enterprise service bus. The connection has to be established over HTTPS using a X509 client certificate trusted by the customer. Th...
Pandabytes
Votes: 0
Answers: 1
Generate x509 certificate on c# not returning expected result
I am using .net 6.0 with .net core and I'd like to create x509 certificate and use this with k8s c# client.
For creating x509 certificate I have method like this:
public static byte[] GenerateCertific...
Arzu Suleymanov
Votes: 0
Answers: 1
Import X509 certificate to certlm with private key (.NET Core 6)
I am generating X509 certificates to authorize apps in Azure using .NET using the below code:
private static X509Certificate2 BuildSelfSignedCertificate(string CertificateName, int DaysValid)
...
Mr.Technician
Votes: 0
Answers: 1