HTTPS dependencies problem
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.
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.
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.