clojars

Kirill Chernyshov 2023-01-24T10:58:05.178659Z

hi! I'm getting wrong redirect response when I try to verify group on github. Based on network tab the response has a downgrade HTTPS->HTTP and no-referrer-when-downgrade policy

2023-01-24T15:20:52.951789Z

What is the response? Can you share that?

Kirill Chernyshov 2023-01-24T15:23:45.086409Z

HTTP/2 302 Found
date: Tue, 24 Jan 2023 15:22:02 GMT
content-type: application/octet-stream
location: 
server: nginx
x-frame-options: DENY
x-xss-protection: 1; mode=block
referrer-policy: no-referrer-when-downgrade
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
content-security-policy: default-src 'self';img-src 'self' 
X-Firefox-Spdy: h2

Kirill Chernyshov 2023-01-24T15:24:06.348949Z

POST https://clojars.org/verify/group/vcs

2023-01-24T15:24:55.832349Z

Are you trying to verify https://github.com/DotFox/? If so, I can see where that succeeded, then further attempts are failing because the groups are already verified. But if it is redirecting to http, you wouldn't see that. So, you are good to go, but I'll look and see why we are redirecting to http and fix that.

Kirill Chernyshov 2023-01-24T15:25:01.798819Z

However, I can see now the group is in the list of verified groups

Kirill Chernyshov 2023-01-24T15:25:50.837829Z

thanks!

2023-01-24T15:26:51.806299Z

My pleasure! Sorry for the trouble

2023-01-24T15:28:23.288069Z

I've recreated it, thanks for the report!

2023-01-24T19:31:28.533969Z

This should be fixed now.