Exporting Client Cert to Backend with Zuul

大兔子大兔子 提交于 2019-12-10 11:36:37

问题


It is possible to export/forward the client certificate to the backend services using Zuul as a proxy/load balancer? I finally have a working example of zuul with spring-cloud using https and forwarding requests to a secure service on the backend using https as well. Now I need to forward the client's certificate information in addition to using https. You can do this with Apache and Tomcat using the SSLOptions +StdEnvVars/+ExportCertData, which adds the information to the headers, but I don't see how to do this with Zuul. Does anyone know how you can do this?

来源:https://stackoverflow.com/questions/31186455/exporting-client-cert-to-backend-with-zuul

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!