Method: PureCloud::Configuration#verify_ssl
- Defined in:
- lib/purecloud/configuration.rb
#verify_ssl ⇒ true, false
Note:
Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
TLS/SSL Set this to false to skip verifying SSL certificate when calling API from https server. Default to true.
74 75 76 |
# File 'lib/purecloud/configuration.rb', line 74 def verify_ssl @verify_ssl end |