make file in new release of OA contains https type of url which drush make doesn't support.
191 libraries[translations][download][type] = "get"
192 libraries[translations][download][url] = "https://translate.openatrium.com/sites/translate.openatrium.com/files/atrium-installer-beta9.tar.gz"
193 libraries[translations][directory_name] = "translations"
Comments
Comment #1
Yura commentedSeems SSL certificate of source has a problem.
Comment #2
danepowell commentedI am also seeing this. And when I visit https://community.openatrium.com using Firefox, I get certificate errors.
There is also an issue on this in the Open Atrium community queue: https://community.openatrium.com/issues/node/2337
Comment #3
thrnio commentedIt looks like this might be the problem: https://knowledge.geotrust.com/support/knowledge-base/index?page=content...
It seems GeoTrust changed something last year that requires a slightly more complicated certificate setup than previously was required, and if not properly configured, the certificate will be rejected by some user agents, likely including curl/wget.
Comment #4
danepowell commentedSo it seems that Open Atrium needs to install the 'intermediate CA' on their web server?
Comment #5
davidtrainer commentedHaving the same issue.
Comment #6
Yura commentedThey can just remove the ssl redirection on translate.openatrium.com I guess. What is the reason for that?
Comment #7
leenx commentedsub - Would like to see when this get's fixed so I can build my next Aegir platform try migrate to the lates Open Atrium release as soon as possible.
Comment #8
davidtrainer commentedThis appears to be fixed.
Comment #9
davidtrainer commentedI swear, it worked yesterday.
Today, same error.
Comment #10
Yura commentedI think translation server is no longer maintained or monitored. Long time it has several misconfiguration issues.
Comment #11
themusician commentedThis is still broken as of 10-07-2011. It is not possible to create a new OA platform in Aegir with this being broken, nor does the --working-copy flag resolve this if I try to build it by hand. It is a shame because the make file works wonderfully besides this issue.
Current Error:
Unable to download translations from https://translate.openatrium.com/sites/translate.openatrium.com/files/at....
I am using the stub file located at https://community.openatrium.com/documentation-en/node/1420.
Comment #12
danepowell commentedI can't believe there's been no response from OA on this on any front... this makes it nearly impossible to install OA via Drush.
Comment #13
themusician commentedI got around this by downloading the make file to a local location and commented out the translation stuff. That solved it for me.
Comment #14
leenx commentedMmm, interesting idea. Might just work for us too. Seeing that we don't need the translation either.
Thanks
LeeT
Comment #15
leenx commentedSimple way to get around this problem, was to enable insecure https downloads for curl.
or with a nice reminder ...
When you done, just edit the .curlrc file and hash out the insecure until next time.
Hope this helps
LeeT
Comment #16
ergonlogicA somewhat simpler solution is to just use drush make's '--force-complete' option, thus basically telling it to just ignore the error. Unfortunately, if you happen to have other errors in the same platform build, drush make will happily ignore them as well.
Also, this is a bug, since the makefile shipped with the Open Atrium profile is essentially unusable as is.
Comment #17
AquaticDisorder commentedI am using the BOA setup of Aegir from http://omega8.cc
libraries[translations][download][url] = "https://translate.openatrium.com/sites/translate.openatrium.com/files/at..."
Although I build OA direct from the makefile instead of using the automatic platform I still use omega8cc url for the translations. :)
Comment #18
j0nathan commentedSame issue from:
Comment #19
mpotter commentedClosing old D6 issues.
Comment #19.0
mpotter commentedSSL verification problem is the reason actually