-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
TLS not working #145
Comments
I tried using this docker compose (obviously changed to my volume and username) but could not get search to work still. |
I believe default is true, so don't think you need to specify --tls=true to make it work, maybe thats why? My compose works (but haven't confirmed its actually using TLS)
|
Default compose doesn't work for me, that's why I have to run with |
make sure you enable HSTS in your reverse proxy settings if you are using one! |
Thanks, |
Could this be cause irc.highway.net changed their ports? From their homepage:
|
Yes, indeed. 6697 or 9999 works! |
Gotta reopen it again. The command Correction: It works about 2 out of 15 times only. |
I got this docker-compose running:
Notice
command: --name dontwannagive --persist --tls=false -s irc.irchighway.net:6660
-->--tls=false
, if I turn it to true, then it can't connect to the IRC. Kinda want to use encryption...The text was updated successfully, but these errors were encountered: