Reputation: 4637
I know this is a question that many of you will think that can be solved easily by pushing using https, but I cannot push over https.
I have a repository that I need pushed into Bitbucket, however, the way they allow to push is on https, which is obviously a good idea, but I cannot use https, so, does anybody knows if there is a way to push a repository into Bitbucket using http? I know that this has many security issues, but I have to deal with the fact that the ssl port is closed on the proxy I'm behind.
Ideas?
Upvotes: 0
Views: 810
Reputation: 64
For anyone reading this, we encountered this issue today (proxy denied https). We tried using http instead of https for Bitbucket, and it just worked.
Upvotes: 0
Reputation: 11730
Unfortunately not - are you able to use SSH instead?
From the BitBucket documentation: "You can use either secure hypertext transport protocol (HTTPS) or secure shell (SSH) to connect to bitbucket."
Upvotes: 1