Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
I just found this to try:
https://armagankaratosun.github.io/post/2018-05-16-plesk-windows-with-cpanel-dnsonly/
I hope this works, as my friend and I have a small hosting company. The governing body changed some things late last year, and our upstream domain provider changed their API package...
OK, I have attached the relevant logs.
Now, I also moved onto the second DNS box. I installed bind on it, ran the setup for Slave DNS Manager, did the configuration for bind, of course restarted the service, ran the resync in Slave DNS Manager to make sure, and it copied the zones across. I am...
Everything looks like it should work. I have the green tick. Netstat shows connections coming through to the slave server. But there is no transfer of the zones.
I will run the tests I was doing again tomorrow morning (my time) and reply with a run down of all the things that are working and...
I can get it to connect on port 953 by doing the below:
controls {
inet * port 953 allow { 127.0.0.1; } keys { "rndc-key-hosting-IP"; };
};
The problem is that Plesk will reset this and if you set it in the custom section it doesn't appear to override the default configuration.
May have found the issue... it appears traffic to port 953 may not fully be working. The port isn't showing as open on port scans, even though it's in the list of ports that should be open (port alias in pfSense). Everything else appears as open. Netstat shows that it is listening on port 953. I...
netstat is showing a connection (most of the time) to the DNS server from Plesk. But there is still no transfer of the zone files/information. Any other ideas? If the connection is established, you would expect the extension to actually be working.
OK, about the only logs were from the hosting server. It looks like the issue is it gets to the Firewall and doesn't get past that. For some reason it isn't passing the information through to the Public IP of the DNS server, despite the packet capture showing that it's trying to send it to the...
OK, so I am revisiting this issue.
I have setup a new Almalinux box with a Public IP Address (DNS server), rather than NAT behind a firewall.
The cPanel DNS Cluster works, but Plesk with DNS Slave Manager doesn't, despite getting the green tick.
Attached are some of the logs from pfSense...
OK, just setup the DNS Clustering on the Azure box to the Almalinux box and that worked. So it's either a failure of the API key or the internal IP range issue.
To me this is not a Plesk/Slave DNS Manager issue, but hoping someone has tried the same setup.
pfSense - Plesk
- Almalinux 8.7 with cPanel DNS Only
- cPanel
Azure - cPanel DNS Only
- Setup behind pfSense is 1:1 NAT.
- Plesk and cPanel are in same external...
@learning_curve
Thanks for all that! :) I'm satisfied for now :P
The ones we needed for the POLipay plugin in WHMCS are the ones below:
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 (P384)
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (P256, P384)
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384...