Skip to content

Instantly share code, notes, and snippets.

@chid
Created June 29, 2016 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chid/3fc0d6005b13cfc2eb63a583e764d02b to your computer and use it in GitHub Desktop.
Save chid/3fc0d6005b13cfc2eb63a583e764d02b to your computer and use it in GitHub Desktop.
Tableau Server Upgrade to HTTPS
Inside <VirtualHost...>
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L]
Comment out other RewriteCond based off forwarded protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment