「コンピューターにCORE_RL_magick_.dllがないため、プログラムを開始できません。この問題を解決するには、プログラムを再インストールしてみてください」
CORE_RL_bzlib_.dll CORE_RL_lcms_.dll CORE_RL_magick_.dll CORE_RL_ttf_.dll CORE_RL_zlib_.dll
OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=142.250.206.228:443 state=error: certificate verify failed (unable to get local issuer certificate)
On OS X, both locations are empty but system OpenSSL still manages to verify the certificates. Is it magic?? No, it’s Apple patching OpenSSL to look up certificates in Keychain, where the system CA bundle is stored.
http.cert_store = OpenSSL::X509::Store.new http.cert_store.set_default_paths
cert_store = OpenSSL::X509::Store.new cert_store.set_default_paths dynamoDB = Aws::DynamoDB::Resource.new(:ssl_ca_store => cert_store)