Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Development & Programming => Topic started by: creator on March 01, 2004, 06:08:20 PM

Title: Secure Sockets
Post by: creator on March 01, 2004, 06:08:20 PM
Hi guys...
I just started working with secure sockets with C++ using OpenSSL. The site does not have enough documentation. Neither am i finding any good ones. It would be great if any one can help me out with this.

And how to make Apache listen on port 443 (for https)
Or are there any other C   libraries which i can use to implement secure sockets.
 :?:
Thanks in advance.
Regards,
Vishnu
Title: Secure Sockets
Post by: bittukk on March 05, 2004, 04:06:58 AM
Hi,

For this you have to go to edit the file /etc/httpd/conf/httpd.conf in there you find the 443 and remove the "hash" mark and then restart the apache service by command "service httpd restart".This will enable the ssl port in your webserver.......Try this....