466 error with installing AllinOneSeo

I am getting issue that traffic is blocks with error 466 from Cloudflare
i did the rule

Service
Firewall rules
Rule ID
1bbc7fa127c745b29e744db8f262a894
Rule name
allow
Expression
(http.request.uri.path contains "/wp-json/aioseo/")
Action taken
Allow

this is responce from web-site

Request URL: https://www.<domain-name>.com/wp-json/aioseo/v1/activate/
Request Method: POST
Status Code: 466 

this is also the responce

expect-ct: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"

Hi there,

We can see that this 466 error is coming from your origin web server.

To replicate it, you can run the following curl command connecting to your web server IP address in question(Your.WebServer.IP):

$ curl -svo /dev/null https://www.birdwingo.com/wp-json/aioseo/v1/activate/ --connect-to ::Your.WebServer.IP -X POST -k  2>&1 | grep '<'
< HTTP/2 466 
< server: openresty
< date: Wed, 06 Jul 2022 09:16:40 GMT
< content-length: 0

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.