Is there support for SSL/HTTPS and certificates on Iron Foundry?

北城余情 提交于 2019-12-24 16:22:42

问题


I've found a few articles about how to enable HTTPS on Cloud Foundry here. However these posts are quite old and the main problem is that I must decrypt HTTPS traffic before router (then re encrypt it) and before DEA with the help of nginx. That is not a very good solution because I need to explain why critical information travels unencrypted inside our system to the customer, and in general it seems unnecessary (maybe only to enable sticky session support, but currently I do not need this). The best solution will be to terminate HTTPS only on DEA itself, i.e. in IIS Hosted Web Core (which, I suppose, supports HTTPS). So, could you please tell me if it is possible (if it is, detailed description of how to do it is appreciated), or provide me another (newer) HTTPS solution which will be not so difficult to explain to the customer?

来源:https://stackoverflow.com/questions/17878793/is-there-support-for-ssl-https-and-certificates-on-iron-foundry

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