PHP UPLOAD SSL HTT2 Error net::ERR_CONNECTION_CLOSED, ERR_SPDY_PROTOCOL_ERROR

#1
Hi, I have installed SiberianCMS, without problems, I can upload files without the SSL certificate perfectly, when I enable SSL I can no longer upload files from the program.

OpenLiteSpeed 1.4.28.
PHP 5.6.32.
Centos 7 Minimal.

Error with: http/1.1 and http/2

Log Server:

Error:

2017-12-09 14:38:00.030 [INFO] [xxx.xxx.xxx.xx:57946:HTTP2-7] Connection idle time too long: 301 while in state: 6 watching for event: 25, close!
2017-12-09 14:38:00.030 [INFO] [xxx.xxx.xxx.xx:57946:HTTP2-7] Content len: 1011941, Request line:
POST /installer/backoffice_module/upload HTTP/1.1
2017-12-09 14:38:00.030 [INFO] [xxx.xxx.xxx.xx:57946:HTTP2-7] Redirect: #1, URL: /index.php
2017-12-09 14:38:00.030 [INFO] [xxx.xxx.xxx.xx:57946:HTTP2-7] HttpExtConnector state: 10, request body sent: 65536, response body size: -2, response body sent:655, left in buffer: 0, attempts: 0.
2017-12-09 14:52:25.066 [NOTICE] [xxx.xxx.xxx.xx:62150:HTTP2-1] ExtConn timed out while processing.
2017-12-09 14:53:25.034 [NOTICE] [xxx.xxx.xxx.xx:62150:HTTP2-1] ExtConn timed out while processing.
2017-12-09 14:54:25.048 [NOTICE] [xxx.xxx.xxx.xx:62150:HTTP2-1] ExtConn timed out while processing.

Chrome Events:

23286: HTTP2_SESSION
subdomain.domain.com:443 (DIRECT)
Start Time: 2017-12-09 10:51:24.139

t= 28860 [st= 0] +HTTP2_SESSION [dt=241987]
--> host = "subdomain.domain.com:443"
--> proxy = "DIRECT"
t= 28860 [st= 0] HTTP2_SESSION_INITIALIZED
--> protocol = "h2"
--> source_dependency = 23285 (SOCKET)
t= 28860 [st= 0] HTTP2_SESSION_SEND_SETTINGS
--> settings = ["[id:1 (SETTINGS_HEADER_TABLE_SIZE) value:65536]","[id:3 (SETTINGS_MAX_CONCURRENT_STREAMS) value:1000]","[id:4 (SETTINGS_INITIAL_WINDOW_SIZE) value:6291456]"]
t= 28860 [st= 0] HTTP2_SESSION_UPDATE_RECV_WINDOW
--> delta = 15663105
--> window_size = 15728640
t= 28860 [st= 0] HTTP2_SESSION_SEND_WINDOW_UPDATE
--> delta = 15663105
--> stream_id = 0
t= 28861 [st= 1] HTTP2_SESSION_SEND_HEADERS
--> exclusive = true
--> fin = false
--> has_priority = true
--> :method: POST
:authority: subdomain.domain.com
:scheme: https
:path: /installer/backoffice_module/upload
content-length: 1011941
origin: https://subdomain.domain.com
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
content-type: multipart/form-data; boundary=----WebKitFormBoundaryEkBTgewF9l8mcqDE
accept: */*
referer: https://subdomain.domain.com/installer/backoffice_module
accept-encoding: gzip, deflate, br
accept-language: es-ES,es;q=0.9,en;q=0.8,gl;q=0.7,und;q=0.6,ru;q=0.5
cookie: [156 bytes were stripped]
alexatoolbar-alx_ns_ph: AlexaToolbar/alx-4.0.1
--> parent_stream_id = 0
--> source_dependency = 23281 (HTTP_STREAM_JOB)
--> stream_id = 1
--> weight = 220
t= 28862 [st= 2] HTTP2_SESSION_SEND_DATA
--> fin = false
--> size = 2852
--> stream_id = 1
t= 28862 [st= 2] HTTP2_SESSION_UPDATE_SEND_WINDOW
--> delta = -2852
--> window_size = 62683
t= 28862 [st= 2] HTTP2_SESSION_SEND_DATA
--> fin = false
--> size = 2852
--> stream_id = 1
t= 28862 [st= 2] HTTP2_SESSION_UPDATE_SEND_WINDOW
--> delta = -2852
--> window_size = 59831
t= 28862 [st= 2] HTTP2_SESSION_SEND_DATA
--> fin = false
--> size = 2852
--> stream_id = 1
t=208828 [st=179968] HTTP2_SESSION_PING
--> is_ack = true
--> type = "sent"
--> unique_id = 1230390591
t=209107 [st=180247] HTTP2_SESSION_RECV_HEADERS
--> fin = false
--> :status: 503
content-type: text/html
cache-control: private, no-cache, max-age=0
pragma: no-cache
content-encoding: gzip
vary: Accept-Encoding
content-length: 665
date: Sat, 09 Dec 2017 14:54:25 GMT
server: LiteSpeed
--> stream_id = 1
t=209107 [st=180247] HTTP2_SESSION_RECV_DATA
--> fin = false
--> size = 665
--> stream_id = 1
t=209107 [st=180247] HTTP2_SESSION_UPDATE_RECV_WINDOW
--> delta = -665
--> window_size = 15727975
t=209107 [st=180247] HTTP2_SESSION_RECV_DATA
--> fin = true
--> size = 0
--> stream_id = 1
t=270845 [st=241985] HTTP2_SESSION_RECV_GOAWAY
--> active_streams = 1
--> debug_data = ""
--> error_code = "0 (NO_ERROR)"
--> last_accepted_stream_id = 1
--> unclaimed_streams = 0
t=270846 [st=241986] HTTP2_SESSION_CLOSE
--> description = "Connection closed"
--> net_error = -100 (ERR_CONNECTION_CLOSED)
t=270846 [st=241986] HTTP2_SESSION_UPDATE_RECV_WINDOW
--> delta = 665
--> window_size = 15728640
t=270846 [st=241986] HTTP2_SESSION_POOL_REMOVE_SESSION
t=270847 [st=241987] -HTTP2_SESSION
 
Last edited:
Top