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
problems accessing services #426
Comments
Hi, You should also use 1.5 and not 1.5.1 (it was a temporary branch, the most up-to-date is 1.5) |
Thank you, i will wait then a few hours to see if it works. i have downloaded the branch as per documentation, did not select a newer branch or something. it is a safe way to switch back to 1.5? |
Figured out how to pull from 1.5 branch, now also nginx seamns it has finished but in the browser i see 403 Forbidden on any url (/admin or /webmail). |
It is safe to switch back to 1.5 and I will delete 1.5.1 as it is causing so much confusion. |
Could you check to front logs if you are indeed seeing a 403 ?
What is you current TLS mode? Did you place the certificate and key correctly in the certs folder if using a manual certificat install? |
Hi there, thank you for the reply. The problem was not the TLS as i opted for LetsEncrypt. After rebooting all containers it appears to work fine,somehow nginx was not able to to read from the backend before that.
…--
Lucian Lazar – System Engineer
ecoIT Solutions Srl
@ lucian.lazar@ecoit.ro
Tel +40371783679
www https://www.ecoit.ro
________________________________
From: kaiyou <notifications@github.com>
Sent: Monday, April 2, 2018 2:37:54 PM
To: Mailu/Mailu
Cc: Lucian Lazar; Author
Subject: Re: [Mailu/Mailu] problems accessing services (#426)
Could you check to front logs if you are indeed seeing a 403 ?
docker-compose logs --tail=100 front
What is you current TLS mode? Did you place the certificate and key correctly in the certs folder if using a manual certificat install?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#426 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADjiGCQXxCmJ5Mrnhu6mSp4zCT27NFXaks5tkg2SgaJpZM4S7Ftd>.
|
For future reference, I had the same issue - in my case it was related to letsencrypt, though. My DNS records (A/AAAA) had not been processed yet, and therefore, letsencrypt could not verify the IP address of the server. Hence, the container caused the 403. |
Hi all, i am new to Mailu and i cannot figure out what is wrong with my new install.
I have insrtalled everything without issues from the install docs, on the .env files i have put on listen ipv4: 0.0.0.0 and commented ipv6 removing it also from the docker-compose.
Everything is up and apparently without issue but i cannot acces anything on port 80 . Like it is no service listening on it. Any clues?
I am attaching some references:
docker ps:
iptables -L -n
ifconfig:
Thank you!
The text was updated successfully, but these errors were encountered: