← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 727016] Re: Latest Version can not create Certificates

 

Latest commit should hopefully fix it. Unfortunately you'll have to
correct your settings manually first. Here's the steps:

1) close LinuxDC++
2) rm -rf ~/.dc++/Certificates
3) edit ~/.dc++/DCPlusPlus.xml to remove extra '/' at the end of TLSPrivateKeyFile and TLSCertificateFile.

example:
<TLSPrivateKeyFile type="string">/home/steven/.dc++/Certificates/client.key/</TLSPrivateKeyFile>
change to
<TLSPrivateKeyFile type="string">/home/steven/.dc++/Certificates/client.key</TLSPrivateKeyFile>

** Changed in: linuxdcpp
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
https://bugs.launchpad.net/bugs/727016

Title:
  Latest Version can not create Certificates

Status in Linux DC++:
  Fix Committed

Bug description:
  Under File => Preferences => Advanced => Security i can chose Private Key File (example certificate.key). Then I click the button "Generate certificates".
  The Latest Version of DC++ does not create the certificate certificate.key, it creates a empty directory named certificate.key!



References