From: Luke <sl...@li...> - 2006-09-18 03:20:30
|
On Sun, 17 Sep 2006, Hugh Esco wrote: > Trevor Hennion's strategy (which would require of me, only the addition of > the "AuthType Basic" piece) is so far looking like my best step forward. > > I'm concerned by something I read once though which suggested that this > form of authentication happens before the encrypted connection is made and > outside of that tunnel, making it vulnerable to sniffing. > > Can anyone say definitively whether that is the case? I can say definitively that it is not the case--that is: the authentication via HTTP auth basic, does indeed travel over the SSL connection. Luke |