Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter site_status_tests #107

Open
valentin-anamorphik opened this issue Nov 17, 2023 · 1 comment
Open

Filter site_status_tests #107

valentin-anamorphik opened this issue Nov 17, 2023 · 1 comment

Comments

@valentin-anamorphik
Copy link

Hi,

We have two errors in the "Site Health" section of WP.

The public key constant OIDC_PUBLIC_KEY is malformed.
The private key constant OIDC_PRIVATE_KEY is malformed.

Because,

var_dump(substr( OIDC_PUBLIC_KEY, - strlen( '-----END PUBLIC KEY-----' )));

// return string(24) "----END PUBLIC KEY----- ";

My public key ends with "-----END PUBLIC KEY-----"

It's the same problem with the private key.

var_dump(substr( OIDC_PRIVATE_KEY, - strlen( '-----END RSA PRIVATE KEY-----' )));
// return string(29) "----END RSA PRIVATE KEY----- "

Thanks.

@ashfame
Copy link
Member

ashfame commented Dec 8, 2023

@valentin-anamorphik Hi, Can you test if this is still a problem with latest release 1.3.3? If so, can you supply how your key headers look like. Some improvements in detection was done in #105 so should be good now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants