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

Questions tagged [ca]

A Certification Authority(CA) is a trusted third party which asserts the identity of a remote website.

0 votes
0 answers
27 views

Validate HTTPS requests manually in Qt WebEngine

I'm using Qt WebEngine (Chromium) to load HTTPS pages, which comes with a collection of Certificate Authorities, and I'm able to access Google, etc, without adding any CA. I want to prevent this and ...
Muttal Kadavul's user avatar
0 votes
0 answers
13 views

REDIS SSL CA Springboot application properties

How to add CA path location for redis SSL for springboot in application properties ? Thank you
helsaKidsCom's user avatar
0 votes
0 answers
28 views

CA workload automation dSeries - Security Report Query

We are trying to get to the data for the "canned" security report so we can integrate it into our centralized reporting. We have the main table for the data, however the Access Values are ...
Bill Mannion's user avatar
0 votes
0 answers
11 views

In Correspondence Analysis, FactoMineR CA, how to understand row.sup/col.sup

In FactoMineR CA, how to understand the purpose of parameter row.sup/col.sup? Some example no need row.sup/col.sup and some need. I am confused . Thanks! library(FactoMineR) data(children) ...
anderwyang's user avatar
  • 2,283
0 votes
0 answers
19 views

Trust self-sign CA in kubernetes

I have a self-sign root CA and copy and update the certificate in ubuntu nodes everything is okay. But if a pod wants to for example curl a HTTPS URL it shows a certificate error. I did some research ...
silver 162's user avatar
0 votes
0 answers
93 views

SSL/TLS Handshake Failure in Spring Boot Application Running in Docker Container

I'm encountering an SSL/TLS handshake failure issue while running a Spring Boot application inside a Docker container. The authentication server fails to communicate with external OAuth2 providers (e....
user25184510's user avatar
0 votes
0 answers
14 views

Certiciate-signing-request (CSR) forwarding protocol

Is there is a standard protocol used to send generated CSR file (certificate-signing-request) and to receive the signed certificate? Or this communication depends on the CA / CMS instance that is ...
Rafi's user avatar
  • 161
0 votes
2 answers
437 views

AWS ECS mounting ca certificate to the container is it possible

to mount private ca certificates into the containers. In EKS we could mount secrets as files, but I’m not sure that’s possible in ECS. is it possible to mount a certificate to the ECS container .if so ...
AWS_gUy's user avatar
  • 13
0 votes
1 answer
63 views

Why is older JDK8 not accepting certificates signed by our own CA?

We're trying to secure a connection from a Java-program to a remote server. The server is presenting a certificate signed by our own CA, and our Java-program is rejecting that: Caused by: javax.net....
Mikhail T.'s user avatar
  • 3,438
0 votes
0 answers
52 views

Security server has no valid authentication certificate (xroad security service)

i try to register subsystem. but the result still no valid authentication certificate, the CA server are working nomally. anyone know to solution please help me. thank you. Security Server Log at org....
vira pha's user avatar
0 votes
0 answers
20 views

Returning the error "NX_SECURE_TLS_ISSUER_CERTIFICATE_NOT_FOUND" when connecting to https on netxduo

Testing https with netxduo on nucleo-h563zi board. However, I keep returning the error "NX_SECURE_TLS_ISSUER_CERTIFICATE_NOT_FOUND". I checked http communication normally for Google access. ...
user24535720's user avatar
1 vote
0 answers
99 views

SSLCertVerificationError when run a lambda aws python code inside localstack trying to connect to a mockserver inside docker

I'm trying to test the code of a lambda function(AWS) with python code running locally inside localstack, I create a mock server that should return the HTTPS request, but I'm getting: SSLError(...
Vinicius Folha's user avatar
0 votes
0 answers
25 views

Creating CSR from an existing certificate - Copy everything except the Organization Name value

I have an existing certificate that will be expiring soon. And now I want to create a new CSR and send it to the CA. And I am using the following openssl command. openssl x509 -x509toreq -...
Jananath Banuka's user avatar
0 votes
0 answers
115 views

SSL communication to support CA Certificate(Public key certificate)

For the SSL communication with the certificate for the below C/C++ code link how to support the CA certificate (public key certificate which is exported from the site info) ...
ShreeHarsha's user avatar
0 votes
1 answer
68 views

How should I submit (or at least is it possible to submit) my CSR (PKCS#10 file) to a CA that uses an HSM?

In my country the "DIRECCIÓN NACIONAL DE FIRMA DIGITAL" has a HSM to generate a public and private key to any requester. They are the CA. It is possible for a requester to build a CSR file (...
user3281302's user avatar

15 30 50 per page
1
2 3 4 5
47