DEV Community

Discussion on: PM2 listening on port 443 shows EADDRINUSE: address already in use :::443

Collapse
 
ahmad1091 profile image
Ahmad Abdallah

Hello,
I have the same issue here, I notice that you already solve the issue.
could you please provide me with any hint to solve the problem.
thank you.

Collapse
 
dmahely profile image
Doaa Mahely • Edited

Hello Ahmad, I don't remember all the details now but this documentation page put me on the right track. I used an Apache virtual host file to redirect traffic from port 443 to port 4000.

I hope it helps.