apt-get install mod_ssl ERROR
#1
apt-get install mod_ssl ERROR
Trying to use the Lets Encrypt guide and getting this error

root@cpanel:~# apt-get install mod_ssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mod_ssl

Why get this error pls ? Huh
Reply
#2
RE: apt-get install mod_ssl ERROR
found this >
will this mess up anything and will it work
When you installed apache2, mod_ssl should be available at /usr/lib/apache2/modules/mod_ssl.so.
Simply run a2enmod ssl and then service apache2 restart to enable it.
Reply
#3
RE: apt-get install mod_ssl ERROR
Yes that will activate it.

Code:
Simply run a2enmod ssl and then service apache2 restart to enable it.
-TGates - Project Council

SEARCH the Forums or read the DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
#4
RE: apt-get install mod_ssl ERROR
Thanks Smile
Reply
#5
RE: apt-get install mod_ssl ERROR
I tried to do the tutorial but it said: http://docs.sentora.org/?node=103
root@panel:~#  service apache2 stop
* Stopping web server apache2                                                   *
root@panel:~# ./letsencrypt-auto certonly --standalone -d example.com -d www.example.com
-bash: ./letsencrypt-auto: No such file or directory
root@panel:~# -bash: ./letsencrypt-auto: No such file or directory
-bash:: command not found
root@panel:~# service apache2 start
* Starting web server apache2                                                   *
root@panel:~# apt-get install mod_ssl -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mod_ssl
root@panel:~# E: Unable to locate package mod_ssl
E:: command not found
root@panel:~#
Reply
#6
RE: apt-get install mod_ssl ERROR
You cant' run:


Code:
./letsencrypt-auto certonly --standalone -d example.com -d http://www.example.com

Before:


Code:
apt-get install git git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt

Also don't forget to make letsencrypt-auto executable.

Code:
chmod +x letsencrypt-auto
Reply
#7
RE: apt-get install mod_ssl ERROR
(01-17-2018, 12:33 AM)TGates Wrote: Yes that will activate it.

Code:
Simply run a2enmod ssl and then service apache2 restart to enable it.

Thanks!
Reply
#8
RE: apt-get install mod_ssl ERROR
Thank you
Reply
#9
RE: apt-get install mod_ssl ERROR
i also had same issue but thankfully its solved. wendy's lunch time surveyzop.com 
Reply
#10
RE: apt-get install mod_ssl ERROR
(12-25-2019, 01:10 AM)FernandoGarcia Wrote: You cant' run:


Code:
./letsencrypt-auto certonly --standalone -d example.com -d http://www.example.com

Before:


Code:
apt-get install git git clone https://github.com/letsencrypt/letsencrypt cd letsencrypt

Also don't forget to make letsencrypt-auto executable.

Code:
chmod +x letsencrypt-auto
It doesn't work anymore using ubuntu 20.04
root@panel:~/letsencrypt/letsencrypt-auto-source# ./letsencrypt-auto --help Skipping bootstrap because certbot-auto is deprecated on this system.
Your system is not supported by certbot-auto anymore.
Certbot cannot be installed.
Please visit https://certbot.eff.org/ to check for other alternatives.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Repo update error hostingms 3 8 ,707 02-14-2024, 09:20 AM
Last Post: TGates
Sentora debug and error files johnnyp 0 2 ,309 10-27-2022, 06:16 PM
Last Post: johnnyp
import data error nguoiveday 1 5 ,167 10-24-2021, 07:23 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)