Changes between Version 13 and Version 14 of SecurityInfo


Ignore:
Timestamp:
01/25/14 17:21:36 (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SecurityInfo

    v13 v14  
    88 
    99== Checking the HTTPS certificates == 
     10 
     11There is [https://wiki.transitionnetwork.org/Security a page for users on the main wiki], following is some more techie info. 
     12 
     13You can check the servers using the ssllabs.com test here: 
     14 
     15 * [https://www.ssllabs.com/ssltest/analyze.html?d=transitionnetwork.org puffin] 
     16 * [https://www.ssllabs.com/ssltest/analyze.html?d=penguin.transitionnetwork.org penguin] 
     17 * [https://www.ssllabs.com/ssltest/analyze.html?d=parrot.transitionnetwork.org parrot] 
     18 
     19See also ticket:409 on which some issues were resolved. 
     20 
     21=== Check the SSL cert on the command line === 
    1022 
    1123Following [https://security.stackexchange.com/questions/20399/how-to-verify-the-ssl-fingerprint-by-command-line-wget-curl the suggestion here] you can get the fingerprints on the the command line remotely: 
     
    2335SHA1 Fingerprint=44:15:8B:F2:0C:D3:E6:92:9A:41:6E:FC:2A:46:36:89:90:B1:16:70 
    2436}}} 
    25  
    26 There is [https://wiki.transitionnetwork.org/Security a page for users on the main wiki], following is some more techie info. 
    27  
    28 You can check the servers using the ssllabs.com test here: 
    29  
    30  * [https://www.ssllabs.com/ssltest/analyze.html?d=transitionnetwork.org puffin] 
    31  * [https://www.ssllabs.com/ssltest/analyze.html?d=penguin.transitionnetwork.org penguin] 
    32  * [https://www.ssllabs.com/ssltest/analyze.html?d=parrot.transitionnetwork.org parrot] 
    33  
    34 See also ticket:409 on which some issues were resolved. 
    35  
    36 === Check the SSL cert on the command line === 
    3737 
    3838The following is based on [http://www.cyberciti.biz/faq/test-ssl-certificates-diagnosis-ssl-certificate/ instructions from nixCraft], see also ticket:165.