Try stunnel
Piero
-Mensagem original-
De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Em nome de hunter
Enviada em: Monday, September 11, 2006 9:53 PM
Para: openssl-users@openssl.org
Assunto: Re: Using the command line tool talk to a socket
On 9/11/06, Raymond DeGennaro II <[EM
On 9/11/06, Raymond DeGennaro II <[EMAIL PROTECTED]> wrote:
Can the command line tool be used to talk to a socket? I have to
interface via TCP/IP/SSL to a remote socket that just accepts a text
query and returns a response. I'd like to avoid writing a wrapper
application around the libs if I di
Raymond DeGennaro II <[EMAIL PROTECTED]> writes:
> Can the command line tool be used to talk to a socket?
See if:
openssl s_client -help
gives you the information you need.
---Scott.
__
OpenSSL Project
Can the command line tool be used to talk to a socket? I have to
interface via TCP/IP/SSL to a remote socket that just accepts a text
query and returns a response. I'd like to avoid writing a wrapper
application around the libs if I didn't have to.
Ray
___