Menu

#202 jQuery error!

1.0
closed
nobody
None
1
2016-02-02
2014-05-14
Anonymous
No

Hi,
we have a ssl vpn portal (SSL proxy) on a fortigate firewall and there we try to connect the phpIPAM Server over SSL VPN connection. But after connection over this portal, then we have the following error message.
In our local network we have no troubles and it works good. We searched in the internet, but we can’t resolve this trouble.
Maybe you can help us ?

1 Attachments

Discussion

  • xconspirisist

    xconspirisist - 2014-06-08

    This is probably caused by the <base ... /> tag using http:// instead of https:// because the server is being accessed over SSL even though it's not configured for SSL. Could you "view source" in your browser and see what about line 5 says (that has the <base ... /> tag?). If it has http:// - that is your problem because it will request Javascript, images, and any other resources using the wrong protocol.

    A workaround for your problem would be to open $phpipam/index.php and look for the lines that have $url = "https://$_SERV..., etc. Simply remove the protocol so the 3 lines look like this; $url = "//$_SERV...`, refresh the page and see if that works.

     

    Last edit: xconspirisist 2014-06-08
  • Miha Petkovsek

    Miha Petkovsek - 2016-02-02
    • Status: open --> closed
     

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB