Docker icon indicating copy to clipboard operation
Docker copied to clipboard

HTTPS dependencies problem

Open colbyham opened this issue 8 years ago • 2 comments

Working on a company machine with an egress that won't allow any Https connections. Is there a fully baked image that doesn't require any external dependencies. This would be extremely helpful. Also if there is a simple or documented way for me to create this I would definitely be willing to take on part of the effort.

colbyham avatar Nov 17 '17 21:11 colbyham

Do you have any details on what external HTTPS requests you are seeing from the image or having trouble with?

I am not sure what would be making external calls from a running container other than the following options:

CACHET_EMOJI=
CACHET_BEACON=
CACHET_AUTO_TWITTER=

I wouldn't expect any of those requests failing to really cause a problem though, unless there is some code path in @CachetHQ/core that absolutely depends on responses from any of those things.

djdefi avatar Nov 17 '17 22:11 djdefi

I've just found a fix, in the nginx config under conf/nginx-site, in the .php section add this: fastcgi_param HTTPS on; this should solve your issue.

jwashington104 avatar Jul 05 '18 16:07 jwashington104