Skip to content

Is there any way to ignore certificate check for ssl destinations? #162

@paul-nameless

Description

@paul-nameless

Here is a config file:

example.com:
  - { route: "^/(.*)", dest: "https://10.10.10.10:443/$1" }

And sometimes there is a case when destination is self signed certificate and I would like to have ability to ignore certificate check. I see some cases for dev or test purposes.
For now I have another service haproxy, which can ignore ssl check but it would be great to add such option to reproxy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions