?
avatar suklamc
suklamc
25 Aug 2016

Steps to reproduce the issue

In Joomla 3.6.2 unable to enable HTTPS in Global Configuration

Expected result

Message
Configuration successfully saved.

Actual result

Warning
HTTPS has not been enabled as it is not available on this server.

System information (as much as possible)

Setting Value

PHP Built On Linux sgx.HIDDEN.in 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64
Database Version 5.5.50-0ubuntu0.14.04.1
Database Collation utf8_general_ci
Database Connection Collation utf8mb4_general_ci
PHP Version 5.5.9-1ubuntu4.19
Web Server Apache/2.4.7
WebServer to PHP Interface cgi-fcgi
Joomla! Version Joomla! 3.6.2 Stable [ Noether ] 4-August-2016 23:41 GMT
Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2838.0 Safari/537.36

Setting Value

Safe Mode Off
Open basedir None
Display Errors Off
Short Open Tags Off
File Uploads On
Magic Quotes Off
Register Globals Off
Output Buffering On
Session Save Path /home/magadi/tmp
Session Auto Start 0
XML Enabled Yes
Zlib Enabled Yes
Native ZIP Enabled Yes
Disabled Functions pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Multibyte String (mbstring) Enabled Yes
Iconv Available Yes
Mcrypt Enabled No
Maximum Input Variables 1000

screen shot 2016-08-25 at 01 32 32

Additional comments

The Server uses Certificates from Lets Encrypt (Automatically handled in Webmin/VirtualMin)

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
4.00

avatar suklamc suklamc - open - 25 Aug 2016
avatar andrepereiradasilva
andrepereiradasilva - comment - 25 Aug 2016

hi. can't reproduce with the information you give.

please add this two lines of code

unset($response->body);
$app->enqueueMessage(nl2br(print_r($response, true)), 'notice');

In this line https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_config/model/application.php#L141

Then choosee "Administrator Only" or "Entire site".
You will get a notice after saving with some debug info.

Example:
image

avatar suklamc
suklamc - comment - 25 Aug 2016

This is what i got ...

Notice

JHttpResponse Object
(
[code] => 400
[headers] => Array
(
[Date] => Thu, 25 Aug 2016 11:08:24 GMT
[Server] => Apache/2.4.7
[Content-Length] => 226
[Connection] => close
[Content-Type] => text/html; charset=iso-8859-1
)

)


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11780.

avatar suklamc
suklamc - comment - 25 Aug 2016

I see Issue Number #11785 is also for the same thing


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11780.

avatar andrepereiradasilva
andrepereiradasilva - comment - 25 Aug 2016

is not the same thing:

400 Bad Request
The request could not be understood by the server due to malformed syntax. The client SHOULD NOT repeat the request without modifications.

See https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

avatar brianteeman brianteeman - change - 25 Aug 2016
Priority Urgent Medium
avatar brianteeman
brianteeman - comment - 25 Aug 2016

Reset priority according to our standards


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11780.

avatar andrepereiradasilva
andrepereiradasilva - comment - 25 Aug 2016

A HTTP 400 status code seems to be server config issue

avatar brianteeman
brianteeman - comment - 27 Aug 2016

I am closing this issue. It is a server issue and Joomla is correctly telling you that. Nothing we can can do


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/11780.

avatar brianteeman brianteeman - change - 27 Aug 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-08-27 09:04:30
Closed_By brianteeman
avatar brianteeman brianteeman - close - 27 Aug 2016

Add a Comment

Login with GitHub to post a comment