View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004916 | unreal | ircd | public | 2017-03-28 21:32 | 2018-07-14 16:53 |
Reporter | pralinka | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Summary | 0004916: Jumpserver command STILL doesn't redirect SSL users to the port set as SSL | ||||
Description | After 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.. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
It works fine for me. What mIRC version do you use? Maybe it's related. |
|
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. |
|
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. |