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..
Hello everyone, I have faced the error "*throw* *new* SuspiciousOperationException*(*sprintf*(*'Unt
Hello everyone,
I have faced the error "throw new SuspiciousOperationException(sprintf('Untrusted Host "%s".', $host));" after changing the custom domain name with Spryker B2C shop system with the virtual machine. I have followed the steps in the steps https://documentation.spryker.com/docs/post-installation-steps-and-additional-info#setting-a-domain-name-for-the-shop. I have also configured the domain inside the vagrant host files.
Anyone, please let me know if need any additional steps required to reflect.
Thanks in advance.
Comments
-
Did u tried already to configure the
\Spryker\Shared\Http\HttpConstants::ZED_TRUSTED_HOSTS
and\Spryker\Shared\Http\HttpConstants::YVES_TRUSTED_HOSTS
properly?0 -
@UL65CH0MC Thanks. Yes, I have already tried the mentioned configuration with config_default.php. But When I debug (below code) the "$hostPatterns" variable it's only returned the old domains instead of new ones.
Class Symfony\Component\HttpFoundation\Request
public static function setTrustedHosts(array $hostPatterns)
Is there any URL information needs to update in the database? or not necessary?
0 -
@UL65CH0MC Thanks. Now it's working after updating the changes with "config_default-development.php" instead of "config_default.php".
0 -
@UL65CH0MC I have faced the issue(An internal server error occurred. Please try again later.) with "HTTPS" on Spryker B2C demo shop every page. I have added the following in "config_default-development.php".
$config[SessionConstants::ZED_SSL_ENABLED]
= $config[SessionConstants::YVES_SSL_ENABLED]
= $config[RouterConstants::YVES_IS_SSL_ENABLED]
= $config[RouterConstants::ZED_IS_SSL_ENABLED]
= $config[HttpConstants::ZED_HTTP_STRICT_TRANSPORT_SECURITY_ENABLED]
= $config[HttpConstants::YVES_HTTP_STRICT_TRANSPORT_SECURITY_ENABLED]
= $config[ApplicationConstants::ZED_SSL_ENABLED]
= $config[ApplicationConstants::YVES_SSL_ENABLED]
= true;Please let me know to resolve this case. Site with "HTTP" working fine without any issues.
0 -
Do u use docker or vagrant?
0 -
@UL65CH0MC using vagrant. error "An internal server error occurred. Please try again later."
0 -
I don't use Vagrant now since ca. 1,5 year and i don't remember how it is configured.
Maybe @valerii.trots can help u.Did u check the nginx configuration?
0 -
@UL65CH0MC Yes, based on some forums I have increased the timeout for Nginx host files like below but still faced the error.
proxy_connect_timeout 1300;
proxy_send_timeout 1300;
proxy_read_timeout 1300;
send_timeout 1300;0 -
Sorry, was not working with ssl in vagrant, can't help here.
0 -
But in my old project it was running on my vagrant. Maybe I have the nginx conf self changed to allow this. I don’t remember
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random