Thus said "Andy Bradford" on 29 Jun 2013 13:57:39 -0600:

> <html>
> <p>Redirect to Location: https://fossil:1621//login?g=/setup_config
> </p>
> </html>
> 
> Which I assume my browser tries to fetch, but it clearly fails because
> it returns to the Home page which wants me to click setup/config.

I failed to include this bit of information:

$ openssl s_client -connect fossil:1621
... [trimmed]
GET /setup_config HTTP/1.1
Host: https://fossil:1621

HTTP/1.0 302 Moved Temporarily
Date: Sat, 29 Jun 2013 20:10:45 GMT
Connection: close
Location: https://fossil:1621//login?g=/setup_config
X-Frame-Options: SAMEORIGIN
Cache-control: no-cache
Content-Type: text/html; charset=utf-8
Content-Length: 89

<html>
<p>Redirect to Location: https://fossil:1621//login?g=/setup_config
</p>
</html>

So the brower get's redirected, but when I get that:

$ openssl s_client -connect fossil:1621
CONNECTED(00000003)
... [trimmed]
GET //login?g=/setup_config HTTP/1.1
Host: https://fossil:1621

HTTP/1.0 200 OK
Date: Sat, 29 Jun 2013 20:12:02 GMT
Connection: close
X-Frame-Options: SAMEORIGIN
Cache-control: no-cache
Content-Type: text/html; charset=utf-8
Content-Length: 1356

<!DOCTYPE html>
<html>
<head>
<base href="https://fossil:1621//"; />
...
<p>This is a stub home-page for the project.
To fill in this page, first go to
<a id='a1'>setup/config</a>
and establish a "Project Name".  Then create a

So it basically sends me back to the beginning (as I indicated).

Thanks,

Andy
-- 
TAI64 timestamp: 4000000051cf4012


_______________________________________________
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