Skip to content

Conversation

@Code-Egg
Copy link

No description provided.

@Code-Egg
Copy link
Author

Hi @gstrauss , would you be able to review this pull request whenever it's convenient for you?

@gstrauss
Copy link
Collaborator

@Code-Egg Thank you for the submission. I will take a closer look this coming weekend. Apologies for the delayed response.

Does OpenLiteSpeed really require magic numbers for sslProtocol?

Is it easy to add configuration to redirect all http requests to https when HSTS is enabled?

@Code-Egg
Copy link
Author

Thanks.
Yes, the number for SSLProtocol is required for OpenLiteSpeed.

Users can force https by adding general rewriterule to either .htaccess file or Rewrite tab at virtual host level.

RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

I will add another one for LSWS once the OpenLiteSpeed is approved.

@Code-Egg
Copy link
Author

Hi @gstrauss , would you be able to review this pull request whenever it's convenient for you?

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

Successfully merging this pull request may close these issues.

2 participants