# How to disable non Marfeel CDN
As a prerequisite to MarfeelCDN installation, the tenant must disable any CDN they have configured on their servers.
In this guide, you will find steps to validate which CDN a tenant is using, and how to guide them through the deactivation.
WARNING
There are multiple CDN providers, if the one the tenant is using is not in this guide, they will have to manage deactivation directly with their provider.
# Determine if the tenant uses Cloudflare CDN
To check if Cloudflare CDN is active on a tenant use the curl
command with the -I
option.
From anywhere in the console, use the curl
command with the -I
option followed by the tenants URL:
- The URL must include HTTP or HTTPS, depending on the tenant's configuration.
- Add
origin.
at the beginning of the domain.
$ curl -I https://origin.example.com
; Date: Fri, 19 Jun 2020 05:59:53 GMT
;; Content-Type: text/html; charset=utf-8
;; Connection: keep-alive
;; Set-Cookie: __cfduid=d696b5ee2f5b1e10a68a28dc5c032d96f1592546393; expires=Sun, 19-Jul-20 05:59:53 GMT; path=/; domain=.www.cloudflare.com; HttpOnly; SameSite=Lax; Secure
;; CF-Ray: 5a5b06cded71ff34-MAD
;; Age: 0
;; Cache-Control: public, s-max-age=30
;; Strict-Transport-Security: max-age=31536000
;; Vary: Accept-Encoding
;; CF-Cache-Status: HIT
cf-request-id: 036cc294ad0000ff3457869200000001
Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
Server: cloudflare
CF-Cache-Status: ...
CF-Ray: ...
;; alt-svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400
` If any of the following response headers are present on the output, it means the Cloudflare CDN is active and needs to be deactivated.
- Contains any of the headers
CF-Ray
,CF-Cache-Status
,cf-request-id
- If header
Server
iscloudflare
- If header
Expect-CT
containscloudflare.com
# How to Disable Cloudflare CDN
The tenant can follow this guide (opens new window) to disable Cloudflare's CDN.
Ensure is disabled.
# How to Disable GoDaddy CDN
The tenant can follow this guide (opens new window) to disable GoDaddy's CDN.