Hi all,
I am using Designate with WSGI and switched to a SSL setup after tests.
Somehow now there are floating IPs with a DNS name/entry that do not show in DNS zones, and when I try to release them, the neutron WSGI on network node reports this error:
SSL exception connecting to https://my-controller.example.com:9001/zones?name=zone.cloud.example.com.: HTTPSConnectionPool(host='my-controller.example.com', port=9001): Max retries exceeded with url: /zones?name=zone.cloud.example.com. (Caused by SSLError(SSLError(524297, '[SSL] PEM lib (_ssl.c:4065)')))
I thought of an SSL config error, but the setup is identical to other working endpoints, and when testing with "openssl s_client -connect my-controller.example.com:9001", everything just works
Has anyone encountered this error?
Thanks in advance
Francesco Di Nucci