HTTPS stands for HTTP Secure and is a combination of HTTP and SSL/TLS (Secure Sockets Layer/Transport Layer Security) and is used to provide an encrypted connection to a website.
0
votes
1answer
17 views
Configuring Apache2 to Auto redirect calls to port 80 to port 443
I am running an Ubuntu 12.04 Server-based Apache2 server with SSL. I seem to have my configuration correct to achieve SSL connections over port 443, and at first, I did not even configure the server ...
0
votes
1answer
35 views
Are there programs for monitoring http requests sent from computer? [closed]
Are there programs for Windows that would enable me to listout all the http requests my computer sent to all web servers and monitor in real time?
Example, I visit website.com and that website would ...
1
vote
1answer
14 views
Apache vhost config with ssl redirect and two sites
I am running an apache webserver for a while now with a secure server. All traffic was rerouted to https://first.some.com (example names). Now I want to add a second site for testing purposes on the ...
-1
votes
2answers
44 views
Download file from secure https location [closed]
I am looking for a way to download a file which reside in a secure https location.
Username and password required. Any way i can automate this?
thanks in advance
Andy
1
vote
1answer
15 views
Switch red5 https.port
Our Plesk parallels was installed at port 8443 and since installing red5, we haven't had use of it. I later found out that by default, when a server has ssl, red5 uses port 8443. Is there any way to ...
0
votes
2answers
49 views
Logging into google on company computer [duplicate]
I have just started my very first corporate job at a big company this week, and they issued me a personal laptop (not shared with anyone else). I've been told that they monitor the internet fairly ...
0
votes
2answers
61 views
Connect to an https service using an http-only client
Is there a simple command line client that would be invoked something like this:
http2https --listen localhost:80 --connect example.com:443
which would then allow me to effectively connect to ...
0
votes
0answers
52 views
Owncloud and https setup
I installed owncloud on Raspbian following mainly this tutorial: Owncloud Tutorial
Installation worked perfectly and within my LAN network I can reach the cloud, add files etc...
However, if I try ...
0
votes
0answers
24 views
Can't find relative stylesheet path for Platform Wordpress theme
I can see that the link to my stylesheet is being blocked, in the resources tab of developer tools, because of the absolute path in the header of the theme. So when viewing the page through an https ...
31
votes
4answers
832 views
Can the URL be read by third parties when browsing via HTTPS?
We all know that HTTPS encrypts the connection between the computer and the server so that it cannot be viewed by a third party. However, can the ISP or a third party see the exact link of the page ...
0
votes
2answers
123 views
Sniffing network traffic these days
I've been always worrying about using HTTPS in all sites and using secure connections in Messenger, Email, etc, because I don't want people being able to read my private info or hacking my sessions on ...
1
vote
0answers
144 views
Establish https on nonstandard port
I'm trying to estamblish https on port 55434 (different than standard 443). My nginx configuration looks like this:
server {
server_name example.org;
listen 55434 ssl;
ssl ...
0
votes
1answer
94 views
Using HTTPS with a squid proxy
I have a squid proxy set up on a few different servers. I am behind it on most applications (firefox, other apps that allow proxy config, etc). right now I'm not using https, and if I look in ...
30
votes
2answers
1k views
Why do some websites show the company name next to the URL?
Some websites show the company name next to the URL (in Chrome) and some don't.
How do I set this up for my website? Is there a reason why or why I wouldn't want to do this?
0
votes
1answer
58 views
acess multiple http/s ports via subdirectories of port 80/443 with apache2
My problem is, that I have server applications using http but running on port 9001 for example. As I have webapplications running on port 80 and port 443 I can't simply change the configuration of the ...
-1
votes
3answers
134 views
How ISP sees the HTTPS traffic? [duplicate]
If I am visiting a https url say https://www.youtube.com/watch?v=7HKoqNJtMTQ. What exactly my ISP will see ?
0
votes
0answers
155 views
How to block https google Dansguardian, privoxy or iptables
How do I use Dansguardian to do this? I know I can blanket block SSL by uncommenting the **s in bannedsitelist, but this is a little extreme and means a lot of pain adding desired SSL sites to the ...
0
votes
0answers
21 views
What does the errorFORBIDDEN popup mean on a https server while sending an ajax post to the server?
On a https website, some operations like ajax posting to the server are performed. For example:
$(".output").load("/server/ajax/", {client: 1234});
The above jQuery operation will perform a POST.
...
1
vote
1answer
154 views
How to download YouTube videos via HTTPS [duplicate]
I am unable to access YouTube on http. But I can access the same on an https.
When I executed the command wget https://www.youtube.com/watch?v=StJLvbPIvTw it returned the following response:-
...
2
votes
2answers
186 views
HTTPS connections fail with Chrome
Currently I can't use HTTPS with Chrome*. I get
Error 103 (net::ERR_CONNECTION_ABORTED)
I noticed it trying to login into Dropbox or search with Google using HTTPS.
How can I repair this?
* ...
2
votes
1answer
55 views
Is HTTPS connection hijacking possible?
This really bothers me a long time,
because.. to encrypt / decrypt data you first need to send a encryption key / decryption key (on an unencrypted connection) to the computer you are comunicating ...
0
votes
0answers
74 views
Unable to open secure HTTPS websites on the tablet Android [closed]
My laptop and tablet are connected to the same access point. The LAN port of the WiFi point is connected to the router that uses DHCP protocol.
I can access all the websites including secure ones ...
1
vote
1answer
89 views
Are web browsers automatically using HTTPS when available?
Type xkcd.com in location bar, hit return -> https://xkcd.com.
But if I type http://xkcd.com instead, it does not change to HTTPS.
I've checked both URLs, and they're not using HSTS headers. I'm ...
0
votes
1answer
123 views
Port 443 TCP HTTPS Connections very slow - Ubuntu
I have a server application in linux that connects to port 443 to send HTTPS messages using SSL. When I run this code on my home linux box these connections go through instantly, but when I run this ...
0
votes
0answers
84 views
Web sniffer / HTTP viewer [migrated]
I am aware of the following sites that allow you to inspect the particulars of an HTTP transaction with most websites:
http://web-sniffer.net
HTTP & HTTPS
Only bookmark result if HTTP header ...
1
vote
0answers
232 views
self-signed SSL certificate error: certificate has invalid digital signature
I have a c# program and part of it creates a self-signed certificate.
The problem is when i try to import the certificate in MMC it says "This certificate has an invalid digital signature."
And when ...
1
vote
0answers
187 views
set https proxy with squid and iptables
have a Linux as router, eth0 (192.168.0.60) connect to LAN, eth1 (10.100.33.239) connect to Internet. squid works well, I can set 10.100.33.239:3128 or 192.168.0.60:3128 as proxy in web browser and ...
1
vote
2answers
113 views
Getting all the filenames (not content) recursively from an http directory
A large biological research project has chosen to make its archive available via https here:
https://tcga-data.nci.nih.gov/tcgafiles/ftp_auth/distro_ftpusers/anonymous/tumor/
Unfortunately, it ...
0
votes
1answer
92 views
force yahoo messenger to use https
I'm accessing yahoo messenger behind a firewall and it seems that yahoo messenger is blocked..
However i-tried the messenger via yahoo mail and it works if I use https.
I know IE is used by yahoo to ...
1
vote
2answers
58 views
Tracking information on HTTPS connection
My organization uses cyberoam firewall. They are monitoring all activities including my search text in Google, Wikipedia etc. So recently i changed to HTTPS versions and now using HTTPS connections of ...
0
votes
1answer
126 views
How can I secure my https connections against man in the middle attacks or at least warn when they occur?
From what I'm reading on Bruce Schneier's blog post, man in the middle attacks (MITM) are commonplace for https connections. The agents of the attack are your ISP and corporate IT folks.
How can I ...
0
votes
0answers
169 views
Webdav between a OS X Server (self-signed certificate) and Windows 7?
Problem data:
I have two freshly installed OS X Server 10.8.2 and Windows 7 SP1 (all updates to date).
A self signed certificate on the OS X Server generated automatically and working for the exact ...
0
votes
1answer
140 views
Google Chrome blocks scripts from GitHub pages and non HTTPS sites
Google Chrome is not loading all the files of my web app and stops any external files hosted on GitHub. Namely the .js, .css links are blocked from viewing when I access the app via HTTPS.
I am ...
-2
votes
2answers
88 views
how i can edit my domain and remove the S from https [closed]
i buy a ssl on godady,and i have cancel this services ssl,iam having problem with my blog because that,how i go back to http,and remove the "S" from https,so i have my blog normal like before.
this ...
0
votes
2answers
73 views
Can SSL connection send my IP address to the host?
I don't have enough information about the difference between HTTP and HTTPS, but
can an HTTPS request send my IP address to the host and store it?
What are the kinds of data that are being ...
0
votes
1answer
33 views
65K ports and SSL? [closed]
People conencts to a Bank using SSL.
Bank is openning its 443 port.
but there is only 1 port of 443 , but it is a server so I guess he is using also the other ports.
But thats means that it can ...
0
votes
0answers
164 views
Issue with SSL certificate in internet explorer 8, popup does not appear
I need to log into a https website using SSL certificates.
If I try to do this in mozilla firefox, the certificate popup appears and everything works well. Problem is, that application does not ...
1
vote
1answer
46 views
use HTTPS to browse locally used site
I have a website used locally in my domain using IIS7 installed on Windows 2008. This website is bound to HTTP, and I need to bind it using HTTPS.
I searched around and I saw that it's possible with ...
0
votes
2answers
149 views
Is there any proxy standard/software which encrypts the conneciton between client and proxy server?
I know of usual HTTP proxys and Socks proxys (Socks 4 / Socks 5 - where the main difference as far as I know is the support for DNS resolution via proxy).
Both variants more or less "pass the data ...
1
vote
1answer
194 views
Slow Gmail attachment download over HTTPS
It only affects Gmail. I have tested other HTTP, FTP and HTTPS websites and downloading is fine, at the exact same time the problem is affecting a Gmail attachment download.
The symptoms include ...
1
vote
0answers
44 views
Using Apache as a debug proxy for https traffic
I know that I should be using mitmproxy (or Charles, or Fiddler, or Burp Proxy), and that I can use Squid, but is it possible to use Apache to debug out going https traffic from my computer? That is, ...
0
votes
1answer
41 views
Securing traffic sent over HTTP, Client side [closed]
I am currently writing up on HTTP and HTTPS and the advantages of HTTPS. I was thinking, is it possible to securely send data to a server i.e login, which is just HTTP. The result I was thinking that ...
1
vote
0answers
131 views
When I enter an address with https, Firefox (sometimes) changes it to http
What I did:
I visited https://en.wikipedia.org./wiki/Main_Page (yes, there is a dot after TLD)
I got an SSL error (because the cert isn't valid for the domain name with dot)
I visited ...
0
votes
0answers
55 views
Why Gmail contains unencrypted resources. [closed]
I just reinstalled Google Chrome and when I go to Gmail the padlock in the Omnibox will change to yellow before I do anything. But before the reinstallation Chrome always show green padlock if I do ...
2
votes
0answers
45 views
Images not showing on website, seems to only happen for me
I am seeing very strange behavior with images not appearing on a site. Other people have reported being able to see them, but it seems that I am the only one that can't.
The site is at ...
0
votes
1answer
118 views
Why does Chromium say every page has insecure content?
A lot of people seem to be having this problem, and few are getting concrete answers.
Why does Chromium say every page has insecure content?
0
votes
0answers
162 views
Can't Log into Facebook, Twitter and other https using Opera Browser
Using Opera on Ubuntu 12.04 (64bit), downloaded from opera website, installed with software center, I cannot log into any account using https with opera. I had the same issue on Ubuntu 10.04 and ...
0
votes
2answers
695 views
Tunneling HTTPS traffic via a PUTTY/SSL tunnel with SOCKS
I have configured a SOCKS ssh tunnel to a remote proxy, and set my Firefox to use localhost:<port> as a SOCKS proxy. My intention is to tunnel outgoing HTTP/S connections from my machine via a ...
0
votes
1answer
234 views
Using secure proxies with Google Chrome
Whenever I use a secure proxy with Google Chrome I get ERR_PROXY_CERTIFICATE_INVALID, I tried a lot of different scenarios and versions.
The certificate
I'm using a self-signed certificate:
openssl ...
8
votes
5answers
453 views
Downloading Microsoft Security Essentials via HTTPS
I want to download Microsoft Security Essentials on my brand new Windows 7 home PC. The official site presented to me is http://windows.microsoft.com/de-CH/windows/products/security-essentials, as I ...



