• 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

Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. B

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

    For what ever reason, I am getting periodic moments where all the sites hosted within Plesk stop working. It can last from 10-15 min at a time and I have no idea why it is happening. They seem to always come back up eventually and they are going down when no changes are being made. I have...
  8. B

    Question Asp.Net Core Docker Container that uses HTTPS

    I have a docker container that is running an asp.net core website. It works just fine and I have the docker proxy rules to use the site for the domain name. The issue I have now though is that when I update my asp.net website to have https and use port 443, I now have port 80 and port 443 being...
  9. B

    Question Map Docker Container to plesk mysql localhost:3600

    How can I access my mysql server within plesk from within my docker container. I have an asp.net core website that I am trying to connect to a MYSQL database that is hosted outside the container. I try and connect within my container to localhost:3306 and get an error that there are no servers...
Back
Top