No https access
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
Before the GUI updated, I could use https to access on port 8189, in journalctl I can see this:
```
Feb 22 12:10:12 DZComfyUI bash[1136]: 2.0 seconds: /datadisk/ComfyUI/custom_nodes/comfyui-art-venture
Feb 22 12:10:12 DZComfyUI bash[1136]: 2.7 seconds: /datadisk/ComfyUI/custom_nodes/comfyui_segment_anything
Feb 22 12:10:12 DZComfyUI bash[1136]: 4.5 seconds: /datadisk/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
Feb 22 12:10:12 DZComfyUI bash[1136]: 4.7 seconds: /datadisk/ComfyUI/custom_nodes/ComfyUI-Allor
Feb 22 12:10:12 DZComfyUI bash[1136]: 6.1 seconds: /datadisk/ComfyUI/custom_nodes/ComfyUI_TensorRT
Feb 22 12:10:12 DZComfyUI bash[1136]: 7.4 seconds: /datadisk/ComfyUI/custom_nodes/was-node-suite-comfyui
Feb 22 12:10:12 DZComfyUI bash[1136]: 9.4 seconds: /datadisk/ComfyUI/custom_nodes/comfyui-mixlab-nodes
Feb 22 12:10:12 DZComfyUI bash[1136]: Starting server
Feb 22 12:10:12 DZComfyUI bash[1136]: To see the GUI go to: http://10.114.51.6:8188 or http://127.0.0.1:8188
Feb 22 12:10:12 DZComfyUI bash[1136]: To see the GUI go to: https://10.114.51.6:8189 or https://127.0.0.1:8189
```
After updating to the latest version, there's no https access, only http, in journalctl I can see this:
```
Feb 22 12:32:28 DZComfyUI bash[16921]: 0.6 seconds: /datadisk/ComfyUI/custom_nodes/comfyui_segment_anything
Feb 22 12:32:28 DZComfyUI bash[16921]: 1.0 seconds: /datadisk/ComfyUI/custom_nodes/comfyui-mixlab-nodes
Feb 22 12:32:28 DZComfyUI bash[16921]: 1.7 seconds: /datadisk/ComfyUI/custom_nodes/was-node-suite-comfyui
Feb 22 12:32:28 DZComfyUI bash[16921]: Starting server
Feb 22 12:32:28 DZComfyUI bash[16921]: To see the GUI go to: http://0.0.0.0:8188
Feb 22 12:32:28 DZComfyUI bash[16921]: To see the GUI go to: http://[::]:8188
```
Why do we cut off the https access?
Contributor guide
Assessment
This issue has not been assessed yet.