Hello,
my website is available under https://mydomain.com. I'm using Plesk Obsidian / Centos 7.8 and apache http2 + Nginx as Reverse Proxy. Lets Encrypt Certificate is installed for the Domain.
I'm getting 403 Error for /wp-content/cache/all/index.html
curl -i https://mydomain.com
HTTP/2 403
server: nginx
curl -i http://mydomain.com
HTTP/1.1 301 Moved Permanently
Server: nginx
curl -i https://www.mydomain.com
HTTP/2 301
server: nginx
curl -i http://www.mydomain.com
HTTP/1.1 301 Moved Permanently
Server: nginx
curl -v https://mydomain.com
* Trying 93.x.x.x...
* TCP_NODELAY set
* Connected to domain.com (93.x.x.x) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=domain.com
* start date: May 1 13:02:29 2020 GMT
* expire date: Jul 30 13:02:29 2020 GMT
* subjectAltName: host "domain.com" matched cert's "domain.com"
* issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7ff409008800)
> GET / HTTP/2
> Host: domain.com
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 403
< server: nginx
< date: Fri, 22 May 2020 11:20:15 GMT
< content-type: text/html
< content-length: 4897
< vary: Accept-Encoding
< last-modified: Thu, 16 Oct 2014 13:20:58 GMT
< etag: "1321-5058a1e728280"
< accept-ranges: bytes
< ms-author-via: DAV
< access-control-allow-origin: *
my website is available under https://mydomain.com. I'm using Plesk Obsidian / Centos 7.8 and apache http2 + Nginx as Reverse Proxy. Lets Encrypt Certificate is installed for the Domain.
I'm getting 403 Error for /wp-content/cache/all/index.html
curl -i https://mydomain.com
HTTP/2 403
server: nginx
curl -i http://mydomain.com
HTTP/1.1 301 Moved Permanently
Server: nginx
curl -i https://www.mydomain.com
HTTP/2 301
server: nginx
curl -i http://www.mydomain.com
HTTP/1.1 301 Moved Permanently
Server: nginx
curl -v https://mydomain.com
* Trying 93.x.x.x...
* TCP_NODELAY set
* Connected to domain.com (93.x.x.x) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384
* ALPN, server accepted to use h2
* Server certificate:
* subject: CN=domain.com
* start date: May 1 13:02:29 2020 GMT
* expire date: Jul 30 13:02:29 2020 GMT
* subjectAltName: host "domain.com" matched cert's "domain.com"
* issuer: C=US; O=Let's Encrypt; CN=Let's Encrypt Authority X3
* SSL certificate verify ok.
* Using HTTP2, server supports multi-use
* Connection state changed (HTTP/2 confirmed)
* Copying HTTP/2 data in stream buffer to connection buffer after upgrade: len=0
* Using Stream ID: 1 (easy handle 0x7ff409008800)
> GET / HTTP/2
> Host: domain.com
> User-Agent: curl/7.64.1
> Accept: */*
>
* Connection state changed (MAX_CONCURRENT_STREAMS == 128)!
< HTTP/2 403
< server: nginx
< date: Fri, 22 May 2020 11:20:15 GMT
< content-type: text/html
< content-length: 4897
< vary: Accept-Encoding
< last-modified: Thu, 16 Oct 2014 13:20:58 GMT
< etag: "1321-5058a1e728280"
< accept-ranges: bytes
< ms-author-via: DAV
< access-control-allow-origin: *
Last edited: