I am using the geocoder gem on my rails web application to get the latitude and longitude of addresses. Every time I create a new Employee I want to get the latitude and longitude from the address inserted. Every time I attempt to great an employee or update I get the following error. SSL_connect returned=1 errno=0 state=error: certificate verify failed I have read multiple links and they all say to run the command "gem update --system", but this command has not helped correct the issue.
How do I resolve this?