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

Report bugs and workarounds
Post Reply
kastenkopf
Posts: 4
Joined: 07 Apr 2016 07:26

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

Post 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
DaN
Posts: 240
Joined: 19 Nov 2014 10:04
Location: Earth

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

Post 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?
kastenkopf
Posts: 4
Joined: 07 Apr 2016 07:26

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

Post 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?
DaN
Posts: 240
Joined: 19 Nov 2014 10:04
Location: Earth

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

Post 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)).
mnewm3
Posts: 4
Joined: 06 May 2016 15:13

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

Post 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.
User avatar
darky83
Site Admin
Posts: 540
Joined: 30 Sep 2012 11:03
Location: eFa
Contact:

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

Post 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?
Version eFa 4.x now available!
mnewm3
Posts: 4
Joined: 06 May 2016 15:13

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

Post 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"
mnewm3
Posts: 4
Joined: 06 May 2016 15:13

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

Post by mnewm3 »

I can only access the root account local it is denied access via ssh.
ovizii
Posts: 463
Joined: 11 May 2016 08:08

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

Post 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.
mnewm3
Posts: 4
Joined: 06 May 2016 15:13

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

Post by mnewm3 »

I'm an idiot. I didn't have port 443 open prior to the update. All's well. Thx
Post Reply