Top "Https" questions

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

Requests (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.") Error in PyCharm requesting website

Using requests in Python3 Windows via Pycharm, and receiving SSL Module Not Available Error I've spent hours trying to figure …

python ssl https python-requests pycharm
Server returned HTTP response code: 401 for URL: https

I'm using Java to access a HTTPS site which returns the display in an XML format. I pass the login …

java tomcat https http-status-code-401
wget ssl alert handshake failure

I am trying to download files from an https site and keep getting the following error: OpenSSL: error:14077410:SSL routines:…

ssl https wget
Ajax using https on an http page

My site uses http and https protocol; it doesn't affect the content. My site uses jQuery ajax calls, which fills …

jquery ajax https cors
How to make a website secured with https

I have to build a small webapp for a company to maintain their business data... Only those within the company …

asp.net ssl https asp.net-2.0
ssl.SSLError: tlsv1 alert protocol version

I'm using the REST API for a Cisco CMX device, and trying to write Python code which makes a GET …

python ssl https cisco
HTTPS setup in Amazon EC2

How do we enable HTTPS in Amazon EC2? Our site is working on HTTP.

amazon-ec2 https
Can't connect to HTTPS site using cURL. Returns 0 length content instead. What can I do?

I have a site that connects using cURL (latest version) to a secure gateway for payment. The problem is cURL …

php curl https
Access Https Rest Service using Spring RestTemplate

Can anybody provide me with a code sample to access rest service url secured with https using spring rest template. …

spring rest https certificate resttemplate
Is an HTTPS query string secure?

I am creating a secure web based API that uses HTTPS; however, if I allow the users to configure it (…

ssl https query-string