View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004907 | unreal | ircd | public | 2017-03-25 02:43 | 2017-03-28 21:16 |
Reporter | NoMiaus | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.0.12 | ||||
Summary | 0004907: Jumpserver command doesn't redirect SSL users to the port set as SSL | ||||
Description | This has been tested with mIRC, which should work according to the documentation. SSL users aren't redirected to the choosen SSL port. Users are redirected by the way a regular port does: the IRC client tries 'IP (6697)' instead of 'IP (+6697)'. A symbol + is needed to work correctly. Trying to set the command with the '+' results the same because the symbol is ignored by the module. | ||||
Steps To Reproduce | Command: /JUMPSERVER IP:6667/IP:6697 ALL Reason Result: * Connecting to IP (6697) * Unable to connect to server (Connection refused) | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Ah, it had old 3.2.x related stuff that wasn't converted properly for use with UnrealIRCd 4.x. Thanks for the report :) https://github.com/unrealircd/unrealircd/commit/b6f8ddd4568359e27cca86cf7d90466de9fa8c66 [unreal40 b6f8ddd] Fix Jumpserver not working for SSL users due to old #ifdef USE_SSL. Reported by NoMiaus (0004907). |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-03-25 02:43 | NoMiaus | New Issue | |
2017-03-26 15:39 | syzop | Assigned To | => syzop |
2017-03-26 15:39 | syzop | Status | new => resolved |
2017-03-26 15:39 | syzop | Resolution | open => fixed |
2017-03-26 15:39 | syzop | Fixed in Version | => 4.0.12 |
2017-03-26 15:39 | syzop | Note Added: 0019713 |