List all the processes by ports with their PIDs
The result should look like this:
The 2nd column is the PID of the process on the port in the last column
Now kill the process in that port by using sudo kill -9 <PID>
68336
is the PID of the process running on port 443
Check again
The process on port 443
is already stopped!
Cheers