allscripts-unity-client icon indicating copy to clipboard operation
allscripts-unity-client copied to clipboard

OpenSSL::SSL::SSLError: SSL_connect

Open radilr1 opened this issue 4 years ago • 0 comments

When I tested in the console a sample request with HttpClient library returns that error while using the Net::Http worked fine. Also I tried to pass client options ca_file and cs_path they didn't work.
As a workaround I had to do:

client.client_driver.connection.ssl_config.add_trust_ca("/usr/lib/ssl/certs/ca-certificates.crt")

which solved the issue but please consider either moving to native ruby Net::Http or add the support for ca_file

radilr1 avatar Sep 04 '20 12:09 radilr1