• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by hobbyist_MUC

  1. H

    Question Add domain directly to apache

    I figured it out. asp.net redirects http request to https. (http://localhost:5500/->https://localhost:5501/). But because of me not adding any valid ssl certificate to my asp.net application. It used an untrusted certificate. I just had to comment out one line in my Startup class, so it would...
  2. H

    Question Add domain directly to apache

    Thanks @IgorG I thought I needed to add the domain somewhere else (for example sites-available dir) i did not know you could just add it to Additional directives. I am having another problem now. "Internal Error 500". 'proxy_http' is enabled (also 'proxy'). My Additional Apache directives looks...
  3. H

    Question Add domain directly to apache

    Hello Forum, I have been using plesk for a few years now, generally I am happy, but sometime it drives me crazy. Just like right now. I have 8 domains connected to plesk, but since I wanted to try ASP.net development I tried to deploy a asp.net application to the server, with its own domain...
Back
Top