How to properly run local dev server using ssl
I configured my local dev server to use https like so:
Im now able to access my app locally using:
https://app.local
However, on the server, why does this return http
?
Am I missing something?0 Replies