Project

General

Profile

Actions

Bug #640

closed

Upgrade fails to create certficate

Added by Seth Mos almost 14 years ago. Updated almost 14 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
Web Interface
Target version:
Start date:
06/08/2010
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:

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!
Actions #1

Updated by barry haertel almost 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]

[code]
  1. 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

Actions #2

Updated by barry haertel almost 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 :)

Actions #3

Updated by Ermal Luçi almost 14 years ago

  • Status changed from New to Feedback

Fixes have gone in for this.

Actions #4

Updated by Seth Mos almost 14 years ago

  • Status changed from Feedback to Resolved

Confirmed fixed in snapshot from 2010-06-10

Actions

Also available in: Atom PDF