April 19, 2024, 02:36:00 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Secure Sockets  (Read 6058 times)

Offline creator

  • Linux Noob !
  • *
  • Posts: 7
Secure Sockets
« 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

Offline bittukk

  • New Member
  • Posts: 1
Secure Sockets
« Reply #1 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....