]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/email/MailProbe.java
ADD: !Configchange! http serve
[gigi.git] / src / org / cacert / gigi / email / MailProbe.java
index 7bca705cbd288beb25305bc3e20d8dea78d67dd4..8a0eaae1b9cfb1481445cdf36ff952a4a3e777ba 100644 (file)
@@ -11,7 +11,7 @@ public class MailProbe {
         StringBuffer body = new StringBuffer();
         body.append(l.getTranslation("Thanks for signing up with CAcert.org, below is the link you need to open to verify your account. Once your account is verified you will be able to start issuing certificates till your hearts' content!"));
         body.append("\n\nhttps://");
-        body.append(ServerConstants.getWwwHostNamePort());
+        body.append(ServerConstants.getWwwHostNamePortSecure());
         body.append("/verify?type=");
         body.append(type);
         body.append("&id=");