|
Hi all, We recently launched an Bitnami AMI on Amazon EC2. We would like to configure 2 differently domain names and point to different folder on our Amazon server. For example: website-1.com and website-2.com Amazon suggested us to signup for Amazon Route53 to manage DNS. However, following their instruction to run the PERL script without any luck. We got a lot of error messages when run their .pl script. Amazon support said that it works on their Linux AMI so we need to contact Bitnami for further assistant. Here is our process and the error message 1- I've set up your ID & Key via the console and created your secrets file along with the XML file. 2- When executing the perl file and quering the amazong server It's returning an error, So please contact their support: root@ip-10-228-178-207:~# ./dnscurl.pl --keyfile ~/.aws-secrets --keyname my-aws-account -H "Content-Type: text/xml; charset=UTF-8" -X POST --upload-file ./MyCreateRequest.xml https://route53.amazonaws.com/doc/2011-07-30/hostedzone Unknown option: h Unknown option: x Unknown option: upload-file curl: (77) error setting certificate verify locations:  CAfile: /usr/share/ssl/certs/ca-bundle.crt  CApath: none Ouch, curl --progress-bar -I --max-time 5 --url https://route53.amazonaws.com/doc/2011-07-30/hostedzon/date failed with exit status 77 If there anything if Bitnami support could help. Much appreciated. Thanks
showing 5 of 7
show all
|
|
Right, based on the changelog, the cacert issue was fixed in the BitNami Wordpress 3.1.1 version. You can download a ca-bundle.crt file or upload your browser ca-bundle.crt file. You can also download the Amazon SES Tool which ships a ca-bundle.crt file and copy it in /usr/share/ssl/certs/ca-bundle.crt. |
Which AMI are you using? Could you post the result of the "which perl" command? Try the following:
Dear Beltran,
Many thanks for your quick response. The AMI we are using is
AMI: bitnami-wordpress-3.1-0-linux-ubuntu-10.04-ebs (ami-4fc9fd3b)
Also, when we executed the above command we got this error message
root@ip-10-228-178-207:/# sudo cp /opt/bitnami/common/openssl/certs/curl-ca-bundle.crt /usr/share/ssl/certs/ca-bundle.crt cp: cannot stat `/opt/bitnami/common/openssl/certs/curl-ca-bundle.crt': No such file or directory
It looks like there is no curl-ca-bundle.crt file . The folder certs does exist!
Thanks
Brilliant. I am going to do it now and keep you posted. Thanks
Dave, did that solve the issue?
Hi Daniel, thanks for following up this. Our Linux guy still working on this. Hopefully we should have a feedback from him soon. Many thanks and I will keep you guys posted.
Hi Daniel. Thanks for checking up. We have just got a response from our Linux support and after copying the crt file and it works now. That's great news. Many thanks for the input Beltran ;) Top notch!
Problem solved! Many thanks Beltran!