techwiki:host_godaddy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
techwiki:host_godaddy [2022/09/28 17:20] – [Godaddy - Domain setting] yingtechwiki:host_godaddy [2023/06/29 15:25] (current) – [SSL Guide] ying
Line 77: Line 77:
  
 For office365 email, since each main email cost money, you may add alias for main email like info@ or contact@ to catch email to main email for free: https://docs.microsoft.com/en-us/microsoft-365/admin/email/add-another-email-alias-for-a-user?view=o365-worldwide For office365 email, since each main email cost money, you may add alias for main email like info@ or contact@ to catch email to main email for free: https://docs.microsoft.com/en-us/microsoft-365/admin/email/add-another-email-alias-for-a-user?view=o365-worldwide
 +====== some notes before setup SSL ======
 +
 +**if you install wordpress with http home link type**
 +  * read below first, you may understand why this process may be your option before setup SSL
 +  * once you setup purchased SSL, you may have to update wordpress all links from old http to https
 +  * so before SSL setup, use installatron or whatever to backup http version of current wordpress
 +  * delete the wordpress installation on server
 +  * install SSL as process below
 +  * restore the installatron backup to new location, and choose https link of the site domain
 +    * or install fresh wordpress with https link and restore old backup content into new wordpress
 +  * that way, most wordpress default link will be updated in new site with https
 +
 +**alternative, maybe at start, install wordpress use https as home link**
 +  * this method, SSL update process below basically use your 3rd party signed certificate instead of your self-sign certificate
 +  * while you develop the site, just add exception to your self sign certificate to continue development process
 +  * once later update the new SSL, there is no need to update https links, as it is https link at start, just you need to tell browser to allow you continue visit site
 +  * drawback, while if you build site for someone else, they also need to add exception to browser when they visit the site before you use purchased ssl
 +
 +**or, just purchase the SSL before you do any site**
 +  * that way, you dont need to do any update process as above 2 method, 
 +  * but you lose the certificate time as you develop the site and not show to public
 +  * if your site take half year to build, then you waste half year of certificate time for your purchased ssl certificate
 +
 +now, you can read below process to decide which is your best workflow for SSL update
 +
 ====== SSL Guide ====== ====== SSL Guide ======
  
Line 85: Line 110:
     - enter domain name for ssl (domain can be domain managed by godaddy or other party, but you need admin email for that domain)     - enter domain name for ssl (domain can be domain managed by godaddy or other party, but you need admin email for that domain)
     - choose ssl issuer, both is fine. just go for first option and agree     - choose ssl issuer, both is fine. just go for first option and agree
 +      - (note, if your domain and hosting both under godaddy, seems, it is auto verified and you can directly go Certificate tab under SSL to see it, refresh in 1-2min, thus you may not need the email steps if you see issued, just go step cPanel)
     - choose verification method: admin@yourdomain.com and txt method (email is very useful, since you will get email instruction, so better create admin@yourdomain.com first)     - choose verification method: admin@yourdomain.com and txt method (email is very useful, since you will get email instruction, so better create admin@yourdomain.com first)
     - go email, (normally within 10min, you can use resend in ssl page to send again, normally into your spam box called verify)     - go email, (normally within 10min, you can use resend in ssl page to send again, normally into your spam box called verify)
Line 91: Line 117:
     - under "Install and Mgt SSL for https", click "manage ssl sites"     - under "Install and Mgt SSL for https", click "manage ssl sites"
       * under "install an ssl website"       * under "install an ssl website"
-      * browse certificate, choose "the godaddy issued one", it should auto fit crt and bundle, while private key section is actually from the text file content you save at the ssl beginning step, copy content and paste into private key part+      * browse certificate, choose "the godaddy issued one w your-domain-name(if it is issued and it not show up in this step, use below old case to continue), it should auto fit crt and bundle, while private key section is actually from the text file content you save at the ssl beginning step, copy content and paste into private key part
     - ssl done, you should see lock when browse site with https     - ssl done, you should see lock when browse site with https
   * for single domain case (old) (primary or addon)   * for single domain case (old) (primary or addon)
Line 172: Line 198:
     * go "Manage SSL", at bottom, there is "Install an SSL website", select load up the domain to install,      * go "Manage SSL", at bottom, there is "Install an SSL website", select load up the domain to install, 
     * once loaded, click install certification button at bottom, then it is done for that domain. (seems only defined domain name format is secured, if I put www.TheDomain.com, then the www.TheDomain.com is locked, TheDomain.com is not, but anyway, you should stick to the domain format you prefer, and force ssl and redirect all format to the one you like, wordpress will handle that automatically.)     * once loaded, click install certification button at bottom, then it is done for that domain. (seems only defined domain name format is secured, if I put www.TheDomain.com, then the www.TheDomain.com is locked, TheDomain.com is not, but anyway, you should stick to the domain format you prefer, and force ssl and redirect all format to the one you like, wordpress will handle that automatically.)
 +
 +====== Fix some content not secure issue after SSL update ======
  
 Fix parts of content for page not secure after new ssl install Fix parts of content for page not secure after new ssl install
Line 219: Line 247:
   * notes: htacess may different for other hosting providers   * notes: htacess may different for other hosting providers
  
 +===== Mail RoundCube error Connection to storage server failed =====
 +  * https://www.milesweb.com/hosting-faqs/connection-to-storage-server-failed/
 +  * https://bobcares.com/blog/roundcube-connection-to-storage-server-failed/
 +  * basically, check your host provider
  • techwiki/host_godaddy.1664385617.txt.gz
  • Last modified: 2022/09/28 17:20
  • by ying