← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 707426] Re: [linux] SSL mode not start if not set full path to .pem files

 

>From the current basic readme guide : "To make users able to connect
encrypted to your hub (ADCS connections), set TLS="1" and define the
following (preferably absolute) paths: Certificate, PrivateKey,
TrustedPath, DHParams."

Will be more clarifired...

-- 
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.





References