(This message has been automatically imported from the retired mailing list)
I have updated the HAProxy config to only support ssl (By updating haprox=
y to version 1.5 and changing it config according to the zato docs. Good =
docs.) The haproxy end-point works fine and only allows calls on https. I=
know the frontend naming in the pastebin below says fron=5Fhttp=5Fplain =
(sorry).
This is my config:
When opening
http://localhost:8183/zato/load-balancer/manage/cluster/1/
it returns an error page/message saying:
KeyError at /zato/load-balancer/manage/cluster/1/
u’bind’
Request Method: GET
Request URL: http://appcloud-test.foxway.com:8183/zato/load-balancer/m=
anage/cluster/1/
Django Version: 1.3.7
Exception Type: KeyError
Exception Value: =20
u’bind’
Exception Location: /opt/zato/2.0.1/zato-web-admin/src/zato/admin/web/vie=
ws/load=5Fbalancer.py in manage, line 156
Python Executable: /opt/zato/2.0.1/bin/python
Python Version: 2.7.3
=E2=80=A6
=46or some reason it does not find the =E2=80=98bind=E2=80=99 config key =
anymore. I have not yet looked deeply into exactly how this is parsed or =
if I can do something smart about it.
And also when selecting the cluster to list services (on http://appcloud-=
test.foxway.com:8183/zato/service/details) it still points to http://loca=
lhost:11223
Where or how can I update the cluster link to https=3F
And if I can get any pointer to where/why the bind parameter is not recog=
nized it would be nice.
–=C2=A0
Daniel Grindelid