Ask Your Question
2

What happens in insecure mode?

asked 2010-08-19 15:24:01 +0200

ccanonc gravatar image

updated 2011-04-28 15:46:40 +0200

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2010-08-19 16:56:29 +0200

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.

edit flag offensive delete link more

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 ( 2010-08-19 17:38:18 +0200 )edit

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: 2010-08-19 15:24:01 +0200

Seen: 574 times

Last updated: Aug 19 '10