How can i fix this listen tcp :443: bind: address already in use

[!!!] listen tcp :443: bind: address already in use
[16:44:02] [inf] obtaining and setting up 17 TLS certificates - please wait up to 60 seconds…
[16:44:06] [err] failed to set up TLS certificates: login..life: obtaining certificate: [login..life] Obtain: [login..life] solving challenge: login..life: [login.****.life] authorization failed: HTTP 400 urn:ietf:params:acme:error:tls - 82.29.184.141: remote error: tls: no application protocol (ca=https://acme-v02.api.letsencrypt.org/directory)
[16:44:06] [err] run ‘test-certs’ command to retry

port 443 is laready in use , check which process is using it and kill that process

lsof -i :443
kill pid