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

SSL not working? #123

Closed
mockdot opened this issue Jun 2, 2017 · 2 comments
Closed

SSL not working? #123

mockdot opened this issue Jun 2, 2017 · 2 comments
Assignees

Comments

@mockdot
Copy link

mockdot commented Jun 2, 2017

Actual behavior

I am not able to access wiki.js via https:// even though Nginx has the proper configuration for the subdomain and is working properly without SSL. The certificate I have running right now is self-signed and the installation was configured with the URL https:// from the beginning.

Expected behavior

I should be able to access via SSL? Are there any extra steps to take?

Steps to reproduce the behavior

Install with https:// in URL
Start in port 8080
Try accessing https://
No response

@NGPixel NGPixel self-assigned this Jun 2, 2017
@NGPixel
Copy link
Member

NGPixel commented Jun 2, 2017

If you can access your wiki without http but unable to do so once you switch to HTTPS, then your nginx configuration is wrong.

Wiki.js should be set to a non-standard port (e.g. 3001). nginx should reverse proxy to that port.

See https://docs.requarks.io/wiki/admin-guide/setup-nginx for examples.

@milimetric
Copy link

In case someone else lands here with somewhat similar https problems, this section was useful: https://docs.requarks.io/wiki/install/troubleshooting#weird-display-no-styling-missing-css, basically if you go to https-only after the initial config, you have to update the host value in your config.yml to https://...

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

No branches or pull requests

3 participants