Skip to main content

All Questions

Tagged with
3 votes
1 answer
389 views

What would be the best way to have multiple docker containers running on one server with https?

So currently I have an Python Flask application. It is a basic script with different webhooks. For each new webhook I want to add I would need a different Docker container. So since I will be ...
Danny O's user avatar
  • 33
0 votes
1 answer
247 views

Nginx docker HTTPS connection

nginx.conf: user nginx; worker_processes auto; pid /tmp/nginx.pid; # turn off daemon mode to be watched by supervisord daemon off; pcre_jit on; error_log /var/log/nginx/error.log warn; # events ...
Danny O's user avatar
  • 33
1 vote
2 answers
4k views

Self signed certificate not trusted

I have created my own CA: openssl genrsa -out private/rootCA.key 2048 openssl req -batch -new -x509 -nodes -key private/rootCA.key -sha256 -days 1024 -config ./openssl.conf -out certs/rootCA.pem I ...
blueFast's user avatar
  • 2,736
7 votes
2 answers
723 views

Xubuntu Chromium NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED

So I recently have gotten HTTPS errors on Chromium (on trusted sites) returning the following: NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED Here is a screenshot: I am on Xubuntu Xenial Xerus 16.04 ...
Chip Thrasher's user avatar
1 vote
2 answers
92 views

*buntu: https on apt-get [closed]

I recently searched on the web to know about https for apt-get and as far as I read there's no actual need, that at least is what a lot of people defend, for the use of it for this as it's always ...
user avatar