ironstar-io / tokaido

Zero-conf Drupal Local Development Environments with Docker
https://tokaido.io
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

When a project name is too long, the SSL CN limit of 63 characters is exceeded #197

Open ironmike-au opened 5 years ago

ironmike-au commented 5 years ago

If a project name is too long, the Nginx Proxy container refuses to start with the error:

nginx: [emerg] could not build the server_names_hash, you should increase server_names_hash_bucket_size: 64

I believe this is because the protected SSL domain is longer than the 63 character limit for SSL common names (CN).

To fix this, I propose the following: