Arduino HTTPS connection

How are you?
I have a urgent issue with Arduino UNO with a W5200 ethernet board and post the question here.
I want to make the https connection in my Arduino UNO device with a W5200 ethernet board.
Normal http connection works well with HttpClient.
But https is always failed and I get error code 301.
How can make the https connection.
Thank you for your advice.
Regards

Please post the code that you have tried with details of the Arduino that you are using

"How can make the https connection."

You may need to upgrade to something like a ESP8266 board for which there is https example code. You might look at the example code to see what is required.