Ticket Change Details
Not logged in
Overview

Artifact ID: af8f7dfab1dae329961e7fa2a5c5ff8b6828e499
Ticket: e12f19063a8f5959c774004a849ce8facb025a01
fossil with SSL support does not support proxy
User & Date: anonymous 2010-07-31 03:52:31
Changes

  1. comment changed to:
    <verbatim>
    $ fossil set proxy
    proxy                (local)  off
    
    $ fossil clone https://fossil-scm.org ssltest
                    Bytes      Cards  Artifacts     Deltas
    Send:              49          1          0          0
    t:\fossil-ssl\fossil.exe: server says: 400 Bad Request
    
    $ fossil clone https://fossil-scm.org ssltest --proxy off
                    Bytes      Cards  Artifacts     Deltas
    Send:              49          1          0          0
    Received:      350929       7628          0          0
    Send:           10025        225          0          0
    ...
    </verbatim>
    
  2. foundin changed to: "[0e1ca296db] with SSL support"
  3. private_contact changed to: "70e8369b18c47ff40aebcb9bd5778b54d64203f6"
  4. severity changed to: "Important"
  5. status changed to: "Open"
  6. title changed to:
    fossil does not handle proxy setting correctly for SSL connections
    
  7. type changed to: "Code_Defect"