For local development on Windows, I'm serving an HTTPS back-end with client certificate authentication on Apache Tomcat at https://localhost:8443/api, and an HTTP front-end at http://localhost:3000/ on Node (Koa).
How can I connect these two for local development?
I've tried using koa-proxy and http-proxy to proxy the HTTPS API and request client certificates, but this hasn't worked. Now I'm considering if there's a way to proxy the HTTPS front-end to https://localhost:8443/.