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