Re: openssl from tcl



On Apr 1, 6:50 pm, vit...@xxxxxxxxx wrote:
On Apr 1, 9:36 am, USCode <d...@xxxxxxxxx> wrote:





vit...@xxxxxxxxx wrote:
Eric,
I was able to make it work, it was just a matter of sending the
correct sequence of http headers back to the browser.
I used Firefox. There was some extra SSL data that has to be read back
(to clear the buffer) after the browser received and displayed the
response, I didn't dwell much on it, just used "gets $fp" until all
data was absorbed.
It was a good educational experience. I realized that I can't really
use it for anything more than one connection at a time. I can't open a
socket for each incoming connection, so basically it seems pretty
useless for anything serious.

---Victor

Just so I'm clear:  You've found you can't use the TLS extension to open
more than 1 SSL socket for each incoming connection at a time?!?!  That
doesn't seem right!  Can anyone corroborate?

We are not talking about TLS. We are talking about calling the openssl
command from TCL.- Hide quoted text -

If you're always spawning a child binding to the same port, then I'd
say the error is rather between keyboard and chair ;-)

-Alex
.