SSL mode doesn't work

Hi,
 
I've installed a SSL certificate on my dedicated server and works fine. In the Admin I checked the box "Enable SSL mode" but the website isn't redirected (or forced) to the https version. Once I enter the direct url https://mywebsite.com it works fine.
 
I know there are some tricks out there which redirects to https via a rewrite rule in the htaccess file (if you have an example, please share cool), but it seems that the "Enable SSL mode" doesn't work out of the box?
Posted in Community Support on 02/01/16 at 14:07
Comments (28)
delete it?

<IfModule mod_rewrite.c>
RewriteEngine on
# Uncomment if you have a .well-known directory in the root folder, e.g. for the Let's Encrypt challenge
# https://tools.ietf.org/html/rfc5785
#RewriteRule ^(\.well-known/.*)$ $1 [L]
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
----------------------------------------------------------------------------------------------------------------------------------------------------------...  more
It's ok but it's causing me a cell phone problem

can not connect mobile phones

with the mobile app
something should be added to the mobile app
can someone answer me if something should be added to the mobile app
and if so how can I fix it
ketkew  
Your mobile app probably is compiled to serve the API from http only. If you redirect the site from http to https then your mobile app needs to be recompiled which have to be done by the mooTeam.
that is, in short, we have a problem
I wonder mooTeam because it does not give us an answer

it's so difficult to explain to your clients the exact process they need to solve the problem

the same application they use here, we use it too
there is someone to tell us how to change the mobile app settings

we have a problem with the entrance

I have opened a ticket, and they have not answered me yet
The best way to do it is using the following code entered just below the "ReweiteEngine On"... It's basically the same as doing a code 301 or redirect...

RewriteCond %{SERVER_PORT} ^80$
RewriteRule ^(.*)$ https://www.your.domain/ [R,L]

Be sure to replace your.domain with your domain name...
ketkew  
This will not fix the mobile app issue as the API path in the app needs to be changed
Mark  
if you have any problems please submit ticket. We will help.
No login
Login or register to post your comment
Cookies on mooCommunity - Social Networking Script.
This site uses cookies to store your information on your computer.