<div dir="ltr"><div>Hi!</div><div><br></div><div>Still it allows http even in sign in page.</div><div dir="ltr">Can you configure http to forward to https, so that nobody by accident uses http?<div><br></div><div><div>If using nginx, something like this:</div></div><div><br></div><div><div>server{</div><div>    listen 80;</div><div>    charset utf-8;</div><div>    server_name <a href="http://git.crosswire.org">git.crosswire.org</a>; <br></div><div><br></div><div>    location / {</div><div>        return 302 <a href="https://git.crosswire.org">https://git.crosswire.org</a>$request_uri;</div><div>    }</div><div>}</div></div><div><br></div><div>After this I think everybody should change their passwords, as passwords have been</div><div>transmitted plain text over internet</div><div><br></div><div>Best regards,</div><div>Tuomas</div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">pe 18. tammik. 2019 klo 23.49 Troy A. Griffitts (<a href="mailto:scribe@crosswire.org">scribe@crosswire.org</a>) kirjoitti:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Gitlab should now work correctly on https.  Please use https and let me<br>
know if you have any troubles.<br>
<br>
Troy<br>
<br>
<br>
_______________________________________________<br>
sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" target="_blank">sword-devel@crosswire.org</a><br>
<a href="http://www.crosswire.org/mailman/listinfo/sword-devel" rel="noreferrer" target="_blank">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br>
Instructions to unsubscribe/change your settings at above page</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">T: Tuomas</div>