• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

port 443 not responding / nginx failed on startup

Emanuel Ulses

New Pleskian
hi,

I have made a fresh plesk 12 install on a cent os 7. all is working fine except the SSL 443 port. on startup the following error message is thrown:

Code:
nginx.service - Startup script for nginx service
   Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled)
   Active: failed (Result: exit-code) since Tue 2015-06-30 17:55:37 CEST; 6min ago
  Process: 800 ExecStartPre=/usr/sbin/nginx -q -t (code=exited, status=1/FAILURE)
  Process: 797 ExecStartPre=/usr/bin/test $NGINX_ENABLED = yes (code=exited, status=0/SUCCESS)
  Process: 788 ExecStartPre=/bin/echo Starting nginx service (code=exited, status=0/SUCCESS)

systemd[1]: Starting Startup script for nginx service...
echo[788]: Starting nginx service
nginx[800]: nginx: [emerg] bind() to 111.11.11.11:443 failed (99: Cannot assign requested address)
nginx[800]: nginx: configuration file /etc/nginx/nginx.conf test failed
systemd[1]: nginx.service: control process exited, code=exited status=1
systemd[1]: Failed to start Startup script for nginx service.
systemd[1]: Unit nginx.service entered failed state.
systemd[1]: Stopped Startup script for nginx service.

could anyone help? port 443 is not responding ...
 
hi,

I checked your article and run the commands - anyway on startup the nginx fails - if I login into the server and run systemctl status nginx the error in my post is shown - if I restart nginx by hand all is fine? but after reboot the nginx fails and the whole apache is not responding on 80 an 443? how could this be solved?
 
Back
Top