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 guys, i have the following error in my docker env ```Failed to complete request with server autho

giovanni.piemontese
giovanni.piemontese Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

Hi guys, i have the following error in my docker env

Failed to complete request with server authority <http://rpc_server_de>. Configured with (SSL Disabled) rpc_server_de::80 in /data/config/Shared/config_default.php. Error: Stacktrace:

This happend when system try to make a call via guzzle to self (for example some suggest etc...).

We don't use ssl on dev.... How can i resolve it?

Comments

  • sprymiker
    sprymiker Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    Via guzzle to self?

  • i also don’t get the self part 🤔

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    i found it...

    on docker it does not work in the case zed make a call to client that again via stub call the zed...

    it was a wrong design from a git patch that we get as quickly pyz fix...

    in the case i use directly the facade, as expected in this case, then it works good

  • sprymiker
    sprymiker Sprykee Posts: 781 🧑🏻‍🚀 - Cadet

    Good. Is that project level mistake or Spryker core?

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 🧑🏻‍🚀 - Cadet

    it was project level mistake...