• 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
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Issue Web deployment task failed.Connected to the remote computer ("example.co.za")

Karl@hostking

New Pleskian
Hi Guys I am really struggling to deploy a asp.net core application from visual studio 2017 to plesk onyx 17.5.3

get the following error:

Connected to the remote computer ("example.co.za") using the specified process ("Web Management Service"), but could not verify the server’s certificate. If you trust the server, connect again and allow untrusted certificates. Learn more at: Web Deploy error codes.
The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.

tried adding

<AllowUntrustedCertificate>True</AllowUntrustedCertificate>

to my publishing profile
 
Back
Top