How to use Gtranslate with https
Jul 8, 2014 4:31 pm by isa
Jul 8, 2014 4:31 pm by isa
Hello,
I have WildCard SSL my site goes like this https://mysite.com and https://allsubdomains.mysite.com
Currently running Enterprise version
the problem is when the customer goes on secured page with Gtranslate for example
https://en.mysite.com This webpage has a redirect loop
How to make it workable on secured page?
Thanks
Re: How to use Gtranslate with https
Jul 8, 2014 4:55 pm by Yana
Jul 8, 2014 4:55 pm by Yana
Hi,
Please send the SSL certificate with the key and we will install it for you. You can send it to [email protected] address.
Re: How to use Gtranslate with https
Jul 8, 2014 5:15 pm by isa
Jul 8, 2014 5:15 pm by isa
I just send it
Re: How to use Gtranslate with https
Jul 8, 2014 5:17 pm by Yana
Jul 8, 2014 5:17 pm by Yana
Thank you. I'll contact you as soon as we install it.
Re: How to use Gtranslate with https
Jul 9, 2014 4:26 pm by isa
Jul 9, 2014 4:26 pm by isa
Any luck?
Re: How to use Gtranslate with https
Jul 10, 2014 3:52 pm by Edvard
Jul 10, 2014 3:52 pm by Edvard
Hi,
I cannot see that you have sent your private key with the certificate. Also, please make sure that you have a wildcard SSL certificate to be used on your *.domain.com. Please send the data to [email protected].
Thanks!
Re: How to use Gtranslate with https
Jul 10, 2014 3:58 pm by isa
Jul 10, 2014 3:58 pm by isa
Edvard, exactly I have wildcard SSL certificate to be used on our *.domain.com
I send it same day to Yana email : [email protected]
I have send it to email: [email protected] as well
Re: How to use Gtranslate with https
Jul 10, 2014 4:06 pm by Edvard
Jul 10, 2014 4:06 pm by Edvard
Yes, I can see your email, however I cannot find the private key. Please check with the SSL certificate provider and send me what you get from them.
Thanks!
Re: How to use Gtranslate with https
Jul 10, 2014 4:11 pm by isa
Jul 10, 2014 4:11 pm by isa
Do you see 2 certificates? I send SSL certificate what I get from them provider, the same certificate was installed to our server without problem.
Wait, what server type are you using ? example Plesk or Cpanel
Re: How to use Gtranslate with https
Jul 10, 2014 4:23 pm by Edvard
Jul 10, 2014 4:23 pm by Edvard
Hi,
I need RSA private key to be able to install the certificate for you on our system.
Thanks!
Re: How to use Gtranslate with https
Jul 10, 2014 4:37 pm by isa
Jul 10, 2014 4:37 pm by isa
I send it please check your email, let me know that what you need?
Re: How to use Gtranslate with https
Jul 10, 2014 5:51 pm by Edvard
Jul 10, 2014 5:51 pm by Edvard
It is set up. Thanks!
Re: How to use Gtranslate with https
Jul 10, 2014 6:24 pm by isa
Jul 10, 2014 6:24 pm by isa
confirm it works, thank you
Re: How to use Gtranslate with https
Jul 10, 2014 6:26 pm by Edvard
Jul 10, 2014 6:26 pm by Edvard
You are welcome!
Re: How to use Gtranslate with https
Jul 16, 2014 4:22 pm by isa
Jul 16, 2014 4:22 pm by isa
Hello Edvard,
I having this problem now
https://domain.com/buy (Woking)
http://es.domain.com/buy (Redirect to loop)
I did Force redirection through buy.php
<?php if(!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == ""){
$redirect = "https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
header("Location: $redirect");
} ?>
Only works for https://domain.com/buy but not for https://sub.domain.com/buy
Any suggests?
Thanks
Re: How to use Gtranslate with https
Jul 16, 2014 5:38 pm by Edvard
Jul 16, 2014 5:38 pm by Edvard
Hi,
You need to modify your code to add current language $_SERVER['HTTP_X_GT_LANG'] which will be the language code of your current selected language or it will not be set on original language.
Also, please use $_SERVER['SERVER_PROTOCOL'] to detect https.
Thanks!
Thanks!
SIMILAR TOPICS
Gtranslate Multisite | Feb 12, 2019 7:27 am | Replies: 1 | Post by: infact_dat |
Gtranslate: Error with number | Feb 20, 2019 1:20 am | Replies: 1 | Post by: infact_dat |
GTranslate 3.7.4, Joomla 3.9.3 - doGTranslate is not defined | Feb 22, 2019 12:34 pm | Replies: 1 | Post by: oase |
Add-on gtranslate no longer works | Feb 2, 2019 6:01 am | Replies: 1 | Post by: DarylDixon |
Instragram and Gtranslate...!!!! | Dec 19, 2018 11:18 am | Replies: 1 | Post by: zackfernandes |