German Pulido wrote:
Hi!
I am currently publishing some web services on a Centos 5.3 server on my office using the included apache httpd. They are available from the Internet, and they require validation (username/password). I would like to publish them all under https, so the passwords won't travel unencrypted,
You could use digest passwords instead of plaintext as well.
http://httpd.apache.org/docs/2.0/mod/mod_auth_digest.html
nate