alexyoung / ircd.js

A Node ircd (IRC daemon)
GNU General Public License v3.0
528 stars 90 forks source link

SSL/TLS Not Supported #88

Open martindale opened 9 years ago

martindale commented 9 years ago

ircd.js should support TLS connections, perhaps even offering a configuration option that enforces them.

martijncasteel commented 5 years ago

Here you can see how to add the certs to the process. Adding "key": "...", "cert": "..." to your config. Then it should work, I have not tested this but it's in the code ;)