Skip to content

Commit

Permalink
Change some links to use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
nextPrime authored and nextPrime committed May 22, 2015
1 parent 6e348b8 commit 7fe7d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ssl-config-generator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ <h2>{{server}} {{serverVersion}} | {{securityProfile}} profile | OpenSSL {{opens
<h2>{{server}} {{serverVersion}} | {{securityProfile}} profile | OpenSSL {{opensslVersion}} | <a href="?{{queryString}}">link</a></h2>
<p>Oldest compatible clients : {{clientList}}</p>
<span class="message">{{message}}</span>
<p>This <a href="http://aws.amazon.com/cloudformation/">Amazon Web Services CloudFormation</a> template
will create an <a href="http://aws.amazon.com/elasticloadbalancing/">Elastic Load Balancer</a> which
<p>This <a href="https://aws.amazon.com/cloudformation/">Amazon Web Services CloudFormation</a> template
will create an <a href="https://aws.amazon.com/elasticloadbalancing/">Elastic Load Balancer</a> which
terminates HTTPS connections using the Mozilla recommended ciphersuites and protocols.
</p>
<pre style="visibility: {{visibility}};">
Expand Down Expand Up @@ -533,7 +533,7 @@ <h1>Mozilla SSL Configuration Generator</h1>
<label for="openssl-version">OpenSSL Version</label>
<input id="openssl-version" type="text" maxlength="15" />
<br />
<label for="hsts-enabled"><a href="http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">HSTS</a> Enabled</label>
<label for="hsts-enabled"><a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">HSTS</a> Enabled</label>
<input id="hsts-enabled" type="checkbox" value="true" />
</div>
<div style="clear:both;"></div>
Expand Down

0 comments on commit 7fe7d8f

Please sign in to comment.