View Issue Details

IDProjectCategoryView StatusLast Update
0000409Main CAcert Websitecertificate issuingpublic2013-01-12 18:39
Reporterjohan Assigned ToSourcerer  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2007 
Summary0000409: Emails after cert generation have wrong link to certificate
DescriptionWhen a new certificate is generated, you'll receive an email with a link to your certificate.
However, this link doesn't work.

The link in the emails is like

https://www.cacert.org/account.php?id=6&cert=105285


When logged in, the link on the website to your certificate is

https://www.cacert.org/account.php?id=15&cert=105285

Note the difference in the "id=" part.

I don't know if you need to change the ID in the mails, or if there is something wrong with the "id=6" part of the website.
TagsNo tags attached.
Reviewed by
Test Instructions

Relationships

related to 0000413 closedBenBE Add a web page indicating the certificate request is still pending 

Activities

johan

2007-02-09 13:25

reporter   ~0000779

This is also related to the new CommModule.

Links for email certificates are id=6
Links for server certificates are id-15

The CommModule code has a hardcoded id=6 and needs to be changed...

johan

2007-02-09 13:47

reporter   ~0000780

I think a possible solution would be like this.

In the client.pl script, add in the HandleCerts subroutine the following:

my $id=($server?"15":"6");

Change the first line by the second one in the same procedure were the mail is being generated:

$body .= "https://www.cacert.org/account.php?id=6&cert=$row{id}\n\n";
$body .= sprintf("https://www.cacert.org/account.php?id=%n&cert=%s\n\n", $id, $row{id});

Sourcerer

2007-02-26 10:24

administrator   ~0000805

The problem should be fixed now.

Sourcerer

2007-02-26 10:42

administrator   ~0000806

solution was confirmed by johan

Issue History

Date Modified Username Field Change
2007-02-05 17:38 johan New Issue
2007-02-05 17:51 johan Summary Email after cert generation have wrong link to certificate => Emails after cert generation have wrong link to certificate
2007-02-09 08:56 johan Relationship added has duplicate 0000413
2007-02-09 13:25 johan Note Added: 0000779
2007-02-09 13:47 johan Note Added: 0000780
2007-02-26 10:24 Sourcerer Status new => solved?
2007-02-26 10:24 Sourcerer Fixed in Version => production
2007-02-26 10:24 Sourcerer Resolution open => fixed
2007-02-26 10:24 Sourcerer Assigned To => Sourcerer
2007-02-26 10:24 Sourcerer Note Added: 0000805
2007-02-26 10:42 Sourcerer Status solved? => closed
2007-02-26 10:42 Sourcerer Note Added: 0000806
2007-12-26 23:01 Sourcerer Status closed => solved?
2007-12-26 23:01 Sourcerer Status solved? => closed
2013-01-12 12:58 Werner Dworak Relationship deleted has duplicate 0000413
2013-01-12 13:00 Werner Dworak Relationship added related to 0000413
2013-01-12 18:39 INOPIAE Fixed in Version => 2007