hi everybody
I have configured things about SSL in octavia based on this url : https://review.openstack.org/#/c/613454/, thanks
to michael
but connecting to the amphora is not possible because of SSL (BAD SIGNATURE)
I have logged into amphora and in /etc/octavia/amphora-agent.conf in [amphora_agent] section there were :
agent_server_ca = /etc/octavia/certs/client_ca.pem
agent_server_cert = /etc/octavia/certs/server.pem3
...
their values are come from [amphora_agent] in /etc/octavia/octavia.conf in controller node
but agent_server_ca and agent_server_cert are commented in octavia.conf file
I think the problem should be because of these to entry that do not have correct values
what should be the values based on the https://review.openstack.org/#/c/613454/.
thanks in advance