Comment 2 for bug 1551342

Revision history for this message
Svetlana Shturm (sshturm) wrote :

Insecure flag is not enough. It will fail due to missing information about hostname.
In using SSL case keystone will return endpoint with domain name.
 Example: public.fuel.local.
Without records in /etc/hosts this name will be not resolved and your curl request will fail.
So insecure flag is only the part of needed changes. It will not fix problem with SSL at all.