You need to run curl commands to verify that HTTPS is enabled for
HttpFS.
curl commands to check that HTTPS is
enabled. These commands fetch the file some_file.txt from the file
system under /user/mapr and attempt to open it securely over
HTTPS.
curl -k "https://localhost:14000/webhdfs/v1/user/mapr/some_file.txt?op=open&user.name=mapr" curl -u <user_name> -k
"https://localhost:14000/webhdfs/v1/user/mapr/some_file.txt?op=open"curl -k
--cert /opt/mapr/hue/hue-<version>/cert.pem
--key /opt/mapr/hue/hue-<version>/hue_private_keystore.pem
"https://localhost:14000/webhdfs/v1/user/mapr/some_file.txt?op=open&user.name=mapr"curl -u <user_name> -k
--cert /opt/mapr/hue/hue-<version>/cert.pem
--key /opt/mapr/hue/hue-<version>/hue_private_keystore.pem
"https://localhost:14000/webhdfs/v1/user/mapr/some_file.txt?op=open"