| Ticket UUID: | 0e3f8719be2d8a398b546e01c504355336c94efb | ||
| Title: | ssl-enabled fossil cannot log in to server | ||
| Status: | Fixed | Type: | Code_Defect |
| Severity: | Critical | Priority: | |
| Subsystem: | Resolution: | Unable_To_Reproduce | |
| Last Modified: | 2010-02-11 06:22:36 | ||
| Version Found In: | 5fc80efdf934d14554c3449a34cb7f44929fb84a | ||
| Description & Comments: | |||
Built ssl-enabled fossil, then:
lap: ~/proj/fossil-ssl$ ./fossil clone https://ron@www.fossil-scm.org/ ../f.ssl.repo
Bytes Cards Artifacts Deltas
Send: 49 1 0 0
password for ron:
Received: 20 1 0 0
Send: 619 24 0 0
1Server Error: login failed
./fossil: server says: login failed
(obviously, I entered in the correct password...) drh added on 2010-01-21 22:08:15: ron added on 2010-01-22 06:36:43: Then:
lap: ~/proj/fossil-ssl$ ./fossil clone https://ron:xxxxx@fossil-scm.org/ ../f.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: 20 1 0 0
Send: 619 24 0 0
Server Error: login failed
Received: 20 1 0 0
Send: 43 0 0 0
password for ron:
ERROR. Server did not reply
Total network traffic: 1052 bytes sent, 314 bytes received
Rebuilding repository meta-data...
0 (0%)...
project-id: (null)
server-id: 5e5e3b2fd45938224ed1653066314d3395d3af3d
admin-user: ron (password is "985b3b")
And I have a local f.ssl which is bogus. I am not able to log in with an SSL client, at least not for clone operation ron added on 2010-01-24 21:34:52: ron added on 2010-02-11 06:22:36: | |||