Apache and SSL...

appleguru

Registered
I am not really good when it comes to command line stuff, so Unix is not my thing. I always seem to mess up when editing large text files like the apache's httpd.conf file. So basically, I need some help. I'm trying to set up a secure server using ModSSL, as per Apple's guide found here:

http://developer.apple.com/internet/macosx/modssl.html

Anyway, I can never seem to get it justright... I would appreciate some help, and possiblyu someone who could do it for me...

-Thanks...

Adam Urban:confused: :(
 
My friend yoshi and I sat over this for 5 hours yesterday, ourselves. Me, personally, 9 hours. Here's what we diid to get it to work:

Download OpenSSL 0.9.6c from http://www.openssl.org/source/openssl-0.9.6c.tar.gz

Then, in the terminal, type "tar xvzf openssl-0.9.6c.tar.gz"
I renamed the resulting folder "openssl" to make it easier to work with.
cd into openssl, and type "./config"
When that finishes, type "make"
And then, "sudo make install"
This should create a foler called "ssl" in /usr/local

Hope that helps. The OpenSSL Apple put in there is broken.
 
Thanks for the help. The ModSSL that apple installs seems to be fine. I just have trouble cofiguring Apache to work with it. Like I said, I don't really know what I am doing...:confused:

www.gobrush.com
 
Back
Top