R
Russ
Hello. I am trying for the first time to use SSL. I sent to the web
server and set directory security to 'Require SSL' and 'Require
Certificates'. This seems to work, but I was a bit surprised that it
did not seem to slow down access, since I am moving quite a lot of
data at times. So I decided to look at the data using network monitor
on the server.
All looked ok, I could see the web server receive a request from the
client, and see the server send off a request for data to the back end
server (communications with the back end server are not encrypted as
they are on the LAN, and the back end server is behind a firewall). I
could see the data come back from the server, and see the text of the
data as expected. Then I could see the web server sending data
packets to the requesting client, and the data all appears to be
encrypted - nothing is readable.
But then I turned SSL off, and changed to accept but not require
certificates, and connected using a client which does not have a
certificate (using password authentication only). When I look at the
data being sent back to the client it still appears to be encrypted -
nothing in plain text.
So my question is, why don't I see plain text data being sent over the
Internet when I don't use SSL?
Thanks, Russ
server and set directory security to 'Require SSL' and 'Require
Certificates'. This seems to work, but I was a bit surprised that it
did not seem to slow down access, since I am moving quite a lot of
data at times. So I decided to look at the data using network monitor
on the server.
All looked ok, I could see the web server receive a request from the
client, and see the server send off a request for data to the back end
server (communications with the back end server are not encrypted as
they are on the LAN, and the back end server is behind a firewall). I
could see the data come back from the server, and see the text of the
data as expected. Then I could see the web server sending data
packets to the requesting client, and the data all appears to be
encrypted - nothing is readable.
But then I turned SSL off, and changed to accept but not require
certificates, and connected using a client which does not have a
certificate (using password authentication only). When I look at the
data being sent back to the client it still appears to be encrypted -
nothing in plain text.
So my question is, why don't I see plain text data being sent over the
Internet when I don't use SSL?
Thanks, Russ