Class: SelectPdf::SecureProtocol

Inherits:
Object
  • Object
show all
Defined in:
lib/selectpdf.rb

Overview

Protocol used for secure (HTTPS) connections.

Constant Summary collapse

TLS_11_OR_NEWER =

TLS 1.1 or newer. Recommended value.

0
TLS10 =

TLS 1.0 only.

1
SSL3 =

SSL v3 only.

2