• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

WPB Fails to load with 8880 blocked

TSCADFX

Basic Pleskian
I'm having issues with Plesk 11 and WPB loading. I guess I could say that I've always had issues with it, however previously (Plesk 10) I was able to create a custom button with the correct URL ending in /Start. This doesn't appear to work anymore because there's no token passed to WPB and therefore refuses to load.

WPB appears to use https and 8443 without issue as the link located in the home tab is correct and the choice menu for the domain is correct as well. Once you pick the domain the WPB fails to load. This is because it's making an http request on 8880. A work around is to replace http with https and 8880 with 8443. WPB works as intended after manually changing the URL.

In our case 8880 is blocked at the firewall in order to comply with PCI compliance standards.

Is there anything that can be edited to change the behavior of the WPB or is this just a bug?
 
Still unanswered. Anyone have any ideas?

I have tried editing the config file located in /usr/local/sb and changing the url to 8443. This does absolutely nothing and it was set to 80 which isn't even the port it was using as it was using 8080.

I've checked in the sitebuilder5 db and there's nothing in there that controls the port either.
 
Last edited:
Still unanswered. Anyone have any ideas?

I have tried editing the config file located in /usr/local/sb and changing the url to 8443. This does absolutely nothing and it was set to 80 which isn't even the port it was using as it was using 8080.

I've checked in the sitebuilder5 db and there's nothing in there that controls the port either.

Hi,

Open /usr/local/psa/admin/conf/panel.ini and put the following text there:

[sitebuilder]
forceHttp = off
 
Custer,

Thank you very much this works great.

For anyone who stumbles across this and goes to /usr/local/psa/admin/conf/ and finds that panel.ini doesn't exist you can just create it, save and restart Plesk.
 
Back
Top