sudo a2enmod ssl - error message
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
Does this mean a2enmod is failing to install? Anyone know of a fix?
Thanks
apache2 ssl
add a comment |Â
up vote
0
down vote
favorite
Does this mean a2enmod is failing to install? Anyone know of a fix?
Thanks
apache2 ssl
Have you configured and installed a valid SSL certificate on the system such that Apache can access and use it? Have you configured Apache to use that certificate? Does Apache have permission to read the certificate files? Enabling SSL on Apache is more complicated than just enabling the module.
â Ketzak
Feb 1 at 1:23
Also, check the apache log files in/var/log/apache2/
particularlyerror.log
â Ketzak
Feb 1 at 1:30
This and the following question seem to be duplicates. They're by the same user, about the same problem, within a few hours of each other: askubuntu.com/questions/1001892/â¦
â Ketzak
Feb 1 at 1:50
3
Possible duplicate of curl http://localhost, curl -l 127.0.01 not working for apache server creation
â muru
Feb 1 at 2:27
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Does this mean a2enmod is failing to install? Anyone know of a fix?
Thanks
apache2 ssl
Does this mean a2enmod is failing to install? Anyone know of a fix?
Thanks
apache2 ssl
apache2 ssl
edited Feb 1 at 0:45
Florian Diesch
63.1k16157176
63.1k16157176
asked Feb 1 at 0:42
JGW1977
12
12
Have you configured and installed a valid SSL certificate on the system such that Apache can access and use it? Have you configured Apache to use that certificate? Does Apache have permission to read the certificate files? Enabling SSL on Apache is more complicated than just enabling the module.
â Ketzak
Feb 1 at 1:23
Also, check the apache log files in/var/log/apache2/
particularlyerror.log
â Ketzak
Feb 1 at 1:30
This and the following question seem to be duplicates. They're by the same user, about the same problem, within a few hours of each other: askubuntu.com/questions/1001892/â¦
â Ketzak
Feb 1 at 1:50
3
Possible duplicate of curl http://localhost, curl -l 127.0.01 not working for apache server creation
â muru
Feb 1 at 2:27
add a comment |Â
Have you configured and installed a valid SSL certificate on the system such that Apache can access and use it? Have you configured Apache to use that certificate? Does Apache have permission to read the certificate files? Enabling SSL on Apache is more complicated than just enabling the module.
â Ketzak
Feb 1 at 1:23
Also, check the apache log files in/var/log/apache2/
particularlyerror.log
â Ketzak
Feb 1 at 1:30
This and the following question seem to be duplicates. They're by the same user, about the same problem, within a few hours of each other: askubuntu.com/questions/1001892/â¦
â Ketzak
Feb 1 at 1:50
3
Possible duplicate of curl http://localhost, curl -l 127.0.01 not working for apache server creation
â muru
Feb 1 at 2:27
Have you configured and installed a valid SSL certificate on the system such that Apache can access and use it? Have you configured Apache to use that certificate? Does Apache have permission to read the certificate files? Enabling SSL on Apache is more complicated than just enabling the module.
â Ketzak
Feb 1 at 1:23
Have you configured and installed a valid SSL certificate on the system such that Apache can access and use it? Have you configured Apache to use that certificate? Does Apache have permission to read the certificate files? Enabling SSL on Apache is more complicated than just enabling the module.
â Ketzak
Feb 1 at 1:23
Also, check the apache log files in
/var/log/apache2/
particularly error.log
â Ketzak
Feb 1 at 1:30
Also, check the apache log files in
/var/log/apache2/
particularly error.log
â Ketzak
Feb 1 at 1:30
This and the following question seem to be duplicates. They're by the same user, about the same problem, within a few hours of each other: askubuntu.com/questions/1001892/â¦
â Ketzak
Feb 1 at 1:50
This and the following question seem to be duplicates. They're by the same user, about the same problem, within a few hours of each other: askubuntu.com/questions/1001892/â¦
â Ketzak
Feb 1 at 1:50
3
3
Possible duplicate of curl http://localhost, curl -l 127.0.01 not working for apache server creation
â muru
Feb 1 at 2:27
Possible duplicate of curl http://localhost, curl -l 127.0.01 not working for apache server creation
â muru
Feb 1 at 2:27
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Based on your output, it would appear that you don't have SSL configured correctly. Configuring SSL is a fairly lengthy process, and the best way to answer that is to provide a good tutorial:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps
Also, the actual Apache2 docs could be useful to you:
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Based on your output, it would appear that you don't have SSL configured correctly. Configuring SSL is a fairly lengthy process, and the best way to answer that is to provide a good tutorial:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps
Also, the actual Apache2 docs could be useful to you:
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
add a comment |Â
up vote
0
down vote
Based on your output, it would appear that you don't have SSL configured correctly. Configuring SSL is a fairly lengthy process, and the best way to answer that is to provide a good tutorial:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps
Also, the actual Apache2 docs could be useful to you:
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Based on your output, it would appear that you don't have SSL configured correctly. Configuring SSL is a fairly lengthy process, and the best way to answer that is to provide a good tutorial:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps
Also, the actual Apache2 docs could be useful to you:
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
Based on your output, it would appear that you don't have SSL configured correctly. Configuring SSL is a fairly lengthy process, and the best way to answer that is to provide a good tutorial:
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps
Also, the actual Apache2 docs could be useful to you:
https://httpd.apache.org/docs/2.4/ssl/ssl_howto.html
answered Feb 1 at 1:34
Ketzak
1238
1238
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1001906%2fsudo-a2enmod-ssl-error-message%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Have you configured and installed a valid SSL certificate on the system such that Apache can access and use it? Have you configured Apache to use that certificate? Does Apache have permission to read the certificate files? Enabling SSL on Apache is more complicated than just enabling the module.
â Ketzak
Feb 1 at 1:23
Also, check the apache log files in
/var/log/apache2/
particularlyerror.log
â Ketzak
Feb 1 at 1:30
This and the following question seem to be duplicates. They're by the same user, about the same problem, within a few hours of each other: askubuntu.com/questions/1001892/â¦
â Ketzak
Feb 1 at 1:50
3
Possible duplicate of curl http://localhost, curl -l 127.0.01 not working for apache server creation
â muru
Feb 1 at 2:27