You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command does not run passman with SSL disabled.
docker run -p 8080:80 brantje/passman
The documentation states that if the certificates are not present, it disables SSL. But it complains about the SSLCertificateFile.
My passman is behind a reverse-proxy which handles the SSL and requests will be forwarded without SSL.
Steps to reproduce
run docker run -p 8080:80 brantje/passman
Expected behaviour
To run the docker container without SSL enabled.
Actual behaviour
I get the error:
AH00526: Syntax error on line 32 of /etc/apache2/sites-enabled/default-ssl.conf:
SSLCertificateFile: file '/etc/ssl/private/cert.pem' does not exist or is empty
Action 'configtest' failed.
The Apache error log may have more information.
Bug report
This command does not run passman with SSL disabled.
docker run -p 8080:80 brantje/passman
The documentation states that if the certificates are not present, it disables SSL. But it complains about the SSLCertificateFile.
My passman is behind a reverse-proxy which handles the SSL and requests will be forwarded without SSL.
Steps to reproduce
docker run -p 8080:80 brantje/passman
Expected behaviour
To run the docker container without SSL enabled.
Actual behaviour
I get the error:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: