-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] When you choose to enable HTTPS, the port will be changed back to 443 by default. #2779
Comments
hi, this is a feature, auto config default ssl port 443. |
However, when a user manually changes an HTTPS port number, clicking the "Enable HTTPS" button forces the port number back to 443. It may be better if the button only sets the default value; when the user has already modified the port, clicking "Enable HTTPS" should leave the port number unchanged. |
… to HTTPS toggle.(apache#2779)
Is there an existing issue for this?
Current Behavior
我打算新建一个https页面可用性监测,按要求填写后
因为是https页面,点击开启https,此时端口会变成默认的443端口
如果稍不注意,就会导致配置错误。
Expected Behavior
建议将开启HTTPS这个选项,调整到端口选项前面,这样开启HTTPS默认是443,但是端口选项在后面,用户明白还需修改对应端口号
Steps To Reproduce
No response
Environment
Debug logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: