• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

nats-io / nats-server / 18270304229 / 1
82%
main: 82%

Build:
DEFAULT BRANCH: main
Ran 06 Oct 2025 05:47AM UTC
Files 60
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Oct 2025 09:25AM UTC coverage: 86.009% (-0.09%) from 86.095%
18270304229.1

push

github

web-flow
Add HTTP proxy support for WebSocket leaf node connections (#7242)

## Changes
- Add proxy configuration to `RemoteLeafOpts` in `server/opts.go`
- Implement HTTP CONNECT tunnel establishment in `server/leafnode.go` 
- Support both authenticated and non-authenticated proxy connections

## Use Case
Enables WebSocket leaf node connections in corporate environments where
direct connections are blocked by firewalls, but HTTP proxy access is
available.

## Configuration Example
```conf
leafnodes {
  remotes [{
    urls: ["ws://remote-server.example.com:443/ws"]
    
    proxy {
      url: "http://corporate-proxy.company.com:8080"
      username: "proxy_user"
      password: "proxy_pass"
      timeout: "30s"
    }
  }]
}

Signed-off-by: Dan Bailey danbailey1000@msn.com

74545 of 86671 relevant lines covered (86.01%)

362103.95 hits per line

Source Files on job 18270304229.1
  • Tree
  • List 60
  • Changed 18
  • Source Changed 2
  • Coverage Changed 18
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18270304229
  • 78e2dace on github
  • Prev Job for on main (#18213110854.1)
  • Next Job for on main (#18302278655.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc