Using SSL in Apache2


 
Thread Tools Search this Thread
Special Forums IP Networking Using SSL in Apache2
# 1  
Old 11-28-2010
Using SSL in Apache2

I am running apache2 in my local network and I am learning about the ssl.
I found this document.
It tell me to run the following command (down) in order to generate SSL certificate:
Code:
apache2-ssl-certificate

However when I run the command I get the message that there is no such command.
I have installed apache2, but maybe I need to install other package.
My operating system is ubuntu.

Moderator's Comments:
Mod Comment use code tags, please!

Last edited by DukeNuke2; 11-28-2010 at 09:13 AM..
# 2  
Old 11-28-2010
looks like a bug... but a rather old one. which version of ubuntu do you use?
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 11-28-2010
Quote:
Originally Posted by DukeNuke2
looks like a bug... but a rather old one. which version of ubuntu do you use?
10.4
# 4  
Old 11-28-2010
just work through the link above and maybe check your path... i don't know if the problem is fixed with 10.4?!
# 5  
Old 11-28-2010
Quote:
Originally Posted by programAngel
However when I run the command I get the message that there is no such command.
When you get an error such as this, why not search the filesystem for the command / utility you are attempting to use, see what directory it is in, and check your PATH environmental variable.

You can also run the command / utility with the full path; but that might not solve other issues related to your PATH environmental variable.
# 6  
Old 11-29-2010
Quote:
Originally Posted by Neo
When you get an error such as this, why not search the filesystem for the command / utility you are attempting to use, see what directory it is in, and check your PATH environmental variable.

You can also run the command / utility with the full path; but that might not solve other issues related to your PATH environmental variable.
I used the find command to do the search, and set it to search from the root directory.
It didn't find it.
# 7  
Old 11-29-2010
have you worked through the bug report above? one of the later posts is this:

https://bugs.launchpad.net/ubuntu/+s...75/comments/60
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Linux

Apache wildcard ssl on subdomain serves same page for non ssl virtualhosts

Issue observed: I have configured ng.my-site.com using widlcard ssl cert. When I hit https://www.my-site.com it loads ng.my-site.com website! please advise if I missed any concept / configs... Thank you! httpd.conf <VirtualHost *:80> ServerName www.my-site.com ServerAdmin... (0 Replies)
Discussion started by: ashokvpp
0 Replies

2. Red Hat

SSL over https

Hi guys, I'm trying to generate a key using the genkey command in centos 6.4 and RHEL6.4, Every thing seems to go cool but I get this error message bad certificate request error -8016 and no key/cert is generated. I don't want use the many openssl(s) commands instead since genkey is a shourtcut... (3 Replies)
Discussion started by: leo_ultra_leo
3 Replies

3. UNIX and Linux Applications

Haproxy SSL

I have a single SSL eg. www.abc.com. Im trying to get haproxy to accept any request eg. xyz.com or ijk.com to redirect to https://www.abc.com. Is this possible? #--------------------------------------------------------------------- # main frontend for XXX which proxys to the backends... (0 Replies)
Discussion started by: timmywong
0 Replies

4. Ubuntu

can't enable ssl in apache2 "Apache2 + openssl"

I have running apache2 and I want to enable ssl in my server for that I compile openssl without errorshttp://ubuntuforums.org/images/smilies/icon_lol.gif But when i start Apache it gives following error,,,,,,,http://ubuntuforums.org/images/smilies/confused.gif Code: ... (1 Reply)
Discussion started by: charith
1 Replies

5. Web Development

Apache, cgi script run twice when ssl, once when not ssl

I have interesting problem. https:/host/some/x.cgi - this script has run twice when I call this url But http:/host/some/x.cgi work fine, only once. Output is text/plain. If I change output format to the Content-type text/html, then both urls works fine - executed only once. (2 Replies)
Discussion started by: kshji
2 Replies

6. UNIX for Dummies Questions & Answers

to enable POP3(ssl) and SMTP(ssl) in Squid

i have configured Squid proxy server in Fedora 8 with two network interfaces. HTTP, HTTPS, FTP are working fine but we are unable to download mails using mail clients from mail server with POP3(ssl) and SMTP(ssl). so please someone help us how to enable pop and smtp in Squid. (1 Reply)
Discussion started by: praneel2k
1 Replies

7. UNIX for Advanced & Expert Users

Ssl

What is the key diffirence between rsa and dsa. what is the maximum bit size to create the rsa as well as dsa key file. what is advantage of each over each-other? Thanks ______ Satya (2 Replies)
Discussion started by: satya009
2 Replies

8. UNIX for Advanced & Expert Users

implicit ssl vs explicit ssl

Can someone explain the difference between the two. Thanks (1 Reply)
Discussion started by: jerardfjay
1 Replies
Login or Register to Ask a Question