Seconded!

Good observation Tuomas.

btw.  Chrome & Firefox both have a browser extension called HTTPS Everywhere.

Can be useful in such situations.

David

Sent from ProtonMail Mobile

On Fri, Jan 18, 2019 at 21:59, Tuomas Airaksinen <tuomas.airaksi...@gmail.com> 
wrote:

> 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 (scr...@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@crosswire.org
>> http://www.crosswire.org/mailman/listinfo/sword-devel
>> Instructions to unsubscribe/change your settings at above page
>
> --
>
> T: Tuomas
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to