when you try to connect to the site by api, throws

933:in `connect_nonblock': SSL_connect returned=1 errno=0 state=error: certificate verify failed (OpenSSL::SSL::SSLError) 

insecure connection is not possible; Ruby version 2.3.1, ubuntu 16.04, tell me how to solve it. thank

  • 3
    certificate verify failed - translation: certificate could not be verified - aleksandr barakin
  • thanks, I would not be able to translate without your help - Sergey Krylov
  • Give the piece of code in which the request to the API is sent - MAXOPKA
  • And with the time setting, everything is fine on the machine, where does the request come from? - MAXOPKA 4:38 pm

0