When I submit https://myWordPressSite.com to security headers checker it returns an A+.
But when I submit http://myWordPressSite.com It returns an F.
I have configured nginx to redirect http traffic to the https address.
Does the above represent a security vulnerability nonetheless?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi @smallnavyboat,
That should be alright then. Since you have a redirection from HTTP to HTTPS you shouldn’t be worried by the F on your HTTP side.
Hi there,
As long as you have a 301 redirect for HTTP to HTTPS it should be ok.
You can test your redirect with
curl
, for example:Feel free to share the output here!
Best,
Bobby