现在我有一个API,它使用SOAP over 7571端口的Web服务。 我想将该应用程序迁移到AWS EC2实例,但即使使用所有TCP,UDP端口进行入站和出站连接,我仍然收到错误消息。
lumen.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'SOAP-ERROR: Parsing WSDL: Couldn't load from 'https%3A//example.com%3A7571/ws28t/Services/TranslateWS/TranslateWS.svc%3Fwsdl' : failed to load external entity "https://example.com:7571/ws28t/Services/TranslateWS/TranslateWS.svc?wsdl" ' in /var/www/html/api/app/Lib/Utils.php:89
两台服务器上的代码是相同的。我已经部署了相同的提交。
提前致谢。