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.
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
Want to learn more? Join the DigitalOcean Community!
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Sign up now