Questions tagged [cacerts]
78 questions
8
votes
2 answers
old php container says : curl: (60) SSL certificate problem: certificate has expired
Since 1 or 2 days my old php container (dockerhub php:5.4-apache) can't use curl anymore.
this is the log when running curl inside this container.
$> docker run --rm -ti php:5.6-apache bash
$> curl -X POST https://xxxxx.com
curl: (60) SSL…

Raphael PICCOLO
- 2,095
- 1
- 12
- 18
4
votes
3 answers
Docker RUN with keytool import to Java truststore successful but fails at the same time during image build?
I have to add a custom root certificate to the Java trust store inside a docker environment. So I added the following command to my dockerfile:
RUN $JAVA_HOME/bin/keytool -import -file /opt/custom/certs/mycert.pem -alias mycert -keystore…

not2savvy
- 2,902
- 3
- 22
- 37
4
votes
1 answer
How can I "diff" two cacerts files?
I have two Tomcat servers, with different "cacerts" files. On one, running "keytool -list -keystore cacerts" says my keystore contains 95 entries, on the other, it says 96. I tried saving the list outputs and running diff against them, but the…

samwyse
- 2,760
- 1
- 27
- 38
4
votes
1 answer
Whatsapp Business API Registration - Acquire certificate from whatsapp buiness manager
Installed whatasppp Business api followed the link https://developers.facebook.com/docs/whatsapp/installation
Logged into https://localhost:9090/
For registration, it requires a phone number and a certificate.
Setup the Whatsapp Business APP for…

Jeyan
- 729
- 1
- 14
- 27
3
votes
3 answers
x509 error: certificate signed by unknown authority - when connected via vpn
We use a docker container to build our code.
Usually when I am connected to my company's VPN, running any command that tries to download dependencies from web (say github) fails with error "certificate signed by unknown authority" as below:
go:…

Amol
- 1,084
- 10
- 20
3
votes
1 answer
Unable to verify the first certificate - kibana/elasticsearch
I'm trying to configure xpack for elasticsearch/kibana, I've activated the trial license for elasticsearch, configured xpack for kibana/elasticsearch and also I've generated ca.crt, node1-elk.crt, node1-elk.key and also kibana.key , kibana.crt and…

Ciocoiu Petrisor
- 81
- 1
- 8
2
votes
1 answer
update-ca-certificates command not found despite ca-certificates being installed
I've installed ca-certificates package by sudo yum install ca-certificates command, but I get an error when trying to run sudo update-ca-certificates command, becuase it can not be found. What can be the problem? I tried looking for the package (in…

micmus4
- 41
- 1
- 3
2
votes
1 answer
Achieve external api calls using Spring WebClient and .p12 cert
I have .p12 certificate inside my project placed into recources directory. All I want to do is to use this file to make external api calls. So I have read some info about how to achieve this:
private WebClient getWebClient() {
HttpClient…

Michael Lipilov
- 41
- 5
2
votes
1 answer
Certificate is NOT trusted when installing Jenkins
We had an issue with our instance of Jenkins on our Ubuntu server which purged our configs and packages.
Because of that, we are attempting to re-install Jenkins on this server. However, we continue to get an error when running sudo apt-get…

Ryan Burch
- 500
- 4
- 11
2
votes
0 answers
Renew Certs for argoCD - Kubernetes Cluster
Hi I am trying to renew argoCD certificates which expired on May 6th, I followed all the steps from the documentation (attached to this).
"To create this secret manually from an existing key pair, you can use kubectl:
kubectl create -n argocd secret…
2
votes
1 answer
How to get Node.Js to allow me to provide client cert with smart card/cac
I am trying to build a CAC authentication system using node.js but am having trouble. I followed a few tutorials regarding setting up a https server and I can get that to work just fine; however, using the logic below, whenever I access my…

nonrecurring
- 43
- 4
2
votes
2 answers
Wordpress "CURLOPT_SSL_VERIFYHOST" turned off
I'm working on my wordpress site hosted by a domain (not working in my local environment)
I got the error : "Fatal error: [snuffleupagus][disabled_function] Aborted execution on call of the function 'curl_setopt', because its argument '$option'…

SalimKazi
- 49
- 1
- 9
2
votes
1 answer
Can we export certificates from JRE's "cacerts" file and import it to higher JRE version?
I am using a JRE 8u211. And i have few certificates added in cacerts. But when I upgrade JRE to 8u261, those certificates are not getting imported. So now i want to programmatically export the required certificates from cacerts file of 8u211 using…

abyin007
- 361
- 2
- 4
- 14
2
votes
0 answers
Pentaho Kettle | Connect to HTTPS Repository (with cacerts file)
cacerts: Already added cacerts to JVM present at PENTAHO_JAVA_HOME
Some Debugging Findings:
Tomcat with HTTPS (all OK)
Kettle sends a request https://pentaho.foo.com:2000/pentaho/webservices/unifiedRepository?wsdl
Response XML ...

Srinath Ganesh
- 2,496
- 2
- 30
- 60
1
vote
0 answers
How to supply puppeteer with a SSL certificate?
I am using the luminati / Brightdata proxy manager and have puppeteer connected to it locally. All of this exists within a docker-compose network that I created for local dev.
The problem I have occurs when I turn on SSL analyzing and I get the…

Question Master
- 11
- 2