google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

SSL cert chain problems when in debug #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When running up test stacks, often HTTPS is set up using a self signed 
certificate. This causes yabi to explode. The backend tries to connect to 
yabiadmin using https:// and the cert check fails and the process explodes.

Suggested change:

Make a yabi backend configuration option that turns off certificate chain 
checking for https calls.

Original issue reported on code.google.com by retrogra...@gmail.com on 5 Jun 2012 at 3:24

GoogleCodeExporter commented 9 years ago
backend conf in next_release now takes a new parameter:

#
# admin_cert_check: yes
# If the url for admin is https, then this setting controls if you want the 
certificate chain checked. If you are using
# a self signed SSL certificate on your yabiadmin server, and want to open 
yourself up to man in the middle attacks, set 
# this to no.
#
admin_cert_check: yes

Original comment by retrogra...@gmail.com on 6 Jun 2012 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by retrogra...@gmail.com on 6 Jun 2012 at 7:43