• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by Brandon Turpin

  1. B

    Issue Rest API Add Domain Gets Bad Request

    I know this is not the place for code help, but here is my C# code if it helps anyone figure out what is missing using (var client = new HttpClient()) { var url = $"{PleskUrl}/domains"; client.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"))...
  2. B

    Issue Rest API Add Domain Gets Bad Request

    I am calling the Plesk Rest API endpoint for my Plesk Server. When I call it from Postman it works just fine, so I know the request data and endpoint are working, but when I call it from my C# Code, I get a response that it was a Bad Request. I am adding the Accept and Content headers...
  3. B

    Question Automating Docker Creation

    Has no one been able to automate the docker creation and upgrade within plesk? Sounds like maybe I have outgrown what Plesk can handle :(
  4. B

    Question Automating Docker Creation

    I am trying to automate getting everything set up in Plesk when someone signs up. I am able to do almost everything through the Rest API and the Rest API's CLI call. The only thing I have not been able to automate is creating and assigning a docker container to a domains docker proxy rules. The...
  5. B

    Question Installing Let's Encrypt SSL Remotely

    Hello. I am developing my service to automate customers going live. I want to be able to have them install the SSL in our control panel when going live. I am wondering if there is any way, current or if I need to create it, to remotely install a let's encrypt SSL for a specific domain name. I...
  6. B

    Issue Verifying Let's Encrypt when not using root domain or DNS

    I have customers point their cname for www to me (because I do not want to deal with the ip addresses changing on everyone as I grow), and they have a domain redirect from the root domain to the www. So when they visit the site it will always go to the www cname. If you visit the...
  7. B

    Forwarded to devs Docker Plugin - When updating environment variables, not able to have an "=" in the variable

    Is there anywhere I can see the status of this bug and track the fix?
  8. B

    Forwarded to devs Docker Plugin - When updating environment variables, not able to have an "=" in the variable

    TITLE: Docker Plugin - When updating environment variables, not able to have an "=" in the variable PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Onyx on Ubuntu 18.0.4 PROBLEM DESCRIPTION: I have a few docker container that are running asp.net core services. A few of the services...
  9. B

    Resolved Let's Encrypt with shared ip address

    Noob! Looks like I was serving http images over https connection... Its working now!
  10. B

    Resolved Let's Encrypt with shared ip address

    Sure the URL is Utah Balloon Decor, Delivery and Event Rental | Utah Balloon Creations I tried doing it with the www instead and got the same error
  11. B

    Resolved Let's Encrypt with shared ip address

    Looking at the Plesk documentation. It states that a dedicated IP address is not needed for every website that uses a Let's Ecrypt SSL. (SSL and Shared IP Addresses) I am running on Ubuntu 18.04. I assume there is no issue with this version. The issue I am having, is once the SSL is assigned...
  12. B

    All sites hosted within Plesk stop working - This site can’t be reached

    Anyone have any idea on this... I am still getting some blocks from legit traffic. Its is a lot better.. but I cant have good traffic being blocked.
  13. B

    All sites hosted within Plesk stop working - This site can’t be reached

    It looks like it was still getting blocked for another issue. Im not sure what modsecurity is looking for and what made me get blocked this time. I unblocked it, and after navigating to a few pages it is banned again. Any idea what this is doing? [plesk-modsecurity] enabled = true filter =...
  14. B

    All sites hosted within Plesk stop working - This site can’t be reached

    127.0.0.1/8 was white listed, however the IP of the server was not. I added that and we will see if that fixes it! Thanks!
  15. B

    All sites hosted within Plesk stop working - This site can’t be reached

    Looks like plesk is blocking the IP addresses. So the site was not down, just blocked from my ip address. And some of the IP blocks were temporary blocks and they would come off and start working again. [recidive] enabled = true filter = recidive action = iptables-allports[name=recidive]...
Back
Top