-1
votes
1answer
21 views

Azure Website Certificate Signing Request (CSR) [closed]

I am running my website on Windows Azure. It's a Website in shared mode. I want add a SSL certificate that I have purchased from GoDaddy and for me to get the certificate I need to give GoDaddy my ...
0
votes
0answers
72 views

Issue with GDForm.php on GoDaddy web hosting

I have gdform.php in the root folder of my site. The coding is as follows (after <? php): $request_method = $_SERVER["REQUEST_METHOD"]; if($request_method == "GET"){ $query_vars = $_GET; } ...
-1
votes
0answers
31 views

How to replace the apache.crt and apache.key with GoDaddy.crt and key in SSL [closed]

So, after a week of trying to get my SSL up and running on my Apache2 server. I finally got it working. However, it is pointing at the self signed signature CRT that I created, in the SSL file. I ...
0
votes
2answers
82 views

How to configure Rails with Puma to use SSL?

I am using: Rails 3.2.13 Puma 1.6.3 Devise 2.2.3 So, I tried googling and looking for an answer, online, however I only found how to start puma using SSL: puma -b ...
0
votes
1answer
558 views

Installing an ssl certificate with godaddy [closed]

So according to: http://support.godaddy.com/help/article/5238/installing-an-ssl-certificate-in-apache There is the following line to edit in ssl.cof for Apache 2.x: SSLCertificateChainFile ...
-2
votes
1answer
68 views

SSL not trusted in Internet Explorer 9 [closed]

I have recently installed a SSL on a LAMP stack and the cert does not seem to be trusted in IE. Here's what I have in the apache2 config file for creating the virtual host for the ssl: ...
1
vote
0answers
101 views

Use custom SSL certificate file in ASP.NET for an outgoing connection to APNS

Is there any way to create a communication to the Apple Push Notification Servers for sending push notification from a shared hosting. At first glance, most people would stay away from it and use a ...
0
votes
2answers
333 views

Generating an SSL Key to work with node.js

I'm working to setup a SSL via GoDaddy to use with my node.js server on AWS EC2. I've been unable to get it to work. Here's what I've tried below. Intended for the domain: files.mysite.com On the ...
0
votes
2answers
1k views

install godaddy ssl certificate on aws elb

I've purchased an SSL certificate from godaddy. I've created a keystore file, generated a csr file from it, sent it to godaddy, and received these files: mydomain.crt gd_intermediate.crt ...
0
votes
1answer
58 views

error in https after ssl added in Heroku

I added ssl cert from godaddy in heroku following the tutorial https://gist.github.com/552554. heroku ssl told the info as following: $ heroku ssl secure.musememobile.com has no certificate ...
0
votes
1answer
365 views

Error Starting Tomcat 6 with SSL Enabled

I recently got a ssl certificate from godaddy. I created the keystore properly and put the following into my server.xml: <Connector port="8443" protocol="org.apache.coyote.Http11Protocol" ...
0
votes
1answer
904 views

Anybody knows how to send SSL emails with System.Net.Mail through GoDaddy email servers

I researched this on SO and could not find a truly complete answer. Many people, including myself, are able to send an email through C# System.Net.Mail by using port 25 or 587 and NOT using SSL. For ...
0
votes
0answers
35 views

How to get SSL to work when using a pointer URL [closed]

This is my first time trying to impliment using an SSL certificate so I'm really not too familiar with them at all. I am trying to get the certificate to work on an Amazon server. I did some ...
-1
votes
1answer
117 views

godaddy ssl cert w/virtualmin

Currently using virtualmin to manage my server, http://sn0n.com/ and I'm unable to get godaddys certs installed. I still get a message about using tls, attached image here: ...
1
vote
1answer
1k views

SSL not working with Tomcat

I am using Tomcat7 and my application works fine without SSL. I bought an SSL from GoDaddy and have set up the keystore correctly (I hope, I have spent considerable time with their customer support) ...
1
vote
1answer
107 views

Who can see the SSL information you enter when setting up a Certificate Signing Request?

I'm requesting one of the basic, cheap Godaddy SSL certs. It seems to me that on this basic type of cert it doesn't matter too much what you enter in the fields because on this type of cert ...
7
votes
1answer
4k views

Are there any disadvantages to using a 4096-bit encrypted SSL certificate?

I was recently requesting a SSL cert via Godaddy and noticed this message: In the past I have always generated 2048-bit CSR requests, but this time it got me thinking that perhaps I should "step it ...
0
votes
1answer
4k views

how to export private key from Godaddy certificate and use with Apache SSL

I purchased a Godaddy Certificate, I correctly installed it on my Mac Server, so now i see 2 entry within Keychain Application: Go Daddy Secure Certification Authority mydomain mydomain (private ...
0
votes
1answer
250 views

Cheap SSL for organisations [closed]

I'm looking for a cheap SSL certificate that is trusted by all major browser. It also has to support subdomains, as we do not own the main domain. (we own vtk.ugent.be but not ugent.be) Currently I ...
41
votes
6answers
17k views

How do I setup SSL certs on Amazon AWS Load Balancer using Godaddy certificates? -Public key and private cert don't match [closed]

I'm trying to install a GoDaddy SSL certificate on a new load balancer I'm setting up on Amazon AWS. I originally created the certificate at Godaddy using the keytool program for direct installation ...
2
votes
1answer
1k views

SSL Certificates and Recognition?

SSL Cert providers such as GoDaddy and RapidSSL claim 99% recognition -- what happens in the 1% non-recognition, and what is recognition, exactly? Should I just self-sign my certificate, instead of ...
1
vote
3answers
759 views

Code Signing for Vista with GoDaddy Certificates

We recently purchased a Code Signing certificate from GoDaddy. Following their instructions, we were able to use the SignTool from MS and sign our installer. When installing under XP, this works ...
0
votes
2answers
401 views

Extending SSL services to subdomain

Dear Experts, I am encountered with a special requirement. I really dont know weather this is possible or not. But any suggestions or alternative solutions are greatly appreciated. I have a main ...
2
votes
1answer
2k views

How to have an SSL Certificate installed in an Indy Server and seen as trusted?

Using Delphi 2007, Indy 9 to build a standalone Server working in Secure mode. I used SSLBuddy to generate the certificate request, got a root certificate and a standard certificate from GoDaddy, a ...