Spring Security with HTTPS on CloudFoundry

后端 未结 3 1221
暗喜
暗喜 2020-12-21 08:05

I tried to access my application on CloudFoundry with the following configuration in the spring security xml



        
3条回答
  •  独厮守ぢ
    2020-12-21 08:41

    I have the same issue when I tried to secure my pages with HTTPS using Spring Security.

    From the discussion on CloudFoundry Support, seems they "terminate SSL connections at the router". See "Is it possible to visit my application via SSL (HTTPS)?".

    And after more than a year, no further information I can find regarding this issue.

提交回复
热议问题