[GitHub] cloudstack issue #1660: CLOUDSTACK-9470: [BLOCKER] Bug in SshHelper affectin...

2016-09-05 Thread serg38
Github user serg38 commented on the issue: https://github.com/apache/cloudstack/pull/1660 @rhtyd @jburwell Just re-ran Marvin tests. All passes including test_network_acl which fails without this fix. [root@ussarlabcsmgt41 ~]# cat /tmp//MarvinLogs/test_volumes_939G6N/results.

Re: api uploadsslcert encoding issue

2016-09-05 Thread Will Stevens
Awesome. GJ. Thanks for reporting back. :) On Sep 5, 2016 1:04 PM, "Patrick W." wrote: Figured it out! some special characters within the certificate body itself were not correctly encoded. In the end, all special characters, as well as all line breaks should be encoded to reflect the exact cer

Re: api uploadsslcert encoding issue

2016-09-05 Thread Patrick W .
Figured it out! some special characters within the certificate body itself were not correctly encoded. In the end, all special characters, as well as all line breaks should be encoded to reflect the exact certificate output and format. Will look at improving the doc available out there as this

Re: api uploadsslcert encoding issue

2016-09-05 Thread Patrick W .
I'm using 4.5.2 Yes you are right, I saw this issue: https://issues.apache.org/jira/browse/CLOUDSTACK-6864 but it was resolved in 4.4 Moreover I've tried the double encoding trick. From: Will Stevens Sent: Monday, September 5, 2016 4:42 PM To: dev@cloudstack.apa

Re: api uploadsslcert encoding issue

2016-09-05 Thread Will Stevens
What acs version are you using? I believe there was a problem with double encoding in some older releases. Maybe someone else can weigh in who knows for sure. On Sep 5, 2016 10:27 AM, "Patrick W." wrote: > Has someone managed to upload a certificate, its chain and its key in a > single call, us

api uploadsslcert encoding issue

2016-09-05 Thread Patrick W .
Has someone managed to upload a certificate, its chain and its key in a single call, using the uploadsslcert API command? I've done attempts with cloudmonkey, in python, etc. tried all possible formatting and encoding combinations but I always get errors - Expected X509 certificate. Failed due