• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved TLS 1.2 Upgrade Issues

olajidedeji

New Pleskian
Server operating system version
Windows Server 2016
Plesk version and microupdate number
18.0.55
After I upgraded my server to TLS 1.2, Plesk Startup Services would stop immediately it starts, when I checked the Server log it give the error "A fatal error occurred while creating a TLS client credential. The internal error state is 10013". I need help please
 
You could attempt this solution:
  1. Connect to the server via RDP.
  2. Execute the following command:
    C:\> plesk sbin applysecurity.exe --fix-rsa-machine-keys-security
  3. In Windows Control Panel > click Administrative Tools > Local Security Policy.
  4. Expand Local Policies > Security Options.
  5. Under Policy in the right pane, double-click System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing, and then click Enabled.
  6. Execute the following command:
    C:\> gpupdate /force
  7. Reboot the server.
I also recommend to update Plesk to the latest version.
 
Thanks a lot for the assistance. I have performed the task, but it is still not starting up, any further suggestions sir?
 
Besides the above mentioned steps I have no further tipps. Next step should be to create a support ticket so that an engineer can check and fix it on your server.
 
After implementing the suggested steps, I was still having the error ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY on the browser in addition to the Plesk Startup Services stopping immediately after stating. So I decided to resolve that error. I went to the registry and carried out the following steps
  1. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters]
  2. Added the following DWORD to the Parameters
    • “EnableHttp2Tls”=dword:00000000
    • “EnableHttp2Cleartext”=dword:00000000
This resolved my immediate issue, although, the Plesk Startup Services stopping immediately after stating still persists.

Thanks once again
 
Back
Top