• 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.

Issue Almalinux 9 Plesk Obsidian license issue

JulianDot

Regular Pleskian
Server operating system version
Almalinux 9
Plesk version and microupdate number
18.0.48
LXC container on Proxmox 7
Almalinux 9
Plesk Obsidian latest version

When i am trying to install a trial license, i am getting

Code:
Certificate signature verification failed; error info: error:03000098:digital envelope routines::invalid digest error:06880006:asn1 encoding routines::EVP lib (Error code: 2)
 
Hello!
Plesk supports only the following virtualization solutions:
  • VMware
  • XEN
  • Virtuozzo (former Parallels Cloud Server 6)
  • OpenVZ
  • Virtuozzo containers 4.6 for Linux
  • Virtuozzo containers 4.6 for Windows
  • Virtuozzo containers 4.7 for Linux
  • LXC (Docker)
  • KVM
  • Hyper-V
 
Hello!
Plesk supports only the following virtualization solutions:
  • VMware
  • XEN
  • Virtuozzo (former Parallels Cloud Server 6)
  • OpenVZ
  • Virtuozzo containers 4.6 for Linux
  • Virtuozzo containers 4.6 for Windows
  • Virtuozzo containers 4.7 for Linux
  • LXC (Docker)
  • KVM
  • Hyper-V
Nah, that's not the problem.
I am using Plesk on various OS flavors with LXC Proxmox for years without issues.

The issue now is related to almalinux 9 rsha1 implementation
 
Actually, we do not test Plesk on Proxmox.
The error message looks like an indication that there is something wrong with openssl installation or its settings on the server.
 
Actually, we do not test Plesk on Proxmox.
The error message looks like an indication that there is something wrong with openssl installation or its settings on the server.
Not Proxmox per se is the problem.

But the official Almalinux 9 image from here : Index of /images/system/

I am not sure who is building the image, Almalinux or Proxmox .

I was wondering if is something related to a different implementation of openssl in Almalinux ?
 
So it seem the issue is related to how Plesk license procedure works.

Almalinux 9 does not have anymore "openssl-legacy "

As I encountered a similar issue with npm and the solution was to run
Code:
export NODE_OPTIONS=--openssl-legacy-provider
 
This issue is also on Virtuozzo/OpenVZ 7.
Certificate signature verification failed; error info: error:03000098:digital envelope routines::invalid digest error:06880006:asn1 encoding routines::EVP lib (Error code: 2)
 
Hi, seems Plesk did not fix it yet, any update for this?

I can duplicate the problem with Almalinux 9, no matter CLI or GUI, both errors:

CLI:
plesk sbin keymng --install --source-file trial.key
Install failed: Certificate signature verification failed; error info:
error:03000098:digital envelope routines::invalid digest
error:06880006:asn1 encoding routines::EVP lib
exit status 1

GUI:
Certificate signature verification failed; error info: error:03000098:digital envelope routines::invalid digest error:06880006:asn1 encoding routines::EVP lib (Error code: 2)
 
Back
Top