Fix ssl_verify_hostname documentation to match code The documentation incorrectly stated default="2" for ssl_verify_hostname, but the code defaults to 1 and only accepts values 0 or 1.
Recent Commits to s3fs-fuse:master
-
Fix ssl_verify_hostname documentation to match code
-
Add security warnings for disabled SSL verification
Add security warnings for disabled SSL verification Users disabling SSL certificate or hostname verification via no_check_certificate or ssl_verify_hostname=0 were not adequately warned about the security implications. This helps prevent accidental deployment of insecure configurations to production environments.