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

Failing to connect, please help #79

Closed
dmitriz opened this issue Jul 28, 2019 · 3 comments
Closed

Failing to connect, please help #79

dmitriz opened this issue Jul 28, 2019 · 3 comments

Comments

@dmitriz
Copy link

dmitriz commented Jul 28, 2019

Description
A clear and concise description of what the bug is.

I have been trying to follow all the instructions as exactly as I could but somehow still fail to connect.

I am using XChat Azure 1.16.1 (1.16.1) downloaded from
https://github.com/xchataqua/downloads

Steps to reproduce
Following https://github.com/adsr/irslackd#setup, Step 6, I enter in the XChat Azure CLI:

Enter /server add irslackd_workspace localhost/6697
Resp: Looking up add. Unknown host. Maybe you misspelled it?

Other tries, no success :

Enter /server
Resp: Usage: SERVER [-ssl] <host> [<port>] [<password>], connects to a server, the default port is 6667 for normal connections, and 9999 for ssl connections

Enter /server localhost 6697
Resp:

Looking up localhost
 * Connecting to localhost (::1) port 6697...
 * Connected. Now logging in...
 * Disconnected (Remote host closed socket).

Enter /server -ssl localhost 6697
Resp:

Looking up localhost
 * Connecting to localhost (127.0.0.1) port 6697...
 * Connection failed. Error: (336151568) error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure

Expected behavior
Connect or getting more helpful error messages

Log output
No output in the terminal console where irslackd is running.

Client setup

  • IRC client and version: XChat Azure 1.16.1 (1.16.1)
  • IRC bouncer and version (if any): No
  • OS: Mac OSX 10.8.5
@adsr
Copy link
Owner

adsr commented Jul 29, 2019

Thanks for the report @dmitriz. I don't have a Mac to test that client unfortunately. However I can offer a few tips.

  1. Is there any output from irslackd itself?

  2. It looks like there was a TLS error. You might try running irslackd with the -i flag to disable TLS and then using /server without -ssl.

  3. Going by your client's help output for /server, you might try /server localhost <port> <slack-token>.

@dmitriz
Copy link
Author

dmitriz commented Aug 11, 2019

It looks like there was a TLS error. You might try running irslackd with the -i flag to disable TLS and then using /server without -ssl.

I have enventually managed to connect with -i flag, thank you for the hint!

What I still cannot do is entering threads or private channels, appreciate any suggestion where to look for more info here.

@adsr
Copy link
Owner

adsr commented Jan 21, 2020

Hello @dmitriz Can you file a separate bug report if this is still not working for you? Thank you.

@adsr adsr closed this as completed Jan 21, 2020
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

No branches or pull requests

2 participants