Conversation:
Notices
-
maiyannah (maiyannah)'s status on Wednesday, 09-Nov-2016 18:11:03 EST maiyannah
Okay, HTTPS is working with git.postactiv.com - though I'm not sure how to handle the fact that gitlab has mixed content going on. -
maiyannah (maiyannah)'s status on Wednesday, 09-Nov-2016 18:13:25 EST maiyannah
Think I got it. -
Bob Mottram (bob)'s status on Wednesday, 09-Nov-2016 18:15:03 EST Bob Mottram
@maiyannah to enforce https you need content-security-policy. In nginx: add_header Content-Security-Policy \"default-src https:; script-src https: 'unsafe-inline'; style-src https: 'unsafe-inline'\"; -
maiyannah (maiyannah)'s status on Wednesday, 09-Nov-2016 18:17:04 EST maiyannah
@bob That's worth doing too. Completely restarting gitlab seemed to make it clear out the old HTTP uris
-