Page 1 of 1

After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 04 May 2016 09:45
by kastenkopf
After update on 3.0.1.0 on Hyper-V there is nothing to see in the Webbrowser. No Login are possible. The Website are empty?
Testing with different Browser..always the same. No Login-Page will show :o :o

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 04 May 2016 09:54
by DaN
What does /var/log/httpd/ssl_error_log or error_log, if you don't use tls (443), show?
Did you use LDAP auth login?

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 04 May 2016 11:37
by kastenkopf
this Error is in the Log-file:
[Wed May 04 11:32:14 2016] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?

This should be the error.? The Certificate looks like damage after the Update?

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 04 May 2016 13:43
by DaN
Something like

Code: Select all

[xxx xxx xx xx:xx:xx xxxx] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[xxx xxx xx xx:xx:xx xxxx] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
?

If yes, i don't think so. It's a [warn]ing, not more.

Just for a test... you could disable ssl/tls (11)).

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 06 May 2016 15:16
by mnewm3
Getting "Page can't be displayed" after the update. Not using Hyper-V I've disabled SSL and no help. When I try to configure Apache in the EFA config console, when I enter 11, nothing happens.

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 07 May 2016 10:19
by darky83
Login with ssh and use option 1 to go to the shell

then tail the apache config with:

Code: Select all

sudo tail -f /var/log/httpd/*_log

And access the webpage, does it show any error messages?

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 09 May 2016 15:17
by mnewm3
access is blocked to /var/log/httpd/ via SSH and that server is across town. I can see the directory but if I try to view it "No such file or directory"

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 10 May 2016 06:43
by DaN
did you use the root account?

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 11 May 2016 15:13
by mnewm3
I can only access the root account local it is denied access via ssh.

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 12 May 2016 06:19
by ovizii
well, after using your user to ssh, simply do a "su root" enter the root password and then follow the other instructions given earlier.

Re: After update on 3.0.1.0 on Hyper-V there is nothing to see in Webbrowser

Posted: 13 May 2016 14:55
by mnewm3
I'm an idiot. I didn't have port 443 open prior to the update. All's well. Thx