service:ssl
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| service:ssl [2017/07/01 05:30] – superwizard | service:ssl [2018/06/17 04:32] (current) – superwizard | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Testing ssl ====== | ||
| + | |||
| + | |||
| + | From: https:// | ||
| + | |||
| + | < | ||
| + | SSL Server Test | ||
| + | This free online service performs a deep analysis of the configuration of any SSL | ||
| + | web server on the public Internet. Please note that the information you submit here | ||
| + | is used only to provide you the service. We don't use the domain names or the test | ||
| + | results, and we never will. | ||
| + | </ | ||
| + | |||
| + | Also: https:// | ||
| + | |||
| + | ====== Purchase ssl certificate ====== | ||
| + | |||
| + | From: https:// | ||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | Single-domain SSL | ||
| + | Multi-domain SSL | ||
| + | Wildcard SSL | ||
| + | |||
| + | Comodo SSL Certificates | ||
| + | |||
| + | Domain validation | ||
| + | Organization validation | ||
| + | Extended (EV) validation | ||
| + | |||
| + | |||
| + | </ | ||
| + | |||
| + | ====== Install SSL Certificate for Drupal on Godaddy ====== | ||
| + | |||
| + | From: godaddy.com | ||
| + | |||
| + | < | ||
| + | SSL Class 1 purchased from Godaddy they setup | ||
| + | had to verify website through creation of TXT file | ||
| + | |||
| + | Change of htaccess file to alter all http to https | ||
| + | </ | ||
| + | |||
| ====== StartCom ====== | ====== StartCom ====== | ||
| Line 30: | Line 76: | ||
| This repaired the display problems on website with http changed to https (Drupal site) | This repaired the display problems on website with http changed to https (Drupal site) | ||
| + | |||
| + | < | ||
| + | |||
| + | < | ||
| + | RewriteEngine on | ||
| + | # Set " | ||
| + | # if you enable " | ||
| + | # you don't bounce between http and https. | ||
| + | # RewriteRule ^ - [E=protossl] | ||
| + | # RewriteCond %{HTTPS} on | ||
| + | # RewriteRule ^ - [E=protossl: | ||
| + | RewriteCond %{HTTPS} off | ||
| + | RewriteRule ^(.*)$ https:// | ||
| + | |||
| + | L= last | ||
| + | R= type of rewrite | ||
| + | NE= By default, special characters, such as & and ?, for example, will be converted to | ||
| + | their hexcode equivalent. Using the [NE] flag prevents that from happening. | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| < | < | ||
service/ssl.1498887007.txt.gz · Last modified: by superwizard
