** Changed in: adchpp
       Status: Fix Committed => Fix Released

-- 
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++:
  Fix Released

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.

_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to