Changes between Version 82 and Version 83 of XmlRpcPlugin


Ignore:
Timestamp:
Aug 25, 2010, 8:19:05 PM (14 years ago)
Author:
Max
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v82 v83  
    304304
    305305=== SSL Support + X509 ===
    306 The standard ruby xmlrpc client for some reason does not support the above setup.
     306The standard ruby xmlrpc client for some reason does not support SSL at all.
    307307In order to be able to use the XMLRPC over SSL with both
    308308 * Client Certificate authentication
    309309 * Basic Authentication
     310One must do as follows.
     311
    310312in order to proceed, you should have:
    311313 * ca certificate in .pem format
     
    374376}}}
    375377
    376 '''NOTE:''' the above (trac4r) code has been run on Debian/GNU system, so it has UNIX-like OS assumption.
    377 
    378 
    379 
    380 
    381 
     378'''NOTE:''' The working environment of the code (trac4r + ssl) is:
     379 * Debian/GNU system: {{{Linux hostname 2.6.26-2-686 #1 SMP Mon Jun 21 05:58:44 UTC 2010 i686 GNU/Linux}}}
     380 * OpenSSL: {{{OpenSSL 0.9.8g 19 Oct 2007}}}
     381 * Ruby: {{{ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]}}}
     382 * The certificates have been issued by the above OpenSSL setup.
    382383
    383384=== API Usage ===