Hello,

I'm getting login failed errors when attempting to clone a repo over https on 
Solaris 10, but the same command and repo works fine on Mac OS X. Cloning the 
repo over http from the Mac works fine. The https server is running Solaris 10 
and the Jetty web server. Sessions below.

I'd appreciate any suggestions for the next step in working what the problem is.

Thanks.

Ben



=========== Mac OS X ===========

$ fossil clone https://b...@example.com/test test.fossil
password for ben: 
                Bytes      Cards  Artifacts     Deltas
Sent:              53          1          0          0
Received:         152          2          0          0
Sent:             690         28          0          0
Received:        9841         26          7          0
Total network traffic: 694 bytes sent, 8981 bytes received
Rebuilding repository meta-data...
  100.0% complete...
project-id: 7dc5533e64b958f30bbdb3b74179e9076e9f8749
server-id:  166b4cbdc835ef170e035a5a2d8e0851f4a919e9
admin-user: ben (password is "dba7d7")

$ fossil version
This is fossil version [047e06193b] 2011-04-13 12:05:18 UTC


=========== Solaris 10 ===========

$ fossil clone https://b...@example.com/test test.fossil
password for ben: 
                Bytes      Cards  Artifacts     Deltas
Sent:              53          1          0          0
Received:         152          2          0          0
Sent:             690         28          0          0
Error: login failed    
Received:          52          1          0          0
Sent:              43          0          0          0
Error: login failed    
Received:          52          1          0          0
Total network traffic: 959 bytes sent, 0 bytes received
fossil: server returned an error - clone aborted

$ fossil version
This is fossil version [047e06193b] 2011-04-13 12:05:18 UTC


=========== Mac OS X ===========

$ fossil server test.fossil

(log into web interface, change permissions so you need to log in to clone)


=========== Solaris 10 ===========

$ fossil clone http://ben@192.168.36.39:8080 test_mac.fossil
password for ben: 
                Bytes      Cards  Artifacts     Deltas
Sent:              53          1          0          0
Received:         152          2          0          0
Sent:             690         28          0          0
Received:        9803         26          7          0
Total network traffic: 687 bytes sent, 8999 bytes received
Rebuilding repository meta-data...
  100.0% complete...
project-id: 7dc5533e64b958f30bbdb3b74179e9076e9f8749
server-id:  f45e96177a166f49359791f8111d44734ca7ceea
admin-user: ben (password is "5478b9")



_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to