I added https.port to my application.conf to get HTTPS support. The problem is that one of my routes must be accessible via HTTP, because the client does not support HTTPS. Is it possible to do this without having to disable HTTPS for the entire site.
Thanks.
Edit:
My route file is pretty standard and has not changed since I switched to HTTPS. The problem is when I want to connect to the HTTP port, the connection time does not work.
hsuh source share