View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004402 | unreal | ircd | public | 2015-08-30 04:14 | 2015-08-30 09:46 |
Reporter | Eman | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Scientific Linux | OS Version | 6.7 |
Product Version | 3.4-beta3 | ||||
Fixed in Version | 3.4-beta4 | ||||
Summary | 0004402: set::ssl::certificate using absolute path instead of relative path | ||||
Description | during boot of ircd: [warning] Failed to load SSL certificate rtype.crt error:02001002:system library:fopen:No such file or directory error:20074002:BIO routines:FILE_CTRL:system lib error:140DC002:SSL routines:SSL_CTX_use_certificate_chain_file:system lib [warning] Failed to load SSL (see error above), proceeding without SSL support... config contains: ssl { certificate "server.crt"; key "server.key"; server-cipher-list "TLSv1.2+AES256"; }; strace shows: (...) open("/home/ircd/unrealircd/logs/ircd.log", O_WRONLY|O_CREAT, 0600) = 3 open("/home/ircd/unrealircd/logs/ircd.log", O_WRONLY|O_CREAT|O_APPEND, 0600) = 3 open("/home/ircd/unrealircd/data/ircd.tune", O_RDONLY) = 4 open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 4 open("server.crt", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
It is supposed to accept relative paths indeed. Fixed now, thanks for the report. https://github.com/unrealircd/unrealircd/commit/281ad036816e513e0f5adb1fc808437895085198 commit 281ad036816e513e0f5adb1fc808437895085198 Author: Bram Matthys <[email protected]> Date: Sun Aug 30 09:40:51 2015 +0200 Remote includes were broken. Also set::ssl::certificate only worked with absolute paths. Both issues were reported by Eman (0004401, 0004402). |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-08-30 04:14 | Eman | New Issue | |
2015-08-30 09:22 | syzop | Assigned To | => syzop |
2015-08-30 09:22 | syzop | Status | new => acknowledged |
2015-08-30 09:30 | syzop | Status | acknowledged => assigned |
2015-08-30 09:46 | syzop | Note Added: 0018659 | |
2015-08-30 09:46 | syzop | Status | assigned => resolved |
2015-08-30 09:46 | syzop | Fixed in Version | => 3.4-beta4 |
2015-08-30 09:46 | syzop | Resolution | open => fixed |