mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
28 lines
836 B
Markdown
28 lines
836 B
Markdown
## How to Disable SSL for Requests
|
|
|
|
*Note: This feature currently works on all platforms except Web*
|
|
|
|
**Step 1**
|
|
|
|
Make a GET request to https://expired-rsa-dv.ssl.com/
|
|
|
|

|
|
|
|
You will receive a certificate failed error.
|
|
|
|
**Step 2**
|
|
|
|
Visit API Dash Settings & turn on the "Disable SSL verification" switch
|
|
|
|

|
|
|
|

|
|
|
|
**Step 3**
|
|
|
|
Now, Resend the request.
|
|
|
|

|
|
|
|
You will receive a the response successfully.
|