I am trying to make an http call via rest api from my ruby code, but the server will only accept TLSv1.1 or newer. The default seems to be TLSv1.0.
I've found this forum which seems to solve my problem,
Is it possible to enable TLS v1.2 in Ruby? If so, how?
but when I try to Implement, I get
Error: #<ArgumentError: unknown SSL method `TLSv1_2'.>
Any advice would be greatly appreciated! Thanks!