Why do I get an https X-Storage-URL instead of an http X-Storage-URL?

Asked by Alejandro Núñez Sánchez

Hello,

I'd like to know why do I get an https X-Storage-URL when I execute the follwing command: curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:8080/auth/v1.0

I was expecting to get back an http X-Storage-URL, not https. Why is this happening? Could I change the configuration to get an http URL back?

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
Alejandro Núñez Sánchez
Solved:
Last query:
Last reply:
Revision history for this message
Alejandro Núñez Sánchez (alex-dunadan) said :
#1

Solved it myself, it was specified as https in the proxy config file. Thanks.