KZARCA

Results 2 comments of KZARCA

Hi! I have a similar problem: here is my config with `http-proxy-middleware` ```javascript apiProxy = proxy('/',{ target:'http://127.0.0.1:3000', ws:true, ssl: { key: fs.readFileSync('privkey.pem'), cert: fs.readFileSync('fullchain.pem') } }); app.use(apiProxy); app.listen(443); ``` and...

Hi, can you please repost this issue in the new heemod repository (aphp/heemod)? Best