I am troubleshooting an SSL certificate issue where after the.PFX conversion to.PEM file using the OpenSSL. The certificate is from Azure App Service Managed Ce
When using curl on my server to access my other servers, I get this response: curl: (60) SSL certificate problem: certificate has expired More details here: htt
I would use a Certificate Chain (multiple PEM file merged in one file - end-entity certificate + Intermediate certificate) to do server authentication. I'm usin
I am trying to adjust Apache configuration in order to capture what is in the header of a request. Basically I need for Apache to forward the customer certifica
One .pfx certificate was deployed on mobile with the MDM : VMWare AirWatch. I can see it in the 'Security' -> 'User credentials' sections. I made an Android
I am quite new to ssl stuffs but I am afraid I can guess the final answer of the following problem/question: We are building hardware (let's call them servers)
I am quite new to ssl stuffs but I am afraid I can guess the final answer of the following problem/question: We are building hardware (let's call them servers)
this sounds like a duplicate question but still I couldn't find a correct solution. Maybe a lack of knowledge in this domain. Anyway, I am using the EV code sig
I tried to generate a private key and certificate using OpenSSL v3.0.1 on x64 using the command: "C:\Program Files\OpenSSL\bin\openssl.exe" req -x509 -sha256 -
I cannot get it to work in VBA - Excel. I use the same header and XML-body in Postman - fine! Good response. I need to use a client certificate to identify myse
This blog explains how to save SSL certificate in chrome and firefox. But I can not following it (my os is Mac). I am not sure if this is because of the differe
Like many I have received the MSB3325 strong naming error, I am targeting a pfx file and have tried to install the certificate directly to the CSP at the given
openssl cms -decrypt -in cms.txt -recip my_cert.pem -inkey private_key.pem Error reading S/MIME message 140064210231744:error:0D0D40D1:asn1 encoding routines:SM
I am using SAP Commerce Cloud, in Public Cloud. And I am trying to insert a .cer file to make rest calls to API Gateway. I read about importing it in java using
When attempting to access the local git server page Microsoft Edge displays a certificate error because the git server is using a self-signed certificate. I wo
This was working fine when I was using PROTOCOL_TLS, but since it's deprecated, I'm trying to switch to PROTOCOL_TLS_CLIENT. The code goes as follows: sslSettin
I have some private docker registries and I added their certificates in /etc/docker/certs.d/[domain.name.com]/ca.crt and it's working but my problem is that I h
My question might look very similar to this one: How to get CA Root and Intermdiate certificates from .cer file I need to extract inter and root certificates fr
I implemented a dotnet core Api where endpoints are defined based on the Controller attribute Route. I have for example 2 endpoints api/controller1 and api/cont
We have a Java web application that implements reCaptcha validation against URL https://www.google.com/recaptcha/api/siteverify in a microservice in Docker. Thi