Request failed using ssl configuration

I recently installed tyk and everything worked correctly but when I set up ssl certificates I get the following error when restarting the gateway:

● tyk-gateway.service - Tyk API Gateway
   Loaded: loaded (/lib/systemd/system/tyk-gateway.service; disabled; vendor preset: enabled)
   Active: active (running) since Thu 2018-01-04 16:43:05 CET; 1min 3s ago
 Main PID: 22876 (tyk)
    Tasks: 5
   Memory: 20.6M
      CPU: 98ms
   CGroup: /system.slice/tyk-gateway.service
           └─22876 /opt/tyk-gateway/tyk --conf=/opt/tyk-gateway/tyk.conf

Jan 04 16:44:00 ruba2 tyk[22876]: time="Jan  4 16:44:00" level=error msg="Request failed with error Get http://localhost:3000/register/node: malformed HTTP response \"\\x15\\x03\\x01\\x00\\x02\\x02\"; retrying in 5s"
Jan 04 16:44:02 ruba2 tyk[22876]: time="Jan  4 16:44:02" level=warning msg="DRL not ready, skipping this notification"
Jan 04 16:44:02 ruba2 tyk[22876]: time="Jan  4 16:44:02" level=error msg="Payload signature is invalid!"
Jan 04 16:44:04 ruba2 tyk[22876]: time="Jan  4 16:44:04" level=warning msg="DRL not ready, skipping this notification"
Jan 04 16:44:04 ruba2 tyk[22876]: time="Jan  4 16:44:04" level=error msg="Payload signature is invalid!"
Jan 04 16:44:05 ruba2 tyk[22876]: time="Jan  4 16:44:05" level=error msg="Request failed with error Get http://localhost:3000/register/node: malformed HTTP response \"\\x15\\x03\\x01\\x00\\x02\\x02\"; retrying in 5s"
Jan 04 16:44:06 ruba2 tyk[22876]: time="Jan  4 16:44:06" level=warning msg="DRL not ready, skipping this notification"
Jan 04 16:44:06 ruba2 tyk[22876]: time="Jan  4 16:44:06" level=error msg="Payload signature is invalid!"
Jan 04 16:44:08 ruba2 tyk[22876]: time="Jan  4 16:44:08" level=warning msg="DRL not ready, skipping this notification"
Jan 04 16:44:08 ruba2 tyk[22876]: time="Jan  4 16:44:08" level=error msg="Payload signature is invalid!"

You can disable payload signing:

https://tyk.io/docs/troubleshooting/tyk-installation/payload-signature-invalid-error/

Thanks Martin :smiley: