Skip to content

All events skipped due to certificate verify failed

0

I have a code deployment setup that has worked fine in the past. I'm trying to deploy a simple update and am getting a failed status due to "certificate verify failed" (pasted below). From researching I found this issue coming up where codedeployagent was not running on the instance. I logged into the instance and codedeployagent was not running so I reinstalled and confirmed it's now running (pasted below). I don't understand why this would suddenly happen after it's been working. Any thoughts on what I'm missing? thx

Error:
2019-07-31T00:01:23 ERROR [codedeploy-agent(1476)]: InstanceAgent::Plugins::CodeDeployPlugin::CommandPoller: Error during perform: Seahorse::Client::NetworkingError - SSL_connect returned=1 errno=0 state=error: certificate verify failed - C:/Windows/TEMP/ocrBFEB.tmp/lib/ruby/2.3.0/net/http.rb:933:in `connect_nonblock'

codedeployagent running:
PS C:\Users\Administrator> powershell.exe -Command Get-Service -Name codedeployagent

Status Name DisplayName


Running codedeployagent CodeDeploy Host Agent Service

asked 6 years ago1.1K views
1 Answer
0

Solution: reboot instance, confirm codedeployagent is running again (I had to restart it).

answered 6 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.