Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Проверка доступности сайта по HTTPS... Ошибка. #25

Open
pratamishus opened this issue Sep 27, 2017 · 1 comment

Comments

@pratamishus
Copy link

Здравствуйте!

У меня не самоподписанный сертификат на dom-chaya.ru, соответственно, я оставляю поле пустым. Тем не менее выпадает ошибка "Проверка доступности сайта по HTTPS... Ошибка.". Пожалуйста, скажите в чем проблема.

Спасибо

@Seforme
Copy link

Seforme commented Sep 25, 2018

Добрый день! Замените условную функцию ориентировочто на 119 строчке файла telegram-site-helper-install.php на это:

if (array_key_exists("HTTP_X_HTTPS", $_SERVER)  || array_key_exists("HTTPS", $_SERVER) || strripos(@$_SERVER['HTTP_ORIGIN'],'https')!==false) {
			if (@$_SERVER['HTTPS'] != 'off' || @$_SERVER['HTTP_X_HTTPS'] == 1 || strripos(@$_SERVER['HTTP_ORIGIN'],'https')!==false) {
				
				$statuses["statusCheckingHTTPS"] = "ok";
			}
		}

Возможно, у Вас сертификат также как и у нас на nginx крутится и fpm не в курсе, что он https)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants