I have been successfully using the OttoFMS and OttoDeploy tools.
Currently, on one server, I keep getting the following error:
Build server is unreachable: fetch failed: Error: unable to verify the first certificate
Can I get some indication as to why this keeps happening?
I am trying to move a copy of my Databases from my Production Server to the Development Server so that it moves with the Data. I am doing a Replace/Install Operation.
That error indicates that there is an issue with the certificates on your web server. In this case it means that somewhere in the certificate chain, presumably somewhere on your source server, there is a missing or invalid SSL certificate. I would try verifying your certificate setup on your servers to make sure everything is working as intended.
Is this the first time you’ve used this server as a source? If this suddenly started happening on a server that was working perhaps one of your certificates expired, otherwise I suspect the error is due to a missing or misconfigured cert.
Hello, i have the same problem like this man.
I check my ssl cert from digicert and everything is ok. all green.
in the prod and the dev server.
Maybe something like firewall or something ?
Please help me.
Just to update my problem of ssl, i check in everyway it can be block the 443 request.
But no firewall block my 2 servers to communicate.
Also, my servers are in the same network so i don’t know why i have to verify the ssl certificate.
If you are getting the error that says “Unable to verify first certificate” then the only fix we know of is to reinstall your certificate making sure you include the intermediate certificate as we described above.
It doesn’t matter if your servers are both on the same network. You still need a secure https connection between them.
If you would like some more help, you could come by office hours. We can take a look in a little more detail with you then.
I correct my problem.
You were right, i was in fact need the intermediate certificate.
after adding it and restart the services, the deploy/migrate works !!!
This thread helped us greatly, thanks! Our company changed certificate provider. We never used intermediate certificate before, and it turns out we had to this time. This was confirmed by otto migrations not working, then the digicert tool almost had all the green checks, but in the end was saying that it was not trusted and would probably be settled by adding an intermediate certificate!