The https tag has no wiki summary.
1
vote
0answers
33 views
How to make local system CA certificates known to Firefox?
Recently, the CAcert root certificates have been removed from Debian (more precisely, from the ca-certificates package). Since I want to keep them, I backed up the directory
...
0
votes
0answers
24 views
Possibility to use app in LAN and via Internet
I use web based (https encapsulated) app in my home network and via Internet. The app has dedicated Linux desktop client (I use Mageia ver4 Linux for laptop). Of course server address I have connected ...
1
vote
1answer
50 views
Webserver establishing new outgoing connections from port 443
I've been trying to configure the firewall on a webserver running Apache using iptables commands. I took the approach of blocking all outgoing connections, except for those that are required. ...
0
votes
0answers
25 views
Unable to access page with https
I have configured https on my server with apache2 which is in cloud.
The below Listen directives are enabled in it.
Listen 80
Listen 443
The port 80 is firewalled in cloud.
So I used port 443 to ...
2
votes
1answer
16 views
catch http requests from another process
Suppose a process, among other things, is posting https requests, for example with curl.
Assuming I have root privileges, is there a way to intercept such requests and respond with an http error ...
1
vote
1answer
84 views
Apache fails to start after changing cert and key
The problem appeared after I changed https certificate and key.
sudo /etc/init.d/httpd restart shows this:
Stopping httpd: [FAILED]
Starting httpd: [FAILED]
Apache's error_log:
[Tue Dec 03 ...
3
votes
1answer
261 views
What tool can I use to sniff HTTP/HTTPS traffic?
I'm looking for a command line tool that can intercept HTTP/HTTPS requests, extract information such as: (content, destination, etc.), perform various analysis tasks, and finally determine if the ...
1
vote
2answers
94 views
SSH key for HTTP
Is it possible to set something up like SSH Keys for http traffic, so that a browser must have the matching key in order to access?
2
votes
2answers
194 views
Why there is no https transport for debian apt tool?
With all paranoia that has come with NSA and everything, I'm wondering why debian package installation mechanism does not support HTTPS for its transport, let alone using it by default.
I know debian ...
-2
votes
1answer
294 views
Red hat enterprise linux how do i install apache with SSL HTTPS? i have CERTIFICATE, KEY, INTERMEDIATE (ROOT CA) from heart internet [closed]
How can i install SSL HTTPS in my apache webserver in Red hat enterprise linux? Only following is installed. And i have tried this website follow up but its not working it fails.
$ uname -a
...
2
votes
1answer
708 views
`openssl`: Subject Alternative Name
I wrote this bit of code to get the Common Name of the subject field in the SSL certificate for a given domain:
$ echo -e "GET / HTTP/1.1\nEOT" | openssl s_client -connect google.com:443 2>&1 ...
2
votes
2answers
253 views
Apache server redirects main domain to https
I have this server with multiple domains running CentOS 6.2 and Apache. This server has a SSL certificate installed and working well.
Every time I browse to the main domain, without adding http:// it ...
1
vote
1answer
616 views
How can I update certificates on my system to fix wget's error: “Unable to establish SSL connection.”?
Sometimes I notice that I am unable to connect via SSL with curl and wget to websites that have certificates that should be valid.
One example might be https://squareup.com/ which has a Verisign ...
3
votes
1answer
913 views
Connect to Webdav (https) with domain\user
I have a problem trying to connect with our network webdav share on mac osx. I can connect from windows, so it's working. On Mac OSX I have set the routes, and I can connect when using "Transmit" but ...
2
votes
7answers
1k views
Creating an HTTPS tunnel
I have a VPS. How do I connect to my server through HTTPS protocol and redirect my browser connections to the HTTPS connection?
Currently I use SSH tunnel but it's too slow.
1
vote
2answers
1k views
Fast and Small C++ https proxy
I'm looking for a small, fast, and reliable https proxy that I can extend to do the following:
Look for https handshake requests.
Run a regular expression against the host name being requested.
If ...
1
vote
1answer
170 views
iptable rule to redirect only https handshake?
I was reading this interesting article today: http://www.moserware.com/2009/06/first-few-milliseconds-of-https.html
A crazy thought came to mind...Is it possible to write an iptable rule that only ...
5
votes
2answers
286 views
Make vim / curl recognize https:// links
I recently noticed vim/vimdiff can open links (using curl, it seems), which is an awesome feature.
I wanted to use it today, like this:
vimdiff deps ...
4
votes
4answers
2k views
Most straightforward way of getting a raw, unparsed HTTPS response
What would be the most straightforward way of making a GET request to a url over HTTPS, and getting the raw, unparsed response?
Could this be achieved with curl? If so, what options would you need to ...
2
votes
1answer
3k views
cURL/wget - SSLv3, TLS handshake, CERT hangs
I have problems connecting to https sites using cURL or wget. When I download from a https curl seems to be stuck while doing the TLS handshake, CERT.
The problem is independent of the site (I noticed ...
-1
votes
1answer
1k views
How to block HTTPS site using RHEL Squid?
I want to block HTTPS sites using Linux Squid server. How can I do this?
