-
-
Notifications
You must be signed in to change notification settings - Fork 96
Is there any way to ignore certificate check for ssl destinations? #162
Copy link
Copy link
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed