-
Is it possible to add it like this? An example is provided below. {
"ReverseProxy": {
"Routes": [
{
"RouteId": "exampleRoute",
"Match": {
"Path": "/",
"Host": ["localhost"],
"Port": 443
},
"RouteClusters": {
"exampleCluster": {
"Destinations": {
"exampleDestination": {
"Address": "http://localhost:80",
"Http": {
"Scheme": "http"
}
}
}
}
},
"Transport": {
"DownstreamTls": {
"CertificateFile": "path/to/your-certificate.pem",
"KeyFile": "path/to/your-private-key.pem"
}
}
}
]
}
} |
Beta Was this translation helpful? Give feedback.
Answered by
Tratcher
Jan 16, 2024
Replies: 1 comment
-
Client certs aren't available in config, try this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
karelz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Client certs aren't available in config, try this:
https://microsoft.github.io/reverse-proxy/articles/http-client-config.html#configuring-the-http-client