if options[:client_key_file]
            begin
              ssl_options[:client_key] = OpenSSL::PKey::RSA.new(File.read(options[:client_key_file]))
            rescue StandardError => e
              raise e, "Unable to read client key: #{e}", e.backtrace