• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Plesk is using Port 443 but Traefik-Container needs it

getdedget

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.52
I am new to using Plesk and I am already facing a problem that must be because of Plesk, since I never had this problem without Plesk.

I just tried to install and start Traefik container via Docker, but it shows the following error message:

Error response from daemon: driver failed programming external connectivity on endpoint traefik (“number+words”): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use

lsof -i :443

this shows me the following processes using the port.

COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nginx 401 root 6u IPv4 4859056730 0t0 TCP server.mydomain.xx:https (LISTEN)
nginx 403 nginx 6u IPv4 4175398569 0t0 TCP server.mydomain.xx:https (LISTEN)
Apparently nginx from Plesk is preventing access to port 443 from Traefik.
How to fix it?

I was thinking about disabling/uninstalling nginx in Plesk. But then it says things like other processes may depend on it and cause more problems etc etc.

Maybe reinstall the server directly without Plesk? I am not a heavy-user of Plesk, but I just had it set up to get to know it. Would have gladly left Plesk on if it didn't get in the way with other services. Server is used only for Docker/containers.
 
I am not sure what to say, because port 443 is the SSL standard port on the Internet. All SSL/TLS (https://) connections run on it. For that reason Plesk configures web servers to respond on that port. If you had a stand-alone installation with no other domains that needed that port and did not configure your web server(s) to respond on the port, then your container can grab and occupy it. It is not possible that two different services listen on the same port.

If you uninstall Nginx, Apache will take over and naturally occupy port 443, because that is its job.
 
Back
Top