[GH-ISSUE #212] Client sent an HTTP request to an HTTPS server. #80

Closed
opened 2026-06-06 22:09:00 -04:00 by yindo · 2 comments
Owner

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.

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.
yindo closed this issue 2026-06-06 22:09:00 -04:00
Author
Owner

@starnotes-xj commented on GitHub (Mar 18, 2026):

Change the http protocol to https protocol

<!-- gh-comment-id:4080728472 --> @starnotes-xj commented on GitHub (Mar 18, 2026): Change the http protocol to https protocol
Author
Owner

@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!

<!-- gh-comment-id:4093395758 --> @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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#80