Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to generate ssl on IBM HTTP Server 1.3.6.1

Status
Not open for further replies.

yordangs

ISP
Sep 7, 2001
91
MX
hello to everyone im triying to make my webserver secure using ssl anyone knows who i can generate a certificate for this web server. anyone have a link or manual who can share with me ?

my version of web servers are

Server version: IBM_HTTP_Server/1.3.6.1 Apache/1.3.7-dev (Unix)

and my Os is Aix 4.3

thanks to all the people who help me in the past
 
U will find the source code in the following folder on ur AIX 4.3 machine:

/usr/HTTPServer/apachesrc/apache-1.3

Regds,

- Hemant
Networking and Systems Integration Group
Satyam Computer Services Ltd
 
Well, AIX 4.3 will not provide the ssl software with their inbuilt apache. U need to get it from the gnu consortiums.
U need follwing for ssl:

openssl engine software (source code)
Apache-SSL or mod-SSL software (source code)

U need to compile the above two and provide the apache source code directory in the ./configure command. After compiling openssl and modssl, the script anables apache with ssl functionalities. Then, make apache again to get the ssl enabled apache version.

Note: do not forget to generate the certificate!

Regds,

- Hemant
Networking and Systems Integration Group
Satyam Computer Services Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top