Spring Security with HTTPS on CloudFoundry -
i tried access application on cloudfoundry following configuration in spring security xml
<intercept-url pattern="/signup*" access="permitall" requires-channel="https" />
but gives me error this webpage has redirect loop
however when changed requires-channel="http"
can see page normally. in both cases used https
on application. expected behavior ?
i have same issue when tried secure pages https using spring security.
from discussion on cloudfoundry support, seems "terminate ssl connections @ router". see "is possible visit application via ssl (https)?".
and after more year, no further information can find regarding issue.