Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how to configure Apache with SSL

  Asked By: Nisha    Date: Jan 30    Category: Java    Views: 707
  

I Apache(1.3 & 2), Jrun4. I need to configure Apache with SSL. I tried several times.. but I dont know the steps to follow.. what r the softwares i need to to configure for apache with ssl, and also pls guide me...

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Martha Gonzalez     Answered On: Jan 30

You need to have mod-ssl installed. You also need OpenSSL which is used by
mod-ssl.
Install OpenSSL first. More info is available at:

www.openssl.org

You have to generate some keys!
- You should make a CA if you do not already have one. (using CA.sh
-newca)
- Then make a certificate request using openssl
- and then sign the certificate

Then install mod-ssl

If you are using Debian:

apt-get install apache  libapache-mod-ssl

will install apache1.3 and mod-ssl.
If you already have apache installed then try:

apt-get install libapache-mod-ssl

For more info visit:

www.modssl.org

 
Didn't find what you were looking for? Find more on how to configure Apache with SSL Or get search suggestion and latest updates.




Tagged: