Comment 21 for bug 1590633

Revision history for this message
Oleksiy Molchanov (omolchanov) wrote :

Request that fails:

glanceclient.common.http: DEBUG: curl -g -i -X PUT -H 'Accept-Encoding: gzip, deflate' -H 'Accept: ⁠⁠⁠/⁠⁠⁠' -H 'User-Agent: python-glanceclient' -H 'Connection: keep-alive' -H 'X-Auth-Token: {SHA1}8741e14bac7d38329763df01c0b20a2b23a4542c' -H 'Content-Type: application/octet-stream' -k --cert None --key None https://public.fuel.local:9494/v0.1/artifacts/murano/v1/e5f00dbc-3cd6-41da-90ea-ca114b30c1e6/archive

CommunicationError: Error finding address for https://public.fuel.local:9494/v0.1/artifacts/murano/v1/e5f00dbc-3cd6-41da-90ea-ca114b30c1e6/archive: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:765)

I have tried to catch this request using tcpdump on controller, but it never comes to port 9494.

Glance team, can you check?