Hello Afuego,
.NET toolkit extension is not covering the .Net Framework of older version of .Net.
In fact .Net Framework 4 is not .Net Core. On this application, I didnt need to publish to folder because the file is using .aspx .
I try one of my application using .Net Core 8 is working well...
Hello All,
I need your advice. I have a web application built with .NET Framework 4, and my Plesk server is running on Linux. I want to run this application on Plesk.
Could I create a Windows VM using the Docker extension and run the application on Linux?
Do you know how to achieve this? Will...
Hi Alex,
I have installed extensions like SSL it!. The main issue not redirect HTTP to HTTPS, but the HTTP is not showing the web.
I mean like this
the HTTPS show website correctly
HTTP show IIS Windows Server. Here I screenshot.
It because like that, when Let's Encrypt ask to reconfirm...
I try this
curl -k -X POST -H "X-API-Key: <KEY>" “https://<IP>:8443/api/v2/cli/mail/call” -H “accept: application/json” -H “Content-Type: application/json” -d ‘{ “params”: [ “–help” ]}’
Result :
Invalid category provided, here is a list of all categories:
auth Different types of...
I sometime got this message
Failed to connect to <IP ADDRESS> port 8443: Timed out
Is is something I haven't setting yet?
But when it goes to https://<IP ADDRESS>:8443/api/v2/swagger.yml
it can run
For
# curl -k -X POST --user admin:"XXXXX" -H "Content-Type: application/json" -H "Accept: application/json" -d"{}" "https://xxxxx-sites.plesk.space:8443/api/v2/auth/keys"
I run command
[CODE]# plesk bin secret_key -c -ip-address <IP>
, isn't it same thing to get API keys? Right now I have...
Hi,
I have issue on REST API Plesk, I already configure on panel.ini to enable API
Like this
For API keys I use this command: plesk bin secret_key -c -ip-address 203.0.xxx.xx
curl -k -X POST -H "X-API-Key: <API KEYS>" -H "Content-Type: application/json" -H "Accept: application/json"...
Objective : Create Sign up on Horde WebMail
Situation : Set Up horde webmail from plesk.
What I have tried: On admin configuration horde, set allow Yes on Sign up in Signing up section.
Result : Accessing /signup.php get message User Registration has been disabled for this site.
Is there...