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

SSL configuration #20318

Open
ziadashraf0 opened this issue Oct 7, 2023 · 0 comments
Open

SSL configuration #20318

ziadashraf0 opened this issue Oct 7, 2023 · 0 comments

Comments

@ziadashraf0
Copy link

I'm running akeneo on http port 80 and binding it to port 80 which is apache in the server host and has a configuration domain for this port . When i try to bind it to port 443 in docker-compose nothing works :

httpd:
image: 'httpd:2.4'
environment:
APP_ENV: '${APP_ENV:-prod}'
depends_on:
- 'fpm'
ports:
- '${DOCKER_PORT_HTTP:-443}:443'
volumes:
- './:/srv/pim:ro'
- './docker/httpd.conf:/usr/local/apache2/conf/httpd.conf:ro'
- './docker/akeneo.conf:/usr/local/apache2/conf/vhost.conf:ro'

I need to map it to https port same as i mapped it to the configured apache domain port
Also tried to do ssl on the file itself in the server host but it ended up with showing internal server error

Conclusion :
How can i enable https for akeneo project

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

No branches or pull requests

1 participant