"HTTPS not loading in apache2"

Discussion in 'Apache' started by Viki19, Jul 4, 2017.

  1. #1
    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
     
    Viki19, Jul 4, 2017 IP
  2. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #2
    Hello there,

    You should check the file you are trying to load from, looks like you are missing a "T" from https:

    Regards,
    Chris
     
    RHS-Chris, Jul 4, 2017 IP
  3. Viki19

    Viki19 Greenhorn

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    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"
     
    Viki19, Jul 4, 2017 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    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?
     
    PoPSiCLe, Jul 5, 2017 IP