; Automated List Manager [EMAIL PROTECTED]
>
>
--
View this message in context:
http://www.nabble.com/simple-command-line-client-tp18298414p18320712.html
Sent from the OpenSSL - Dev mailing list archive at Nabble.com.
_
to07 <[EMAIL PROTECTED]> wrote:
>
>>
>> Hi,
>>
>> I would like to know if any one knows of a simple command line client
>> that
>> can connect to a secure server using ssl, send a string of text, wait for
>> a
>> response and ret
as a separate binary)
Haven't tested this recently but I seem to recall that worked for me once.
Just make sure your command doesn't start with a capital 'Q'. ;-)
--
View this message in context:
http://www.nabble.com/simple-command-line-client-tp18298414p18320645.html
Sent from t
On Sun, Jul 6, 2008 at 5:04 AM, Lucito07 <[EMAIL PROTECTED]> wrote:
[..]
> can connect to a secure server using ssl, send a string of text, wait for a
> response and returns with that response. I know that with OpenSSL you can
> connect to the server using 'openssl s_client -connect
> remote.host:r
, 2008 at 23:04, Lucito07 <[EMAIL PROTECTED]> wrote:
Hi,
I would like to know if any one knows of a simple command line
client that
can connect to a secure server using ssl, send a string of text,
wait for a
response and returns with that response. I know that with OpenSSL
you can
conne
I made a some I/O routines of SSL to make it 'easier'
check this, maybe it can be useful for you.
http://b3ck.blogspot.com/2008/05/magic-ssl-and-change-of-basis-matrix.html
Eduardo Ruiz Duarte
On Jul 6, 2008, at 8:15 PM, Allan Clark wrote:
response and returns with that response. I know that w
Stunnel.
It armours a basic connection into SSL, but you'd still need to run "expect"
or "nc".
Allan
On Sat, Jul 5, 2008 at 23:04, Lucito07 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I would like to know if any one knows of a simple command line client
Hi,
I would like to know if any one knows of a simple command line client that
can connect to a secure server using ssl, send a string of text, wait for a
response and returns with that response. I know that with OpenSSL you can
connect to the server using 'openssl s_client -co