You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The custom hostname is set to something with a capital, for example: Loophole. Loophole says it is Loophole.loophole.site, but when you visit loophole.loophole.site, it won't load and sometimes gives a error about acme. This can be fixed by changing it to loophole.
To Reproduce
Steps to reproduce the behavior:
Do loophole http 8000 --hostname Loophole
Go to loophole.loophole.site
See that the site is not loading.
Expected behavior
The site loads. A possible fix is automatically converting it to lowercase in the code.
Screenshots
Environment
OS: Every OS.
Version latest.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
The custom hostname is set to something with a capital, for example:
Loophole
. Loophole says it is Loophole.loophole.site, but when you visit loophole.loophole.site, it won't load and sometimes gives a error about acme. This can be fixed by changing it toloophole
.To Reproduce
Steps to reproduce the behavior:
loophole http 8000 --hostname Loophole
Expected behavior
The site loads. A possible fix is automatically converting it to lowercase in the code.
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: