-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
error: Failed to setup HTTPS server parameters: #784
Comments
Fixed. Will be in the next beta. |
@NGPixel thanks for the new beta.68 and also cannot access the website . would you like share more details info ? Thanks |
BTW, the port always LISTEN ? if execute the "node server" . |
Actual behavior
2019-03-15T08:59:05.100Z [MASTER] info: =======================================
2019-03-15T08:59:05.102Z [MASTER] info: = Wiki.js 2.0.0-beta.42 ===============
2019-03-15T08:59:05.102Z [MASTER] info: =======================================
2019-03-15T08:59:05.990Z [MASTER] info: Loading GraphQL Schema...
2019-03-15T08:59:06.173Z [MASTER] info: GraphQL Schema: [ OK ]
2019-03-15T08:59:06.295Z [MASTER] info: HTTPS Server on port: [ 3030 ]
2019-03-15T08:59:06.295Z [MASTER] error: Failed to setup HTTPS server parameters:
2019-03-15T08:59:06.295Z [MASTER] error: fs is not defined
Expected behavior
use HTTPS to access website
Steps to reproduce the behavior
1.enable SSL config in config.yml as bellow:
ssl:
enabled: true
(reference this link https://stackoverflow.com/questions/991758/how-to-get-pem-file-from-key-and-crt-files to convert PEM from cert.key and cert.crt file )
saved it .
3.execute "node server" in the root folder.
what is mistake ?
The text was updated successfully, but these errors were encountered: