Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scalar SSL settings #55

Closed
pguerr061703 opened this issue Jan 30, 2017 · 1 comment
Closed

scalar SSL settings #55

pguerr061703 opened this issue Jan 30, 2017 · 1 comment
Assignees
Labels

Comments

@pguerr061703
Copy link

Hi.
I am hosting scalar on a Ubuntu virtual host to support some faculty members for the university I work for. What settings can I change to get scalar to support SSL (https://scalar.domainname>)
What config files (if any) do I need to look at modifying?

Our Netscalar (router) supports HTTP--> HTTPS redirect.
Will the scalar application config require any modifications ?

Thanks for any assistance.
Patrick

@craigdietrich
Copy link
Collaborator

Sorry for the late reply here.

Scalar supports https out of the box, and you need to do is route your requests to https (instead of http) and Scalar will adjust. (You can take a look at the top of system/application/config/config.php to see where this occurs.)

There's a template in the .htaccess file in Scalar's root folder for moving all http requests to https. It's not all that involved.

I should note that Scalar won't behave well under https if you're using 3rd party plugins regularly. Since many of them are made at universities and aren't too mindful of SSL, they don't run their plugins under https, so Scalar can't embed them if it's running under https and the plugin isn't. So, lots of problems could occur.

Keep us posted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants