• 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 Plesk raise 500: No "alpha2" key found matching: PO with type name - ISO3166Country.php - Line 84

hetii

New Pleskian
Hello Sirs.

When I click on "SSL/TLS Certificates" link in domain dashboard, so link like:
https://<mydomain.com>/modules/sslit/index.php/index/proxy?dom_id=3&site_id=3

Plesk raise 500:
No "alpha2" key found matching: PO with type name
ISO3166Country.php
Line 84

Best regards.
 
Have you tried to update DigiSert extension to the latest version or reinstall it?
 
Hi,
If you mean DigiCert SSL extenstion I don't have it so far, now I install it but the error remain.
@IgorG I just add that use latest plesk and all my plugins are updated.

As I check I have such file on my system:

find . -name 'ISO3166Country.php'
./opt/psa/admin/plib/modules/sectigo/library/Helper/ISO3166Country.php
./opt/psa/admin/plib/modules/symantec/library/shared/src/Common/ISO3166Country.php

It seams that ISO3166Country.php from sectigo inherit classes from second file that belong to symantec module.
Now as both files are binary format I can just guessing what is inside.

On other hand I found such library:
where we see collection of country code keys for arrays. Now the error indicate that it expect to see "PO" key and my country code is PL.
So yea ... wonder now from with part or the system this library take PO instead PL.
 
Last edited:
Ok, It seams that I found the reason and solution.

As I prepare my plesk instance by using terraform I call via it
plesk bin init_conf --init ... -country Poland
This argument is mapped to menu option in "My Profile->Contact Details->Country"
The point is in that, in Web UI it is represented by country name not a country code.

We can also read in below link that country code should be used as well if we int it by cli:

Finally after selecting proper country from "My Profile->Contact Details->Country" list the issue is solved ;-)

I also think that init_conf should have implemented some validation mechanism and don't allow to set unknow country codes or names.
 
Last edited:
Back
Top