Server host configuration was ignored #15
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: olemd/skyview#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Description
The server 'host' field in configuration was completely ignored, causing the server to always bind to all interfaces (0.0.0.0) regardless of the configured host value.
Issue Details
Root Cause
Solution Implemented
Testing
Files Changed
This was a significant configuration bug that prevented localhost-only deployment.
Fixed in commit
0d60592
:Server Host Binding Issue Resolved
Root Cause:
Fix Applied:
Testing:
The 'too many colons in address' error for IPv6 hosts is now resolved.