|
Home > Archive > Unix Programming > October 2006 > ssl with C++ client and perl http server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ssl with C++ client and perl http server
|
|
| Oobi Van Doobi 2006-09-29, 7:28 am |
| have some questions about ssl.
would like to have security built into my application. and plan to use ssl.
the client is C++, and the server is scripts in perl, XML over http.
i'd like toknow a little about how I should implement this in the app.
shed some light.
obrigado
| |
| Adrian Thompson 2006-10-17, 7:37 pm |
| Oobi Van Doobi wrote:
> have some questions about ssl.
> would like to have security built into my application. and plan to use ssl.
> the client is C++, and the server is scripts in perl, XML over http.
> i'd like toknow a little about how I should implement this in the app.
> shed some light.
> obrigado
Hi,
Mozilla NSS might be a good choice for the client, and OpenSSL libraries
may meet your SSL needs for your PERL HTTP server end.
If you are using Apache as your HTTP server, it comes with SSL and you
just need to turn it on. It uses OpenSSL as its library.
http://www.mozilla.org/projects/sec...s/overview.html
Hope that helps.
--
-=//-\drian Thompson=-
|
|
|
|
|