Secure Sockets Layer (SSL) is a cryptographic protocol that provides communications security over the Internet.

learn more… | top users | synonyms (2)

1
vote
3answers
111 views

What books or articles are must reads for learning about SSL management

I have found it very hard to find any books or articles that assume no understanding and take you from nothing to a master at managing SSL certificates on web servers. Most articles I have found deal ...
3
votes
1answer
43 views

SSL on site which asks API via HTTPS

For example I have a site site.com. It has its own http json api: api.site.com. API has authorisation and it runs under https. Now, I need to make visualization of some functionality of json api - so ...
2
votes
1answer
31 views

What is the easiest reliable way to host a HTTPS enabled static page on a domain I own

I'm looking for a simple & reliable way to host a HTTPS enabled static page on a domain I own. The fist thing that came to mind was S3 static website hosting but there seems to be no way to enable ...
2
votes
1answer
181 views

Is my htaccess setting hurting SEO?

I have a site that I have redirecting to https. I do this to leverage wildcard SSL for my password protected pages. Everything seems to work fine with testing. For example, whether you type in http or ...
2
votes
1answer
79 views

Using RegEx's in Multi-Channel Funnels in Google Analytics

For some reason, I can't get my multichannel funnel which utilizes RegEx's in the path steps to function -- it keeps coming back with no data. There are a few variables which may be holding things up, ...
1
vote
1answer
125 views

https:// search results appearing on Google for purely http:// site

I started weeding through my site's search results from Google today, using a site: search, to determine if there are any links that cause 404s and thus need redirecting. To my amazement I noticed ...
1
vote
1answer
128 views

Extended validation certificate not changing browser bar green in Firefox

I'm having some problems with an Extended validation certificate on a site that isn't showing the green bar correctly in Firefox. Chrome and IE are working fine. When I load the page the bar appears ...
1
vote
1answer
130 views

Enabling SSL on Apache2 causes address already in use error

My server works just fine on a normal Apache2 install. Now, I'm trying to install subversion on this server using a guide I found on the net called: Installation of Subversion on Ubuntu, with Apache, ...
1
vote
1answer
343 views

SSL is not enabled in Heroku

Since Heroku has integrated the piggybank_ssl addon by default, trying: heroku addons:add piggyback_ssl or heroku addons:add ssl:piggyback results in: ! This add-on is now a standard ...
0
votes
1answer
20 views

Microsoft update site has no SSL

We need to put a link to microsoft update site. But we come from SSL, but microsoft has no SSL activated for their update site. Is there any common workaround?
2
votes
0answers
207 views

Seeking htaccess help: Converting multiple subdomains (both http and https) to www.domain.com using .htaccess

I've been trying to get an answer to this question on other forums (the folks at SuperUser thought this was the place I needed to post) and via my connections, but I haven't gotten very far. Hopefully ...
1
vote
0answers
18 views

Virtualmin: https domain showing up for all other domains that have ssl disabled

My Virtualmin has a domain with an SSL cert enabled. All domains are on the same IP. The other domains have SSL disabled, and the problem is that if I request a https page for these domains they ...
1
vote
0answers
35 views

Are there considerations for expiring SSL certs for inactive domains?

I have a few domains that have effectively been "retired" though our company plans to keep them registered in perpetuity. However, soon a few of the SSL certs for the inactive domains are set to ...
0
votes
0answers
21 views

if I only use twitter or facebook for authentication, can I get away with not using SSL?

I've got twitter set up with OAuth on a site. I've recently moved it over to a new server where SSL is an add on. Personally, I'd prefer to not have yet another password to remember, so I'm thinking ...
0
votes
0answers
68 views

Why am I getting an Error in Plesk 9.5 when renewing a SSL certificate for a domain

I am really struggling with the renewal of the SSL certificate. I have completed the correct steps but when I get to the last step to click on "Web Hosting Settings" it gives me the error: There is no ...
0
votes
0answers
44 views

which wildcard SSL Certificate to go with?

We are looking to set up a service where multiple boxes in different data centers that would allow HTTPS access. We are looking to set to buy a wildcard SSL cert to handle any number of vanity sub ...
0
votes
0answers
44 views

Getting error when renewing SSL certificate

I get an error with the last step to renew the SSL certificate for a domain. The SCR, Certificate and the CA Certificate part has been supplied. The public IP address has been assigned to the domain ...
0
votes
0answers
295 views

SSL setup with GoDaddy subdomains and EC2 servers

We have two EC2 instances that are used to host various scripts. Our main page 'companyname.com' is hosted with GoDaddy but is unrelated to those EC2 instances. I need to setup SSL connections for the ...