After that as per the link it ask to configue tyk.conf (with gateway url) and tyk-analytics.conf with (dashboard url).
As I using using open source edition I haven’t installed the dashboard. I am quite confuse here what configuration is needed to setup ssl with it.
I tried to put gateway url and listen port 8080 but with 8080 I am getting error port already in use So I updated it to 3000 but its not working. There nothing listening at 3000.
Please help to provide clear steps to configure ssl for open edition.
Additionally I would like to know when we install tyk gateway open source then what all components get installed at /opt folder and If I want to unstall tyk gateway how I can proceed.
Hi @saloni512, can you try the documentation without the dashboard configurations or data.
As I using using open source edition I haven’t installed the dashboard. I am quite confuse here what configuration is needed to setup ssl with it.
You only need the section below unless you want to change the listen port
Use this whole object
"http_server_options": {
"use_ssl": true,
"certificates": [
{
"domain_name": "*.yoursite.com",
"cert_file": "./new.cert.cert",
"key_file": "./new.cert.key"
}
]
}
Additionally I would like to know when we install tyk gateway open source then what all components get installed at /opt folder and If I want to unstall tyk gateway how I can proceed.
This depends on how you installed it. But you could just delete it.
I tried to put gateway url and listen port 8080 but with 8080 I am getting error port already in use So I updated it to 3000 but its not working. There nothing listening at 3000.
Can you check the hello endpoint. But if there is a clashing port then you would need to resolve that first.
@saloni512, considering the /hello path is working, the issue may be occurring during contact with the upstream server. The error is a Tyk error, however, we need to see the gateway logs to find out more information about the error.