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.

HTTP Basic Authentication credentials passed in URL and encryption

I have a question about HTTPS and HTTP Authentication credentials. Suppose I secure a URL with HTTP Authentication: <Directory /…

https basic-authentication
How do I disable the security certificate check in Python requests

I am using import requests requests.post(url='https://foo.com', data={'bar':'baz'}) but I get a request.exceptions.…

python https python-requests
How to fix the "java.security.cert.CertificateException: No subject alternative names present" error?

I have a Java web service client, which consumes a web service via HTTPS. import javax.xml.ws.Service; @WebServiceClient(…

java ssl https certificate ssl-certificate
Why am I suddenly getting a "Blocked loading mixed active content" issue in Firefox?

This morning, upon upgrading my Firefox browser to the latest version (from 22 to 23), some of the key aspects of my …

http security firefox https mixed-content
Is it possible to have SSL certificate for IP address, not domain name?

I want my site to use URLs like http://192.0.2.2/... and https://192.0.2.2/... for static content to avoid unnecessary cookies in request …

https dns ip-address ssl-certificate
Enabling HTTPS on express.js

I'm trying to get HTTPS working on express.js for node, and I can't figure it out. This is my …

node.js https express
How to create an HTTPS server in Node.js?

Given an SSL key and certificate, how does one create an HTTPS service?

javascript node.js ssl https webserver
How do you redirect HTTPS to HTTP?

How do you redirect HTTPS to HTTP?. That is, the opposite of what (seemingly) everyone teaches. I have a server …

apache ssl redirect https
How to allow http content within an iframe on a https site

I load some HTML into an iframe but when a file referenced is using http, not https, I get the …

html security http iframe https
Ignore invalid self-signed ssl certificate in node.js with https.request?

I'm working on a little app that logs into my local wireless router (Linksys) but I'm running into a problem …

node.js https ssl-certificate