/opt/eff.org/certbot/venv/lib/python2.6/site-packages/cryptography/init.py:26: DeprecationWarning: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of cryptography will drop support for Python 2.6
DeprecationWarning
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
/opt/eff.org/certbot/venv/lib/python2.6/site-packages/acme/jose/jwa.py:110: DeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
signer = key.signer(self.padding, self.hash)
Performing the following challenges:
tls-sni-01 challenge for ABC.com
tls-sni-01 challenge for www.ABC.com
Cleaning up challenges
Problem binding to port 443: Could not bind to IPv4 or IPv6.
PLEASE HELP ON THIS MATTER I HAVE ROOT ACCESS OF MY MACHINE .lOOKING FORWARED GOOD RESPONSE. WEBSITE IS WORKING FROM cPANEL
Do you have webserver software already running?
You can check that with:
netstat -tln
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
Sorry, one parameter was missing:
netstat -tpln
The argument -p shows the program name which is listening.
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 13807/httpd
There is already some software (Apache most likely) listening on port 443. You cannot use the standalone authentication then.
so now what do ?? in oder to get out from this and renew my ssl certifcate
A short term fix: You can briefly stop Apache and run Certbot again in standalone mode to renew your certificate.
A better, long term fix: Switch to using the webroot method in Certbot: https://certbot.eff.org/docs/using.html#webroot. This will let Certbot renew your certificates without taking down Apache.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.