Fork me on GitHub
#clojars
<
2023-01-24
>
delaguardo10:01:05

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

tcrawley15:01:52

What is the response? Can you share that?

delaguardo15:01:45

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

tcrawley15:01:55

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.

delaguardo15:01:01

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

tcrawley15:01:51

My pleasure! Sorry for the trouble

tcrawley15:01:23

I've recreated it, thanks for the report!

tcrawley19:01:28

This should be fixed now.