AI correct in my understanding that
a) I can set something somehere so that all my services instead of being http://<ip>:<port> can be http://<server>.local<port> and
b) I can set an SSL for <server>.local so that I can use SSL across all services https://<server>.local:<port> without warnings everywhere?
I have installed npm and setup proxy hosts and ssl certs for the proxy domains but still get ssl warnings.
surely theres an easier way? Or isn't there...
Thank you, and happy new year

