lib/grenache/http/http_server.rb in grenache-ruby-http-0.2.13 vs lib/grenache/http/http_server.rb in grenache-ruby-http-0.2.14
- old
+ new
@@ -13,11 +13,10 @@
private
def store
@store ||= OpenSSL::X509::Store.new.tap do |store|
- root = OpenSSL::X509::Certificate.new backend.ca_cert
- store.add_cert root
+ store.add_file backend.ca_cert
end
end
end
end