Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
All solutions
    • All solutions for Application Load Balancer
    • Resolving the `no_route` error when accessing an address
    • Resolving issues when adding a route
    • How to retrieve the real IP address of the source in request headers

In this article:

  • Issue description
  • Solution
  1. Application Load Balancer
  2. Resolving the `no_route` error when accessing an address

Resolving the no_route error when accessing an address

Written by
Yandex Cloud
Updated at December 17, 2025
  • Issue description
  • Solution

Issue descriptionIssue description

Your Application Load Balancer load balancer is configured with multiple SNI-based listeners. When you open the first address in your browser and then, in a new tab, open the second address, you receive this error: "error_details""no_route". After 30 seconds, the error disappears and the resource becomes accessible again.

SolutionSolution

This occurs because your browser re-uses the existing TLS connection. Both domains resolve to the same IP address, and the TLS certificate includes a wildcard covering the entire domain. As a result, the load balancer does not re-evaluate which listener should handle the request; instead, it continues routing traffic through the initially established connection to the wrong HTTP router, causing the no_route error.

We recommend the following solutions:

  1. Use separate TLS certificates for your primary and additional listeners.
  2. Use a single HTTP router and configure multiple virtual hosts within it to route traffic correctly among the different domain names covered by the same certificate.

For more details on listener behavior, see this article.

Was the article helpful?

Previous
All solutions for Application Load Balancer
Next
Resolving issues when adding a route
© 2025 Direct Cursus Technology L.L.C.