Hi, i've enable keystone ssl on keystone.conf, but port 443 wont up. On 9/26/2013 2:14 PM, Jeffrey Walton wrote:
On Thu, Sep 26, 2013 at 2:18 AM, Mahardhika Gilang <[email protected] <mailto:[email protected]>> wrote:When i put https on it, error come up Authorization Failure. Authorization Failed: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocolSSL/TLS is not enabled on the server or port you are connecting. It might not be properly configured on the server; or it might be on the server but not the port you are connecting.You can verify from the command line with: $ openssl s_client -connect example.com:443 <http://example.com:443> But its just going to give you the same error.By the way, openssl errstr can sometimes be helpful (but not in this case):$ /usr/local/ssl/bin/openssl errstr 140770FC error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Jeff On 9/24/2013 10:09 PM, Hua ZZ Zhang wrote:try https since you have enabled it in proxy configuration. swift -V 2 -A_https://localhost:5000/v2.0_ <http://localhost:5000/v2.0> -U admin:admin -K ADMIN stat or: swift --os-auth-url https://localhost:5000/v2.0 --os-tenant-name admin --os-username admin --os-password ADMIN stat -Zhang Hua(Edward)
-- Regards, Mahardhika Gilang
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
