Ticket Change Details
Not logged in
Overview

Artifact ID: 39151c07f1063e4d5655f44377f99952874cde90
Ticket: 1fad9cdbfc4e66a07f7d801ed5df8b0048a27f78
clone w/ ssl has problems with logon
User & Date: ron 2010-02-09 06:58:21
Changes

  1. comment changed to:
    Attempting to clone the Fossil repo doesn't work on SSL.  The login handshake seems to fail:
    
    <nowiki><pre>
    me ~/src$ fossil clone https://ron@www.fossil-scm.org fossil.ssl
                    Bytes      Cards  Artifacts     Deltas          
    Send:              49          1          0          0          
    
    Unknown SSL certificate:
    
      countryName               = US
      stateOrProvinceName       = North Carolina
      localityName              = Charlotte     
      organizationName          = SQLite.org    
    
    Issued By:
    
      countryName               = US
      stateOrProvinceName       = North Carolina
      localityName              = Charlotte     
      organizationName          = SQLite.org    
    
    
    Accept certificate [a=always/y/N]? a
    Received:      296235       6439          0          0
    Send:           10025        225          0          0
    password for ron:                                     
    Server Error: login failed                            
    Received:          20          1          0          0
    Send:            9443        200          0          0
    password for ron:                                     
    Server Error: login failed                            
    Received:          20          1          0          0
    Total network traffic: 11008 bytes sent, 159239 bytes received
    Rebuilding repository meta-data...                            
    6438 (100%)...                                                
    project-id: CE59BB9F186226D80E49D1FA2DB29F935CCA0333          
    server-id:  e86e08dbe4b89c7d0818e45056bd0046a27b2353          
    </pre></nowiki>
    
  2. foundin changed to: "5c30ad4ce154ac1b3a63b3f2adaf181e79fee202"
  3. status changed to: "Open"
  4. title changed to: "clone w/ ssl has problems with logon"
  5. type changed to: "Code_Defect"