Hi David,
Let me try to clarify:
I am running my own Sage notebook server on a Suse 10.2 box.
I started the notebook server on that Linux box using the command:
notebook(address='',port=443,open_viewer=False,accounts=True).
This serves the Sage notebook on port 443 and allows me (and others)
to connect to the Sage notebook from anywhere (address='').
This Sage server is used by myself and other people collaborating on a
number of projects.
The users are using all kinds of machines to connect to the server
(Linux, Mac and Windows).
I now want to connect to the Sage server from a windows machine using
Google Chrome as a browser.
As described above , this does not work because the login fails.
On the same machine, connecting to the same server, in the same way,
this succeeds using Firefox as a browser.
On 29 Nov, 14:42, "David Joyner" <
wdjoy...@gmail.com> wrote:
> I don't have the answer but just to clarify.
>
> Since at least for me (in the US) google chrome is not available
> on any linux or mac platform, I'm guessing
>
> (a) you have google chrome running
> on a windows pc and sage running on a separate machine?
>
> (b) You are trying to run sage via the windows pc's chrome browser
> by connecting to the other machine using the command
> notebook(address='',port=443,open_viewer=False,accounts=True) ?
>
> Even though I rarely use the notebook and almost never use windows,
> this doesn't make sense to me. Maybe you have a linux version of chrome
> somehow?
>
> On Sat, Nov 29, 2008 at 8:34 AM, tomanizer
>