First time here? Check out the FAQ!

Ask Your Question
2

What happens in insecure mode?

asked 14 years ago

ccanonc gravatar image

updated 13 years ago

Kelvin Li gravatar image

What happens in insecure mode?

It's a command-line option listed when I type ./sage --help or ./sage -h

"-inotebook [options] -- start the insecure Sage notebook"

Aside: Why is the usage convention single dashes/minuses for long options on the command-line?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
3

answered 14 years ago

Mike Hansen gravatar image

In insecure mode, the notebook is run over plain HTTP. That means that the usernames, passwords, and all commands are sent in plaintext. In secure mode, the notebook uses SSL which means all of the above things are encrypted before they're sent.

As to the command-line options, the current conventions is due mainly to historical purposes. There is a patch at #21 which makes things follow thing more common GNU conventions.

Preview: (hide)
link

Comments

1

And the main drawback of secure mode is that if you don't bother to get (=usually pay for) a valid non-self-signed certificate, then every visitor to your site gets a big scary warning.

William Stein gravatar imageWilliam Stein ( 14 years ago )

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 14 years ago

Seen: 661 times

Last updated: Aug 19 '10