linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03101
[Bug 707426] [NEW] [linux] SSL mode not start if not set full path to .pem files
Public bug reported:
SSL mode not start on linux if not set full path to .pem files
Logging: 2011-01-25 16:06:34: SocketManager: Listening on port 10000 (Encrypted: Yes)
Logging: 2011-01-25 16:06:34: SocketManager: Error while loading server on port 10000: Invalid argument
<Server Port="2780" TLS="1" Certificate="certs/cacert.pem"
PrivateKey="certs/privkey.pem" TrustedPath="certs/trusted/"
DHParams="certs/dhparam.pem"/>
if update adchpp.xml
<Server Port="2780" TLS="1" Certificate="/etc/adchpp/certs/cacert.pem"
PrivateKey="/etc/adchpp/certs/privkey.pem"
TrustedPath="/etc/adchpp/certs/trusted/"
DHParams="/etc/adchpp/certs/dhparam.pem"/>
work normal
need update comments in adchpp.xml for linux user.
** Affects: adchpp
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/707426
Title:
[linux] SSL mode not start if not set full path to .pem files
Status in ADCH++:
New
Bug description:
SSL mode not start on linux if not set full path to .pem files
Logging: 2011-01-25 16:06:34: SocketManager: Listening on port 10000 (Encrypted: Yes)
Logging: 2011-01-25 16:06:34: SocketManager: Error while loading server on port 10000: Invalid argument
<Server Port="2780" TLS="1" Certificate="certs/cacert.pem"
PrivateKey="certs/privkey.pem" TrustedPath="certs/trusted/"
DHParams="certs/dhparam.pem"/>
if update adchpp.xml
<Server Port="2780" TLS="1" Certificate="/etc/adchpp/certs/cacert.pem"
PrivateKey="/etc/adchpp/certs/privkey.pem"
TrustedPath="/etc/adchpp/certs/trusted/"
DHParams="/etc/adchpp/certs/dhparam.pem"/>
work normal
need update comments in adchpp.xml for linux user.
Follow ups
References