summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-09-12 12:45:14 -0400
committerjim-p <jimp@pfsense.org>2012-09-12 12:45:36 -0400
commited6df99ca0dfd1aeac7a41f3d3a0e3513b0aeca6 (patch)
treeed031d34acff7f17352fc65fd36532d7da531a99
parent0066932f89646cd5d50be80992dc52626be282c6 (diff)
downloadpfsense-ed6df99ca0dfd1aeac7a41f3d3a0e3513b0aeca6.zip
pfsense-ed6df99ca0dfd1aeac7a41f3d3a0e3513b0aeca6.tar.gz
Use a better link here.
-rwxr-xr-xusr/local/www/vpn_pptp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index 7b74040..59404c1 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -294,7 +294,7 @@ function enable_change(enable_over) {
<form action="vpn_pptp.php" method="post" name="iform" id="iform">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
-<?php print_info_box(gettext("PPTP is no longer considered a secure VPN technology because it relies upon MS-CHAPv2 which has been compromised. If you continue to use PPTP be aware that intercepted traffic can be decrypted by a third party, so it should be considered unencrypted. We advise migrating to another VPN type such as OpenVPN or IPsec.<br/><br/><a href=\"https://www.cloudcracker.com/blog/2012/07/29/cracking-ms-chap-v2/\">Read More</a>")); ?>
+<?php print_info_box(gettext("PPTP is no longer considered a secure VPN technology because it relies upon MS-CHAPv2 which has been compromised. If you continue to use PPTP be aware that intercepted traffic can be decrypted by a third party, so it should be considered unencrypted. We advise migrating to another VPN type such as OpenVPN or IPsec.<br/><br/><a href=\"https://isc.sans.edu/diary/End+of+Days+for+MS-CHAPv2/13807\">Read More</a>")); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
<?php
OpenPOWER on IntegriCloud