0
votes
1answer
30 views

Apache SSL not working

Apache 2.2 on debian-based Linux # a2enmod ssl && service apache2 restart According to Sheilds UP!, "Your computer has responded that this port exists but is currently closed to connections" ...
0
votes
1answer
67 views

What do i do with my SSL certs. after buying them?

Ok, i have an apache server running on XAMPP and i have generated my csr and some fake certificates. I went to Thawte's website and got an SSL trial and they email me back with all these other ...
1
vote
1answer
53 views

Proper Rules For SSL Redirect For Subdomains

RewriteCond %{HTTP_HOST} ^(.*\.)*subexample.example.com$ [NC] RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^(.*)$ https://subexample.example.com/$1 [R] Is what I have been using. It works as ...
1
vote
0answers
634 views

Redirect IP to url for ISPConfig 3 administration

I am running a debian machine with ISPConfig 3.0.4.3. Yesterday I purchased a RapidSSL wildcard certficate and want to make sure my IPSConfig always loads the admin.mydomain.net url. Even if the user ...
1
vote
1answer
324 views

Comodo-signed SSL 2.0 certificate not working with Internet Explorer

I'm having trouble getting my Comodo signed SSL Certificate to work with Internet Explorer in Apache2. Internet Explorer gives an error that there is a problem with the certificate. I tried all ...
0
votes
2answers
1k views

How to easily deploy HTTPS in ubuntu 10.04?

I have an apache web server running on Ubuntu 10.04 and I would like to switch everything to HTTPS.