Displaying 20 results from an estimated 700 matches similar to: "can't use godaddy SSL cert"
2010 Nov 21
0
LDAP clients fail to connect with SSL enabled
I am attempting to setup SSL/TLS support on my openLDAP 2.4 server on FreeBSD.
LBSD2# pkg_info | grep openldap
openldap-sasl-client-2.4.23 Open source LDAP client implementation
with SASL2 support
openldap-sasl-server-2.4.23 Open source LDAP server implementation
I put my cert file, key file and CA certfile in a directory called
/usr/local/etc/openldap/cacerts
Here's how it looks:
[root at
2010 Sep 24
2
grep contents of file on remote server
Hello,
I am attempting to grep the contents of a key file I have SCP'd to a
remote server. I am able to cat it:
[code]
[bluethundr at LBSD2:~]$:ssh root at sum1 cat /root/id_rsa.pub
root at lcent01.summitnjhome.com's password:
ssh-rsa
2011 Feb 22
1
openldap problems authenticating
Hello list,
I am running an openldap 2.4 server under FreeBSD that was working
well until the config was tweaked by someone on the team without
properly documenting their work
# /usr/local/etc/ldap.con on ldap server (FreeBSD 8.1)
host LBSD.summitnjhome.com
base dc=summitnjhome,dc=com
sudoers_base ou=sudoers,ou=Services,dc=summitnjhome,dc=com
binddn
2010 Oct 28
2
adding user ldif to ldap
hi list.. I am trying to add an ldif with my users that I have derived
from /etc/passwd. for some reason ldapadd is choking on the first
entry... I've also tried removing the first one and predictably each
one fails in exactly the same way...may I ask how best to correct
this?
Here is the error:
LDAP# ldapadd -x -D "cn=Manager,dc=summitnjhome,dc=com" -W -f /tmp/passwd.ldif
adding
2010 Nov 28
2
ssh-agent fails to hold values
Hello list
I am attempting to manage my key logins with ssh-agent. However EVERY
time I try to ssh I have to go through the same exact routing and it's
getting a little old...
[bluethundr at LCENT01:~]#ssh sum3
Enter passphrase for key '/home/bluethundr/.ssh/id_rsa':
[bluethundr at LCENT01:~]#exec ssh-agent bash
[bluethundr at LCENT01:~]#ssh-add
Enter passphrase for
2006 Jun 07
2
mkcert.sh broken
I've just installed dovecot on my FC5 box. I tweaked the
dovecot-openssl.cnf and attempted to recreate the cert but get the errors
below. I see older postings about this problem on FC2. help?
- e
# ./mkcert.sh
/etc/ssl/certs directory doesn't exist
/etc/ssl/private directory doesn't exist
error on line -1 of dovecot-openssl.cnf
2810:error:02001002:system library:fopen:No such
2007 Feb 24
1
openssl mkcert problem
Hello,
Can someone point me to what I should do to install the missing files? I
am trying to generate self-signed certificates using mkcert.sh but I get
the following error:
$ /usr/local/share/dovecot/mkcert.sh
error on line -1 of ./dovecot-openssl.cnf}
6213:error:02001002:system library:fopen:No such file or
2010 Oct 07
1
ldif invalid per syntax
Hello CentOS
I am having a bit of trouble importing an ldif into openldap, tho the
syntax looks a-ok to me. I am attempting to import my sudoers list
into my ldap configuration and I used an application called sudoers2ldif
to generate the ldif.
I used the following command to import the file:
=============================================
[root at bluethundr-desktop:~/txt/ldif ] $:ldapadd -h
2010 Nov 16
5
ssh prompting for password
hello list
I have a network mounted home directory shared between all hosts on my network:
[bluethundr at LCENT03:~]#df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
140G 4.4G 128G 4% /
/dev/sda1 99M 35M 60M 37% /boot
tmpfs 1.6G 0 1.6G 0% /dev/shm
nas.summitnjhome.com:/mnt/nas
2011 Aug 31
1
godaddy
Hi:
I''ve been trying to get a very simple app running on godaddy
Do you think using godaddy for rails hosting is a good idea?
Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group,
2006 Sep 26
0
Is Rails on GoDaddy worth the hassle?
I have been trying to evaluate GoDaddy hosting for RoR. Quite
frustrating and painful to date.
I have setup a database and uploaded a test app (depot from AEDWR2).
Best results to date - ''Internal Server Error''. The log reports
''mod_rewrite: maximum number of internal redirects reached''.
''RewriteOptions MaxRedirects=20'' doesn''t help.
I
2006 Apr 03
1
GoDaddy royally screws over aussievoip.com.au and soft-swtich.org
Well, I wake up this morning, and aussievoip isn't up. I ring godaddy,
who _were_ hosting it, and they say that the machine's been compromised,
and you can't have your data. Nyah Nyah.
I spent 1 hour and 38 minutes on the phone to them, trying to convince
them to let me somehow get access to it, but to no avail. I've reported
it to the Australian Federal Police High-Tech Crime
2006 Mar 31
3
Rails with GoDaddy problem
Hopefully someone can help me with this. I''m trying to learn Ruby on
Rails and have GoDaddy as a web host. I''ve followed their help files and
taken the following steps.
I''ve made sure my plan supports Rails. I used their interface to create
the directory (test2). I then used an FTP client to upload my project
files to the directory I made. Also to clarify, this is
2010 Dec 12
1
heartbeat configuration for lb
hello list!
I am attempting to setup haproxy using a shared up I am trying to
setup using the heartbeat package that I currently have installed:
[root at VIRTCENT01:~]#rpm -qa | grep heartbeat | grep -v -e stonith -e pils
heartbeat-2.1.4-11.el5
heartbeat-2.1.4-11.el5
I have /etc/ha/.d authkeys setup this way:
#
auth 2
#1 crc
2 sha1 {SHA}secret
I have /etc/ha.d/resources setup like this:
2008 Sep 27
2
client certs with godaddy ssl cert
I've read the client ssl cert section in the wiki and it talks about using a
self signed cert, if I am using a commercial cert, in this case godaddy, how
do I implement a self signed cert for the client side and have dovecot make
use of this? I know the mechanics of setting up the self signed ca, the
question is more what configuration changes do I need to make in dovecot to
handle both
2006 Aug 05
1
Rails with GoDaddy problem
I hope this post does not upset you but could you possibly tell me whether or not you ever got ruby to work on go daddy and is it worth it.
Thank you so much in advance.
PGP
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------- next part --------------
An HTML
2006 Mar 29
1
HELP: Installing RoR on GoDaddy
Hi all,
I''m new to rails and have finally started working with it to the point
where I can no longer be a troll on the message board. So here is my
Second post.
Does anyone have a step by step on how to install RoR on godaddy? I have
a virtual dedicated server so one would think it would be easy. However,
I''m still having problems installing.
-JC
--
Posted via
2008 Oct 01
1
[Fwd: Certified GoDaddy.com Renewal Notice]
Brian,
I think you said we can let these go, correct?
Russ
-------------- next part --------------
An embedded message was scrubbed...
From: <Renewals at godaddy.com>
Subject: Certified GoDaddy.com Renewal Notice
Date: 1 Oct 2008 06:10:10 -0700
Size: 42493
URL: <http://lists.centos.org/pipermail/centos/attachments/20081001/6eadca7f/attachment-0004.eml>
2006 Aug 09
0
load_paths on godaddy hosted account
I am trying to get typo to load on my godaddy account. I''ve loaded
other home grown apps and they work. I get issues when trying to load
libraries from my vendor directory.
In my enviroment.rb I have
config.load_paths += %W(
vendor/rubypants
vendor/akismet
vendor/redcloth/lib
vendor/bluecloth/lib
vendor/flickr
vendor/syntax/lib
vendor/sparklines/lib
2014 Jun 02
1
Installing Godaddy Certificate
I have 2 certs to install:
One is intermediate the other the 'actual' cert.
How do I do this?