Skip to content

Support Self-Signed Certs with http ExecutorΒ #452

Open
@mnmercer

Description

@mnmercer

Currently there isn't a way to use the http executor if you need to make a request to a site with a self-signed cert. I can accomplish something similar by using curl and the -k flag like so:

- name: insecure http request
  command: sh
  script: |
    curl -k -s https://example.com/api/colors
  output: RESULT

But it would be great to use the http executor instead of this.

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