Forgive my limited experience, but I've never seen HTTP over SSH before.
Are you sure you didn't want SSL /TLS?
On 08/05/12 11:19, Burak Alkan wrote:
Hello all,
In my application I opened and forwarded a channel and then sent an http
request to other side of the
channel (squid).As an answer I read some data with ssh_channel_read(), my
question is when I read from ssh_channel_read(),
what kind of data is that?
Is it encrypted or just compressed? Do I need to decrypt data coming out of the
ssh_channel_read or
sister functions before using it?
Cheers