Class: Invoker::Power::InvokerHttpsProxy

Inherits:
InvokerHttpProxy
  • Object
show all
Defined in:
lib/invoker/power/balancer.rb

Instance Attribute Summary

Attributes inherited from InvokerHttpProxy

#host, #ip, #port

Instance Method Summary collapse

Methods inherited from InvokerHttpProxy

#set_host

Instance Method Details

#post_initObject



18
19
20
21
# File 'lib/invoker/power/balancer.rb', line 18

def post_init
  super
  start_tls(private_key_file: Invoker.private_key, cert_chain_file: Invoker.certificate)
end