mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 16:05:58 +03:00
[GH-ISSUE #74] https instead of http 400 Bad Request #48
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rroethof on GitHub (Nov 20, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/74
Hi all,
Thanks for this superb and simple control tool :) (no pun intended)
I do have a small question tho, instead of using the normal http, I would like to use httpS
My settings are:
But when i go to the site, i get redirected to :
http://webvirtcloud.domainname.com:443/accounts/login/
:I receive a
any thoughts ?
Thx,
Ronny
@rroethof commented on GitHub (Nov 20, 2015):
@rroethof commented on GitHub (Nov 20, 2015):
Have fixed this with a ugly hack for now:
@gianluca-pasqualini commented on GitHub (Mar 26, 2016):
Django needs headers to manage schema when behind a proxy so
I've solved with this
But console is not working, still getting
Server disconnected (code: 1006)Guess it's a certificate issue because I'm using a self signed one... for this I need help too.