Fix bad link for ssl reference

This commit is contained in:
Florian Mounier
2015-10-08 16:49:45 +02:00
parent 0f36db5264
commit ca26454aa0
2 changed files with 2 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ else:
print("Either generate them using --generate-certs --host=host "
"or run as --unsecure (NOT RECOMMENDED)\n")
print("For more information go to http://paradoxxxzero.github.io/"
"2015/03/21/butterfly-with-ssl-auth.html\n")
"2014/03/21/butterfly-with-ssl-auth.html\n")
sys.exit(1)
ssl_opts = {

View File

@@ -14,7 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = '2.0.5'
__version__ = '2.0.6'
import os