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