Hi, i have issue from some of different OS send tls 1.0. Is it possible to check it with mikrotik terminal? I tried like this
/tool fetch http-method=post url=“https://test.com/testapi”
i need similar command which windows does:
curl -v --tlsv1.2 -X POST "https:/test.com/testapi"