mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[GH-ISSUE #212] Client sent an HTTP request to an HTTPS server. #80
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wqyliyang on GitHub (Mar 17, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/212
When I access the service on port 8443, the page displays the following message. Did I configure something incorrectly?
Client sent an HTTP request to an HTTPS server.
@starnotes-xj commented on GitHub (Mar 18, 2026):
Change the http protocol to https protocol
@asdek commented on GitHub (Mar 19, 2026):
@wqyliyang this is actually correct behavior, you're accessing an HTTPS port using HTTP protocol (without TLS). just use https://localhost:8443 in your browser instead and it should work fine!