LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   SSL + htaccess (https://www.linuxquestions.org/questions/linux-security-4/ssl-htaccess-278871/)

belorion 01-17-2005 11:09 AM

SSL + htaccess
 
I have some password protected directories using htaccess/htpassword. I know under normal circumstances, the user/passwd is sent plain text.

If I am using SSL, is this still the case? Or is evertying, including the user/passwd sent encrypted? Thanks.

r0b0 01-18-2005 05:03 AM

When you use https, everything in the http connection is sent encrypted. That includes the request, which includes the username/password pair.


All times are GMT -5. The time now is 02:53 PM.