Bug #640
closedUpgrade fails to create certficate
0%
Description
When attempting to upgrade a 1.2 or 1.2.3 box to a 2.0-BETA1 2010-06-08 snapshot it fails to create a SSL certificate. This causes the webui to be uncreachable after upgrading. It does forward packets.
Starting webConfigurator...Creating SSL Certificate... failed!
Updated by barry haertel over 14 years ago
having this issue as well, as a temporary fix i changed the following in /var/etc/lighty-webConfigurator.conf
[code]
server.port = 80
[/code]
- ssl configuration
ssl.engine = "disable"
#ssl.pemfile = "/var/etc/cert.pem"
$SERVER["socket"] == ":443" {
$HTTP["host"] =~ "(.*)" {
url.redirect = ( "^/(.*)" => "http://%1/$1" )
}
}
[/code]
after youve made those changes run
[code]
/usr/local/sbin/lighttpd -f /var/etc/lighty-webConfigurator.conf
[/code]
this should return no errors and is a nice temp fix
Updated by barry haertel over 14 years ago
forgot to add this to my original post, but once you have changed those options you can login to the webconfig and go to System: Advanced: Admin Access
and set pfsense to use http you may or may not have to specify port 80 on this page but its a good work around until someone can fix it :)
Updated by Ermal Luçi over 14 years ago
- Status changed from New to Feedback
Fixes have gone in for this.
Updated by Seth Mos over 14 years ago
- Status changed from Feedback to Resolved
Confirmed fixed in snapshot from 2010-06-10