Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Remove the RequestHeader unset Authorization configuration from Apache and restart the proxy server.

Anthony Glaser May 22, 2020

I am trying to do a first push to a newly installed BitBucket on a Windows server and I keep getting "fatal: Authentication failed for http://" 

I can log in from the web gui so I know the account and password is good.

My next step is 

"Remove the RequestHeader unset Authorization configuration from Apache and restart the proxy server."  But there is no reference to what file that is or where that is. Can anyone tell me how to do that on a Windows install of BitBucket?

1 answer

0 votes
Moses Thomas
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 23, 2020

@Anthony Glaser  Most likely should be in the  configuration file  but depends on how you  install it Apache  reverse proxy. Look for  *.conf  file  in  

C:\Program Files\Apache Software Foundation\Apache2.4\.....

 I suppose there should be something like this

<VirtualHost *:80>

...................

...........


<Location />
.................

</Location />

RequestHeader unset Authorization


</VirtualHost>


So as  the "error says"  to remove it.

 

Kind regards,

Moses

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events