Daniel Almaguer
Daniel Almaguer
Thanks for doing this @mbrowne 🙇 Just tested this against [@bigcommerce/big-design](https://github.com/bigcommerce/big-design/) and seems to be working as expected.
I just started having the same issue. Also running AKS.
Had the same issue and `2.4.1-preview.1` fixes it. 💯
Thanks for the quick reply @eps1lon! I understand the new behavior now but I'm curious in how I could test a couple of things with the new behavior. I pushed...
Thanks again for the reply. The repo I linked in my previous comments is an isolation of the issue. Couldn't come up with something smaller to reproduce it.
Thanks for taking a look @eps1lon, closing as it is not actionable on this repo.
For anyone else who bumps at this, SSL works out of the box, just provide a key/cert. Something like: ``` javascript livereload.listen({ key: fs.readFileSync(path.join(__dirname, 'livereload.key'), 'utf-8'), cert: fs.readFileSync(path.join(__dirname, 'livereload.crt'), 'utf-8')...
Also using this in prod, would love to help out!
@karlos1337 @guysenpai Can either of you guys create a repo reproducing this so we can take a look?