<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 03/30/2015 02:33 PM, Monty Hall
wrote:<br>
</div>
<blockquote
cite="mid:CAOxcTYKdfyoUyqCGtW7rffjT6xPLrECJBjYaqjCkEYv-_WWr4A@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>When I edit a user and hit "save" I get the following:</div>
<div><br>
</div>
<div>edit page: <a
moz-do-not-send="true"
href="https://saes03/repos/_admin/users/6/edit">https://saes03/repos/_admin/users/6/edit</a></div>
<div>returned page after hitting "save": <a
moz-do-not-send="true"
href="http://saes03/repos/_admin/users/6/edit">http://saes03/repos/_admin/users/6/edit</a><br>
</div>
<div><br>
</div>
<div>The following is the reponse I get after hitting "save"</div>
<div><br>
</div>
<div>
<h1 style="color:rgb(0,0,0);font-family:'Times New Roman'">Object
not found!</h1>
<p style="margin-left:3em;color:rgb(0,0,0);font-family:'Times
New Roman';font-size:medium">The requested URL was not found
on this server. If you entered the URL manually please check
your spelling and try again.</p>
<p style="margin-left:3em;color:rgb(0,0,0);font-family:'Times
New Roman';font-size:medium">If you think this is a server
error, please contact the <a moz-do-not-send="true"
href="mailto:%5bno%20address%20given%5d"
style="color:rgb(0,0,204)">webmaster</a>.</p>
<h2 style="color:rgb(0,0,0);font-family:'Times New Roman'">Error
404</h2>
<address
style="margin-left:3em;color:rgb(0,0,0);font-family:'Times
New Roman';font-size:medium"><a moz-do-not-send="true"
href="http://saes03/" style="color:rgb(0,0,204)">saes03</a><br>
<span style="font-size:smaller">Apache</span></address>
</div>
<div><br>
</div>
<div><br>
</div>
<div>The problem it appears is that the same URL is being
returned but as "http" and not "https" Any way to resolve
this? I followed the instructions on the website and I can
access the repos, etc. Any advice?</div>
</div>
</blockquote>
<br>
Kallithea will return the correct URL if the WSGI server is
providing a correct WSGI environment with wsgi.url_scheme set
correctly.<br>
<br>
There must thus be a problem in your wsgi setup. The documentation
suggests many different setups so it is hard to tell what is wrong
in your setup.<br>
<br>
Alternatively, you might be able to use some built-in hacks in
Kallithea - see
<a class="moz-txt-link-freetext" href="http://docs.kallithea-scm.org/en/latest/setup.html#https-support">http://docs.kallithea-scm.org/en/latest/setup.html#https-support</a> .<br>
<br>
/Mads<br>
</body>
</html>