-
Notifications
You must be signed in to change notification settings - Fork 19
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 basic TLS support #120
Conversation
I haven't tested this yet, will do tomorrow |
First step to fix #5 |
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
=========================================
- Coverage 3.96% 3.90% -0.06%
=========================================
Files 8 8
Lines 1034 1049 +15
=========================================
Hits 41 41
- Misses 993 1008 +15
Continue to review full report at Codecov.
|
d90d589
to
299611e
Compare
Testing
certificate generation
serverNeed to listen explicitly on a reachable address (I did this test over the internet, so I used 0.0.0.0)
irssi
then received TLS handshake and greeted by irc-slack:
|
This is ready to review |
Using -key and -cert CLI optins. Signed-off-by: Andrea Barberio <[email protected]>
Updated README with TLS instructions |
This has been working consistently for me, I'll merge (but please let me know if it breaks anything for you) |
Using -key and -cert CLI optins.
Signed-off-by: Andrea Barberio [email protected]