/* pathologic module: (/admin/config/content/formats) > each text format > Correct URLs with Pathologic > Protocol relative URL http://mysite.com/ https://mysite-wwwls7.ssl.supercp.com/ (Save configuration) */
/* securepages module: (https://mysite-wwwls7.ssl.supercp.com/admin/config/system/securepages) > Enabled, Switch back to http pages when there are no matches, http://mysite.com, https://mysite-wwwls7.ssl.supercp.com, Make secure only the listed pages (Save configuration) */
when I go to https://mydomain.com I get the warning messages, I download the certificate, and the browser show me the lock icon but instead of drupal I see a nginx message
An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
For the second hosting provider I change from the code above only the $base_url and $cookie_domain
1. Determine your shared SSL (as per the article above)
2. Once you know your Shared SSL URL, you will need to determine your Drupal installation directory as it applies to the shared SSL. For example: If your ssl path is username, and you installed your Drupal site in a folder called 'Drupal', then your path would be username/Drupal. If you installed your site to the default directory (public_html), then you would not need to change the shared SSL path - it would remain ~username.
3. Edit the settings.php file in your sites/default folder
4. Follow the directions to allow Drupal to use SSL
5. Add the following line (there should be an example of it in the file already): $base_url="~username/...)
If you really care about the data you are sending across the internet you want to make sure you are using SFTP instead of FTP, SSH instead of Telnet, and HTTPS instead of HTTP.
Comments
Sounds like a hosting setup
Sounds like a hosting setup issue to me. What issues do you have, you'll need to be more specific for people to help you.
https://drupal.org/node/2141815
Shared ssl in drupal
I found solution.
chetan
Drupal 7 - https with shared ssl
Here is the D7 setup that works for me on A2 shared hosting, with a shared certificate.
I am trying to use shared ssl
I am trying to use shared ssl with drupal 7 and I have try on two hosting providers
when I go to https://mydomain.com I get the warning messages, I download the certificate, and the browser show me the lock icon but instead of drupal I see a nginx message
For the second hosting provider I change from the code above only the $base_url and $cookie_domain
OR
and when I go to https://mydomain.com it redirects me a provider message says "View temporary site" and then it redirects me to http://mydomain-com.myhostingregisterdomain.net
any ideas how to use the shared ssl?
How do I use shared SSL?
1. Determine your shared SSL (as per the article above)
2. Once you know your Shared SSL URL, you will need to determine your Drupal installation directory as it applies to the shared SSL. For example: If your ssl path is username, and you installed your Drupal site in a folder called 'Drupal', then your path would be username/Drupal. If you installed your site to the default directory (public_html), then you would not need to change the shared SSL path - it would remain ~username.
3. Edit the settings.php file in your sites/default folder
4. Follow the directions to allow Drupal to use SSL
5. Add the following line (there should be an example of it in the file already): $base_url="~username/...)
After the providers support I
After the providers support I get the right secure url and the site is working with https on
https://secureams25.sgcpanel.com/~myuser/mydir
so the settings.php has this code
Adding this in .htaccess is needed to load the css
RewriteBase /~myuser/but https on mydomain.com is still not working.
I have try many suggestions for .htaccess non of the are working
https not working - http working
https not working - http working
https not working - http redirects to https
https not working - http redirects to https
https not working - http redirects to https
I am not sure but it seems this site needs a htaccess rule to make drupal working with https://secureams25.sgcpanel.com/~myuser/mydir but users only see https://mydomain.com
is it possible?
How to user use shared ssl in drupal 7?
If you really care about the data you are sending across the internet you want to make sure you are using SFTP instead of FTP, SSH instead of Telnet, and HTTPS instead of HTTP.
Enable SSL
Using Prestashop 1.4.8.2 and am working on setting it up with Stripe for payment. Just want to be sure I have the steps correct before I go live.
Want to use the shared SSL for business class. Is the URL https://secure83.inmotionhosting.com/~userna5/mystore.com the URL which goes in Back Office - Preferences - SEO & URLs - Shop Domain name for SSL??
And, the next step Prestashop Dashboard - Preferences - General - Enable SSL - Save??
[webmaster edit: Please go light on the links to your company and services]
Or, have I got this backward?