[sword-devel] gitlab https

Tuomas Airaksinen tuomas.airaksinen at gmail.com
Fri Jan 18 14:59:37 MST 2019


Hi!

Still it allows http even in sign in page.
Can you configure http to forward to https, so that nobody by accident uses
http?

If using nginx, something like this:

server{
    listen 80;
    charset utf-8;
    server_name git.crosswire.org;

    location / {
        return 302 https://git.crosswire.org$request_uri;
    }
}

After this I think everybody should change their passwords, as passwords
have been
transmitted plain text over internet

Best regards,
Tuomas


pe 18. tammik. 2019 klo 23.49 Troy A. Griffitts (scribe at crosswire.org)
kirjoitti:

> Gitlab should now work correctly on https.  Please use https and let me
> know if you have any troubles.
>
> Troy
>
>
> _______________________________________________
> sword-devel mailing list: sword-devel at crosswire.org
> http://www.crosswire.org/mailman/listinfo/sword-devel
> Instructions to unsubscribe/change your settings at above page



-- 
T: Tuomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.crosswire.org/pipermail/sword-devel/attachments/20190118/af78f6d4/attachment.html>


More information about the sword-devel mailing list