Tagged Questions
2
votes
2answers
141 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 ...
3
votes
3answers
261 views
True HTTPS? How?
/Using Google Chrome/
if i visit:
https://secure.wikimedia.org/wikipedia/en/wiki/File:Nokota_Horses_cropped.jpg
then the:
...
3
votes
4answers
503 views
How to examine POST request over HTTPS?
I'm trying to automate access to a website via scraping, and I'm trying to determine what parameters are being sent to the server in a POST request. I've currently got Wireshark open, but is there a ...