Project

General

Profile

Actions

Bug #5022

closed

creating CA doesn't actually create the CA

Added by Chris Buechler over 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
08/26/2015
Due date:
% Done:

100%

Estimated time:
Spent time:

Description

system_camanager.php, "add new", create an internal CA. fill in the fields, click Save. No CA is added.

Actions #1

Updated by Anonymous over 8 years ago

  • Status changed from Confirmed to Feedback
  • Assignee changed from Anonymous to Chris Buechler
  • Target version set to 2.3

Programmer had set form action to GET when logic uses POST.

Page now creates CAs although I sometimes see:

openssl library returns: error:0D07A098:asn1 encoding routines:ASN1_mbstring_ncopy:string too short

depending on the country chosen. (US => error, GB => no error) Please advise.

Actions #2

Updated by Jim Pingle over 8 years ago

Country code drop-down should be using the country code as the value, seems to be numeric now, so any of the 0-9 choices probably fail. GB passes because it's later in the list. The drop-down is new, it used to be text entry.

Actions #3

Updated by Jim Pingle over 8 years ago

Opened #5043 for that separate issue with the drop-down.

Actions #4

Updated by Jim Pingle over 8 years ago

  • Status changed from Feedback to Assigned

When pressing Save, the screen stays on "system_camanager.php?act=new" rather than returning to the CA list. The CA is added properly, it just doesn't redirect away after as it should. The redirect is OK when creating a certificate.

Actions #5

Updated by Anonymous over 8 years ago

  • Status changed from Assigned to Feedback

return to calling page was commented out. Presumably for debug

Actions #6

Updated by Anonymous over 8 years ago

  • % Done changed from 0 to 100
Actions #7

Updated by Jim Pingle over 8 years ago

  • Status changed from Feedback to Resolved

Looks good now, thanks!

Actions #8

Updated by Chris Buechler about 8 years ago

  • Affected Version set to 2.3
Actions

Also available in: Atom PDF