Posts tagged layer
Q&A: Are SSL (secured socket layer) transactions on the net that SECURE?
Aug 10th
Question by vivi: Are SSL (secured socket layer) transactions on the net that SECURE? A large amout of online transactions claim to be digitally secured, but what are the chances that security is faked?
Best answer:
Answer by The AnswermanYour web browser will show you when your transmissions are sent securely.
Give your answer to this question below!
How to provide ssl ( secure socket layer) for apache web server.?
Jul 14th
Question by jai j: How to provide ssl ( secure socket layer) for apache web server.? if anybody knows, please explain me.
Best answer:
Answer by pender2112If you don’t care about a Verisigned certificate (ie it is for personal use or testing) get OpenSSL for Unix/Linux/OSX or stunnel for windows.
Then configure the SSL server to locally loopback incoming traffic on port 443 (default https port) to port 80 or whatever the apache server is listening on. In stunnel, this is easily done in the config file – install stunnel as a system service too.
Stunnel / OpenSSL is for personal use only as the More >
