What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi, I am facing below SSL issue at windows 10 by running docker in ubuntu. Any guideline to fix it.

U03TE55TYE4
U03TE55TYE4 Posts: 32 🧑🏻‍🚀 - Cadet

Hi, I am facing below SSL issue at windows 10 by running docker in ubuntu. Any guideline to fix it.

"""
Failed to complete request with server authority <http://backend-gateway.us.spryker.local>.\n
Configured with (SSL Disabled) backend-gateway.us.spryker.local: in /data/config/Shared/config_default.php. Error: Stacktrace:\n
\n
<div style="font-family: Helvetica, Arial, sans-serif; font-size: 14px"><h1>ZED Exception</h1><div style="background: #dadada; padding: 5px"><font style="12"><b ▶
#1 /data/vendor/symfony/event-dispatcher/EventDispatcher.php(59): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Obje ▶
#2 /data/vendor/symfony/http-kernel/HttpKernel.php(132): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\R ▶
#3 /data/vendor/symfony/http-kernel/HttpKernel.php(78): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)\ ▶
#4 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(132): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Componen ▶
#5 /data/vendor/spryker/application/src/Spryker/Shared/Application/Application.php(110): Spryker\Shared\Application\Application->handle(Object(Symfony\Component ▶
#6 /data/public/BackendGateway/index.php(20): Spryker\Shared\Application\Application->run()\n
#7 {main}</pre></div>
"""

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Check zed\backoffice\backendgw logs in spryker.local/logs.

  • U03TE55TYE4
    U03TE55TYE4 Posts: 32 🧑🏻‍🚀 - Cadet

    Thanks

  • U03TE55TYE4
    U03TE55TYE4 Posts: 32 🧑🏻‍🚀 - Cadet

    I checked the logs and found this

    [previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): None of the routers in the chain matched this request
    POST /hello-spryker/gateway/reverse-string HTTP/1.1
    Accept-Encoding:    gzip, deflate
    Auth-Token:         JDJ5JDA0JHhGNGJ6UWlPU250WlNwQXZPZ1FaTGVhRWtiaVg3Q3QxMzlCcy5EQTVlYTE3UlVRZUhYa2gy
    Connection:         close
    Content-Length:     590
    Content-Type:       application/json
    Host:               backend-gateway.us.spryker.local
    User-Agent:         Yves 2.0
    
  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Probably you didn't warm up router's cache or something. @florian.scholz should know better here.

  • U03TE55TYE4
    U03TE55TYE4 Posts: 32 🧑🏻‍🚀 - Cadet
    edited August 2022

    Yes, it is working now. Thanks for the guidance.