View Issue Details

IDProjectCategoryView StatusLast Update
0004916unrealircdpublic2018-07-14 16:53
Reporterpralinka Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Summary0004916: Jumpserver command STILL doesn't redirect SSL users to the port set as SSL
DescriptionAfter adding this commit: https://github.com/unrealircd/unrealircd/commit/b6f8ddd4568359e27cca86cf7d90466de9fa8c66
The fixed bug was.. it was redirecting everybody to a non-SSL port, so you typed: -> /jumpserver IP:6667/IP:6697 and everybody was being redirected to IP:6667, the second part was ignored.
Now the problem is that if you type that SSL is being redirected to IP 6697 but mIRC doesnt understand 6697 is a SSL port because it needs the '+'.. the module should tell mIRC to use '+'.

SSL -> SSL causes redirection to 6697 instead of +6697 and connection is aborted.
[11:27pm] XXX.XXX.XXX.XXX 6697 Please use this Server/Port instead
[11:27pm] Closing Link: User[Some.Users.Host.Here] (This is a reason.)
[11:27pm] * Disconnected
[11:27pm] * Connect retry #1 XXX.XXX.XXX.XXX (6697)
[11:27pm] * [10053] Software caused connection abort
[11:27pm] * Disconnected
[11:27pm] * Connect retry #2 XXX.XXX.XXX.XXX (6697)
[11:27pm] * [10053] Software caused connection abort
[11:27pm] * Disconnected
etc..
TagsNo tags attached.
3rd party modules

Activities

syzop

2017-03-30 20:07

administrator   ~0019722

It works fine for me. What mIRC version do you use? Maybe it's related.

pralinka

2017-03-31 20:09

reporter   ~0019728

I tested it using mIRC 7.22 and the newest one 7.47. I tested it once again today and the result is exactly the same, its not redirecting properly.

syzop

2018-07-14 16:53

administrator   ~0020208

I have my doubts if this will ever be fixed. There's no standard way to indicate SSL.
You could talk with Khaled and other client devs to build consensus for things like the asterisk prefix (I'm sorry I don't find it interesting enough to do so myself). Not sure if they will be interested though... there are quite some people who consider redirecting a flawed feature. Personally, I think it's quite nice, which is why I implemented jumpserver, but.. that's just me.

Issue History

Date Modified Username Field Change
2017-03-28 21:32 pralinka New Issue
2017-03-30 20:07 syzop Note Added: 0019722
2017-03-31 20:09 pralinka Note Added: 0019728
2018-07-14 16:53 syzop Note Added: 0020208
2018-07-14 16:53 syzop Assigned To => syzop
2018-07-14 16:53 syzop Status new => feedback