Why is port 80 being blocked by pfSense?
-
I only see the default certificate, there's nothing else.
Well but now, the certificate information I see in the web browser is showing that it is coming from my domain, but still insecure:
-
@NGUSER6947 if there is nothing else - how are you now seeingg the neededomain.cc ?
How would you get a cert for that from lets encrypt?
Did you hide that - that is not a valid public domain.. acme doesn't work without a valid public domain name.
If you are running the acme client on pfsense and got a cert it would be listed.
Here are the 2 certs I use for other things via haproxy - they are listed in pfsense cert manager..
If you want help you're going to need to provide a bit more info.
-
@johnpoz I am not using the Acme package. I used Certbot to obtain the LE certificate. Didn't hide anything in the Advanced setup:
So I see this when accessing the site from my phone currently. It says it is using the Let's Encrypt certificate:
So it seems like it's almost there. Do I need to go into an apache config file and enter this domain into the trusted domain section maybe?
-
@NGUSER6947 Are you running haproxy? And letting it do the cert..
Oh my bad - typo.. That is a public domain. But its serving up apache - that is not the web gui
So your forwarding 80 through pfsense?
And on 443 its serving up owncload. And that is not browser complaining about the cert, that is owncload
If your trying to get to that from inside your own network you would either need to do nat reflection, haproxy or just setup your local domain to resolve that to the local IP your serving it up on.
There is nothing wrong with the cert, your browser trusts it - that is some internal config you need to do on owncloud.
that config/config.php has nothing to do with pfsense.
-
@johnpoz I was going to remove the port forward for 80 once I got the certificate and 443 set up.
-
@NGUSER6947 well configure owncloud then - says there is an example.
-
@johnpoz Got it, yes I know I was mixing up pfSense and OC setup things here. I had only gotten to the part where the phone would even show a valid connection about 20 minutes ago. Thanks for sticking with me.
Really appreciate the help.
-
@NGUSER6947 I wouldn't use the port 80 way to validate to be honest.. Just use DNS to get your cert, then you never have to open up port 80 at all.
-
Do you switch away the pfSense GUI ports first.
There are 80/443 used per default.
At the moment you expose the pfSense GUI to the Internet, very bad Idea! -
@NOCling Yes, fixed. Thanks.