Method: AsposeImagingCloud::Configuration#verify_ssl_host
- Defined in:
- lib/aspose-imaging-cloud/configuration.rb
#verify_ssl_host ⇒ true, false
    Note:
    
  
Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
TLS/SSL setting Set this to false to skip verifying SSL host name Default to true.
| 121 122 123 | # File 'lib/aspose-imaging-cloud/configuration.rb', line 121 def verify_ssl_host @verify_ssl_host end |