[one-users] ssl proxy endpoint
Ulrich Schwickerath
ulrich.schwickerath at cern.ch
Mon Dec 5 13:14:24 PST 2011
Hi, Sebastien,
can you try if this patch helps ?
--- checkout_orig/src/cloud/ec2/lib/EC2QueryServer.rb 2011-10-10
11:01:14.000000000 +0200
+++ checkout_patched/src/cloud/ec2/lib/EC2QueryServer.rb
2011-10-14 13:43:53.000000000 +0200
@@ -71,7 +71,7 @@
econe_port = @config[:port]
- params.merge!({:econe_host => econe_host, :econe_port =>
econe_port})
+ params.merge!({:econe_host => econe_host, :econe_port => 8443})
super(env, params)
end
It's more a hack than a patch but worked in our case.
Cheers,
Ulrich
On 12/05/2011 09:52 PM, sebastien goasguen wrote:
> Hi,
>
> in One 3.0 it seems the econe configuration has changed a bit, reading:
> http://www.opennebula.org/documentation:rel3.0:ec2qcg
>
> There does not seem to be a ssl_server_port variable ?
> Does it default to 8443 ?
>
> In that case what endpoint should we use:<fqdn> or<fdqn>:<port>
>
> I have one client in perl (using the ec2 perl module) that works in
> one case (port no specified in econe.conf, but specified in endpoint
> in client configuration)
> and a boto client that works in the other (port needs to be specified
> in econe.conf and specified in client configuration)
>
> I am running amazon-ec2 gem 0.9.17
>
> thanks
>
> -sebastien
>
More information about the Users
mailing list