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

WIP: Add SSL integration to apache2 configuration #961

Closed

Conversation

robinduerhager
Copy link
Contributor

@robinduerhager robinduerhager commented Aug 16, 2023

Hey,

i extended the 000-default.conf with a simple ssl configuration.
Currently you would have to add a cert.pem and cert-key.pem to .devcontainer/ssl/.

You can do this by running mkcert like this:

mkcert -install
mkcert localhost 127.0.0.1 ::1

Is the apache config in .devcontainer/sites-enabled/ meant to be configured by the user? If so, then i guess #960 is fixed as well? :)

It does run without problems in the devcontainer.

@robinduerhager robinduerhager changed the title Add SSL integration to apache2 configuration WIP: Add SSL integration to apache2 configuration Aug 16, 2023
@robinduerhager
Copy link
Contributor Author

PR was based on master, will do a new one, based on newest dev changes.

@robinduerhager robinduerhager deleted the fix/apache-ssl-error branch August 16, 2023 21:38
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.

1 participant