Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Snapshot on 11th Jan 2011 GUI not work

    Scheduled Pinned Locked Moved 2.0-RC Snapshot Feedback and Problems - RETIRED
    35 Posts 7 Posters 7.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jimpJ
      jimp Rebel Alliance Developer Netgate
      last edited by

      All working here, i386, nanobsd, amd64, all OK.

      Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

      Need help fast? Netgate Global Support!

      Do not Chat/PM for help!

      1 Reply Last reply Reply Quote 0
      • L
        LostInIgnorance
        last edited by

        I am having the same problem after rebooting the firewall after an update.  The login page times out and I can't get to the gui using HTTPS.

        EDIT: I am using a cert for the webconfig that I have created using pfSense cert manager (self signed) and I am using the newest snapshot from Jan 12th 2:06.

        1 Reply Last reply Reply Quote 0
        • S
          siey2005
          last edited by

          Me too. I am using self-signed cert.  By the way, anyway to check the startup log for the httpd?
          Thanks.

          1 Reply Last reply Reply Quote 0
          • M
            myka
            last edited by

            Me too

            after this update pfSense-2.0-BETA5-amd64-20110111-1024 HTTPS webgui stopped working. If I edit config file it starts working in HTTP

            tried starting by hand

            
            [2.0-BETA5][root@fw.site]/root(1): lighttpd -f /var/etc/lighty-webConfigurator.conf 
            2011-01-13 12:41:13: (network.c.565) SSL: error:00000000:lib(0):func(0):reason(0) /var/etc/ca.pem 
            [2.0-BETA5][root@fw.site]/root(2): uname -a
            FreeBSD fw.site 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #1: Wed Jan 12 23:11:04 EST 2011     root@FreeBSD_8.0_pfSense_2.0-AMD64.snaps.pfsense.org:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense_SMP.8  amd64
            
            

            opened a ticket http://redmine.pfsense.org/issues/1188

            1 Reply Last reply Reply Quote 0
            • I
              iFloris
              last edited by

              Also happened to me on 2.0-BETA5 (i386) built on Thu Jan 13 02:45:05 EST 2011.
              Was able to edit config.xml to accept http connections and regain access.

              one layer of information
              removed

              1 Reply Last reply Reply Quote 0
              • jimpJ
                jimp Rebel Alliance Developer Netgate
                last edited by

                I think I may have an idea of what might be happening. Hopefully the next snapshot should be OK.

                Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                Need help fast? Netgate Global Support!

                Do not Chat/PM for help!

                1 Reply Last reply Reply Quote 0
                • L
                  LostInIgnorance
                  last edited by

                  So, JimP, the 14th's early morning snap should fix the problem with the web gui?

                  1 Reply Last reply Reply Quote 0
                  • jimpJ
                    jimp Rebel Alliance Developer Netgate
                    last edited by

                    I'm not entirely sure, but it's worth trying.

                    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                    Need help fast? Netgate Global Support!

                    Do not Chat/PM for help!

                    1 Reply Last reply Reply Quote 0
                    • I
                      iFloris
                      last edited by

                      Accessing the gui over https is working again for me using 2.0-BETA5 (i386) built on Thu Jan 13 19:33:19 EST 2011.
                      Thanks jimp!

                      one layer of information
                      removed

                      1 Reply Last reply Reply Quote 0
                      • S
                        siey2005
                        last edited by

                        I just tried the build now.. still failed.
                        Thanks.

                        1 Reply Last reply Reply Quote 0
                        • L
                          LostInIgnorance
                          last edited by

                          Doesn't work for me either?

                          1 Reply Last reply Reply Quote 0
                          • jimpJ
                            jimp Rebel Alliance Developer Netgate
                            last edited by

                            What errors are showing up in the system log now? What about /var/log/lighttpd.error.log?

                            Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                            Need help fast? Netgate Global Support!

                            Do not Chat/PM for help!

                            1 Reply Last reply Reply Quote 0
                            • L
                              LostInIgnorance
                              last edited by

                              System Log

                              Jan 14 10:23:53 	php: /system_advanced_admin.php: webConfigurator configuration has changed. Restarting webConfigurator.
                              Jan 14 10:23:53 	check_reload_status: webConfigurator restart in progress
                              Jan 14 10:23:55 	php: : The command '/usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf' returned exit code '255', the output was '2011-01-14 10:23:55: (network.c.565) SSL: error:00000000:lib(0):func(0):reason(0) /var/etc/ca.pem'
                              Jan 14 10:23:55 	php: : Creating rrd update script
                              Jan 14 10:25:14 	check_reload_status: syncing firewall
                              

                              /var/log/lighttpd.error.log

                              2011-01-14 10:17:40: (log.c.166) server started 
                              2011-01-14 10:17:46: (log.c.166) server started 
                              2011-01-14 10:23:55: (log.c.166) server started 
                              2011-01-14 10:25:18: (log.c.166) server started 
                              2011-01-14 10:25:20: (log.c.166) server started 
                              
                              
                              1 Reply Last reply Reply Quote 0
                              • U
                                uncon
                                last edited by

                                I've been able to work around this by commenting out the following line from /var/etc/lighty-webConfigurator.conf:

                                ssl.ca-file = "/var/etc/ca.pem"
                                

                                Then, restarting lighttpd:

                                lighttpd -f /var/etc/lighty-webConfigurator.conf
                                

                                It appears that the CA cert / key pair do not survive.

                                uncon

                                1 Reply Last reply Reply Quote 0
                                • jimpJ
                                  jimp Rebel Alliance Developer Netgate
                                  last edited by

                                  That's the thing, with the default webgui cert there is no ca, so that line isn't there. I have no such line on mine.

                                  Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                  Need help fast? Netgate Global Support!

                                  Do not Chat/PM for help!

                                  1 Reply Last reply Reply Quote 0
                                  • jimpJ
                                    jimp Rebel Alliance Developer Netgate
                                    last edited by

                                    Does /var/etc/ca.pem exist? If it does, is it empty? Or does it actually have the ca certificate in it?

                                    Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                    Need help fast? Netgate Global Support!

                                    Do not Chat/PM for help!

                                    1 Reply Last reply Reply Quote 0
                                    • U
                                      uncon
                                      last edited by

                                      When this issue occurs, the file ("/var/etc/ca.pem") exists and is empty.  I think this is only an issue if you create your own CA and subsequently a certificate for use with the webgui.

                                      uncon

                                      1 Reply Last reply Reply Quote 0
                                      • jimpJ
                                        jimp Rebel Alliance Developer Netgate
                                        last edited by

                                        When you do "ls -l /var/etc/ca.pem" does it show as 0 bytes, or does it actually have some (blank) content in it like spaces or blank lines?

                                        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                        Need help fast? Netgate Global Support!

                                        Do not Chat/PM for help!

                                        1 Reply Last reply Reply Quote 0
                                        • jimpJ
                                          jimp Rebel Alliance Developer Netgate
                                          last edited by

                                          I've made a cert from an existing CA and used it and it was OK, and I made a fresh CA and cert and used it and it was still OK… so if there is something happening it's likely related to your config in some way.

                                          I can add some extra safety belts around writing out the CA. It already checks if it's empty (as in empty string, "") but it should probably actually be using php's empty() call instead.

                                          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

                                          Need help fast? Netgate Global Support!

                                          Do not Chat/PM for help!

                                          1 Reply Last reply Reply Quote 0
                                          • U
                                            uncon
                                            last edited by

                                            I can't seem to reproduce this now, but IIRC, the file was 0 bytes.

                                            uncon

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.