I have deployed a grails application on Heroku at jetty runner.
I have purchase a SSL certificate from dnsSimple and successfully configured it considering when I hit the "https://mydomainname.com" I can see the certificate information.
Now I want to force all communication on https.
I have tried the following things but nothing worked so far:
grails - simple App to test spring-security-core secure-channel on Heroku
grails - spring-security-core secure-channel causing redirect loop (on Heroku)
and a lot of other post recommending to use a filter for https but no luck.
Can you help me?