This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

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
Thanks given by:
#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
Thanks given by:
#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
Thanks given by: bangon2006 , Nigel
#4
RE: apt-get install mod_ssl ERROR
Thanks Smile
Reply
Thanks given by:
#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
Thanks given by:
#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
Thanks given by:
#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
Thanks given by:
#8
RE: apt-get install mod_ssl ERROR
Thank you
Reply
Thanks given by:
#9
RE: apt-get install mod_ssl ERROR
i also had same issue but thankfully its solved. wendy's lunch time surveyzop.com 
Reply
Thanks given by:
#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
Thanks given by:


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

Forum Jump:


Users browsing this thread: 1 Guest(s)