Hello, Apache unable to load "https" url which is called inside PHP file. If i run that file using "php soap.php" in terminal of same host, it works fine. But If i calls from browser, apache cant able to run that file getting below error "PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from htps://xxx.yyy.com/" It works fine until June 18 .. After June 18 we got this issue Fyi, SOAP installed , mod_ssl enabled Please help to resolve this issue Thanks in advance
Hello there, You should check the file you are trying to load from, looks like you are missing a "T" from https: Regards, Chris
Hello Chris, Thanks for your response.. Actually that file which have "https" only.. i wrongly entered as "htps".. Can you please help why it's not loading with "https"
What does your logs tell you? What does soap.php do, specifically? I understand that it fetches something, but does it also output anything? If so, does that output happen if you call it via terminal?