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

Added SSL support #545

Merged
merged 3 commits into from
Jul 21, 2024
Merged

Added SSL support #545

merged 3 commits into from
Jul 21, 2024

Conversation

stack-fault
Copy link
Contributor

Added SSL support between multiplexer and server
Updated templates with new configuration options

Copy link
Owner

@NuSkooler NuSkooler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks @stack-fault !

serverHostname : 'mrc.bottomlessabyss.net'
serverPort : 5000
serverSslPort : 5001
useSsl : false
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason not to use TLS by default?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually leave it disabled because in some case it requires an optional library not always installed.
If that is not the case here, please set it as default to true for sure.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, updated. Should be fine since Node has TLS and that's all that's really happening in this case

Enable SSL/TLS by default as this is available with node
@NuSkooler
Copy link
Owner

Thanks again @stack-fault !

@NuSkooler NuSkooler merged commit 9c0bc88 into NuSkooler:master Jul 21, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants