https-portal
https-portal copied to clipboard
A fully automated HTTPS server powered by Nginx, Let's Encrypt and Docker.
Before: `ambe.x.yz -> py1:8080|py2:8080|py3:8080|py4:8080|py5:8080|py6:8080 #production,` When changing this to: After: `ambe.x.yz -> py1:8080 #production,` ... we noticed the service responded with a 502. It seems https-portal does not recognise that...
I am deploying an HTTPS proxy in a closed environment where every request to external resources must go through an HTTP proxy. I have set the http_proxy and https_proxy environment...
I'm using an [AWS r8a.metal instance](https://aws.amazon.com/ec2/instance-types/r8a/) with AMI: `al2023-ami-2023.9.20251208.0-kernel-6.1-arm64` ```console uname -m aarch64 ``` I see an arm64 platform image available: ```console ~ docker buildx imagetools inspect steveltn/https-portal:1.25 dockerName: docker.io/steveltn/https-portal:1.25...
Is it possible to have a domain that is connected to a port in the host instead of a docker container? Example: ``` https-portal: # ... environment: DOMAINS: 'wordpress.example.com ->...
Some of the `ssl_ciphers` declared in [default.ssl.conf.erb:22](https://github.com/SteveLTN/https-portal/blob/master/fs_overlay/var/lib/nginx-conf/default.ssl.conf.erb#L22) are now considered WEAK. Here is a screen from https://www.ssllabs.com I don't know if dropping those ciphers will cause a breaking change. At...
It appears that Chrome requires SubjectAltName (SAN) information to allow self-signed certificates. Therefore, could you please include SAN information when creating self-signed certificates locally for https-portal?