#1005 closed enhancement (wontfix)
Prompt for passwords or encryption keys if required and missing
Reported by: | Josh | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.0 |
Component: | html5 | Version: | 0.15.x |
Keywords: | Cc: | dennis.schridde@… |
Description
Since we cannot use POST request to tranfer information between the connect.html
and index.html
(because websockify's built in server does not support the POST method), the options for authentication and encryption are missing from the connection interface.
The index.html
page needs to prompt for any missing passwords or encryption keys that are required for the connection to avoid having to send them between pages.
This would also very useful if starting a server with --html=on
that uses authentication/encryption where we are expecting to navigate to index.html
without going through the connection interface.
Change History (9)
comment:1 Changed 5 years ago by
comment:4 Changed 5 years ago by
Milestone: | 0.17 → 1.0 |
---|---|
Owner: | changed from Josh to Antoine Martin |
Status: | new → assigned |
Re-scheduling.
comment:5 Changed 5 years ago by
Cc: | dennis.schridde@… added |
---|
comment:8 Changed 4 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
websockify won't support POST: https://github.com/kanaka/websockify/issues/188 and we're better off just using wss / https anyway (#1252).
comment:9 Changed 3 days ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1005
Can we get this in 0.16 or shall we re-schedule it?