Bug #640
closed
Upgrade fails to create certficate
Added by Seth Mos over 14 years ago.
Updated over 14 years ago.
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!
having this issue as well, as a temporary fix i changed the following in /var/etc/lighty-webConfigurator.conf
[code]
server.port = 80
[/code]
[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
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 :)
- Status changed from New to Feedback
Fixes have gone in for this.
- Status changed from Feedback to Resolved
Confirmed fixed in snapshot from 2010-06-10
Also available in: Atom
PDF