atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Using external HTTPS / TLS service is broken

Open joepio opened this issue 4 years ago • 0 comments

Although Atomic-server has its own HTTPS logic, it should also work with external TLS / SSL providers. Currently, passsing --https is responsible for setting the base_url.

How should I fix this?

Create custom-server-address option that replaces domain

Seems easy to implement, but adds some redundancy in config variables, since both will be needed

Have an --https-external and --http-external flag

Two flags.. yuck

Have an --external-server flag

toggle this and it will not add ports to the base URL. But that still sucks, because we'll still need to know if we're using HTTPS or not.

joepio avatar Dec 31 '21 10:12 joepio