Skip to content

verify-ssl only set for true value #41

@alkuzad

Description

@alkuzad
@ssl_certificate_validation = @verify_ssl if @verify_ssl

Has to be changed to something that checks for both true and false:

@ssl_certificate_validation = @verify_ssl if [TrueClass,FalseClass].include?(@verify_ssl.class)

ssl_certificate_validation seems to be ignored and not set properly (adding print to mixin-http-output shows that it does not change value of ssl verify)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions