Questions tagged [https]

Hypertext Transfer Protocol Secure

Hypertext Transfer Protocol Secure (HTTPS) is a combination of the Hypertext Transfer Protocol (HTTP) with SSL/TLS protocol to provide encrypted communication and secure identification of a network web server

218 questions
3
votes
1 answer

Any HTTPS clients without SNI support in repositories?

I want to test how my server behaves for a client that have a switch for disabling or doesn't have SNI support at all. Preferably, one with a command-line interface and in official repositories. Can I disable SNI in wget or curl?
int_ua
  • 8,574
1
vote
2 answers

Is there any way to use Https in the Ubuntu?

I live in Iran and many of sites such as BBC WORLD are blocked by our betray government so I don't have access to suchlike sites. Please guide me how I can use Https in the Ubuntu. I have address and user+pass for my https account.
Fardin
  • 77
  • 2
  • 6
0
votes
0 answers

how to run get requests?

There use to be something called GET or HTTP so you could run get requests to a page, or download pages. This would be helpful for testing servers and doing stuff from CLi instead of using a browser. Is there any binary for this mean?
user1032811
0
votes
1 answer

HTTPS App on Ubuntu fails to connect to HTTPS web app on Windows

Windows Server 2012, Web Application has SSL installed from GoDaddy Ubuntu box has a running application which has a different SSL installed from GoDaddy. Application on Ubuntu points to the application on Windows Server 2012. in SSH, curl -Is…
Tasha
  • 1
-1
votes
1 answer

What is "GET / HTTP/1.1" 200 19019?

When I am trying to run a project based on python then it appears.