You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error while connecting: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) (Tinify::ConnectionError)
Error while connecting: SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate) (Tinify::ConnectionError)
Running TinyPngChecker on ruby -v
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
require 'rubygems'
require 'tiny_png_checker'
require 'openssl'
Tinify.key = 'API KEY'
Tinify.validate!
Tinify.from_file('IMAGE NAME').to_file('NEW IMAGE NAME')
Utils::TinyPng.mark_files('NEW IMAGE NAME')
The text was updated successfully, but these errors were encountered: