[Dropbox as picture share service] --- https://www.pld-linux.org/people/glen?rev=1355997911 +++ https://www.pld-linux.org/people/glen @@ -305,5 +305,22 @@ # Copy URL to clipboard and notify the user echo -n "$url" | xclip -selection c notify-send --hint=int:transient:1 "Screenshot Uploaded" "Copied URL to clipboard:\n$url" done + </code> + + ===== PLD svn and Subversion under ac ===== + + [[/AcInfo|Ac]] has old openssl that can't do [[wp>Server Name Indication|SNI]] properly, therefore accessing svn over https gives errors: + + <file> + svn: OPTIONS of 'https://....': Certificate verification error: certificate signature failure (https://svn.pld-linux.org) + </file> + + A [[http://jamescrisp.org/2010/06/05/workaround-for-subversion-svn-certificate-verification-error-insecure-algorithm-on-ubuntu-1004-lucid-lynx/|Workaround]] possible: + <code config ~/.subversion/servers> + [groups] + pld = svn.pld-linux.org + + [pld] + ssl-trust-default-ca = no </code>
Diff URL: https://www.pld-linux.org/people/glen?do=diff&r1=1355997911&r2=1360164684 -- This mail was generated by DokuWiki at https://www.pld-linux.org/ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
