Questions tagged [certificate]

A credential is a digital certificate utilized in the field of cryptography.

ERROR: The secure connection certificate for localhost is self-signed

While working on localhost, I encountered an error with nodemailer that resulted in an internal server error (500): ERROR: SELF_SIGNED_CERT_IN_CHAIN A thread discussing this issue can be found here: Npm SELF_SIGNED_CERT_IN_CHAIN on Azure. It suggested the ...

How can Android Studio communicate with a Node.js Server using a self-signed certificate for secure HTTPS requests?

I require assistance with an Android App here: My goal is to send HTTPS requests to a Server built in Node.js. This server uses a self-signed certificate. I am aware that Android requires the use of AsyncTask to send HTTPS requests, so I have implemented i ...

The certificate verification process encountered an error: unable to retrieve the local issuer certificate

I am seeking assistance for an issue I encountered while installing a module. An error message certificate verify failed: unable to get local issuer certificate appeared. Upon attempting to resolve this by running the Install Certificates.command file in ...

Utilizing Selenium to Override SSL Certification in Internet Explorer Using Python

After extensive research on this issue, I have yet to come across any viable solutions. My current project involves writing a script using Selenium to automate logging into a specific website. However, my efforts are being hindered by a certificate warning ...

What steps should be taken to enable Python.app to firewall on Mac OS X?

Whenever I try to run a Python application on my Mac, it keeps prompting me with dialogs asking if "Python.app" can accept incoming network connections. Even after allowing it multiple times, the same dialog pops up repeatedly. Is there a way to allow th ...

Is it possible to access the Windows certificate store using JavaScript?

Is there a way to access the Windows certificate store using JavaScript? I'm looking to create a web application that can validate user logins by reading their certificates. ...

I am required to deliver a certificate to a secure HTTPS web address

I need to utilize a third-party API that necessitates sending a signed HTTPS request from my NodeJS express web server. The process involves using a specific certificate provided by the API. Unfortunately, I am facing some challenges with this integration ...