Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

407 Proxy Authentication Required #43

Open
Yuki-XI opened this issue Jul 13, 2024 · 3 comments
Open

407 Proxy Authentication Required #43

Yuki-XI opened this issue Jul 13, 2024 · 3 comments

Comments

@Yuki-XI
Copy link

Yuki-XI commented Jul 13, 2024

I'm Facing a problem while trying to do invite, i get 407 Proxy Authentication Required response.

BTW: I'm receiving the call with this error response but the script stopped direct

[=>] Request INVITE from 123456789 to 987654321
[<=] Response from 123456789 to 987654321: 407 Proxy Authentication Required
[=>] Request ACK from 123456789 to 987654321
[=>] Request INVITE from 123456789 to 987654321
[<=] Response from 123456789 to 987654321: 407 Proxy Authentication Required
root@debian-armel:~/python/sippts/src#

@Pepelux
Copy link
Owner

Pepelux commented Jul 15, 2024

This is not a issue. If the server requires authentication you can't call through it, if you don't know a valid user/pass.

If you know it, you can add params -- user USERNAME --pass PASSWORD

@Pepelux Pepelux closed this as completed Jul 15, 2024
@Yuki-XI
Copy link
Author

Yuki-XI commented Jul 19, 2024

The user and the password are added . and i'm able to make a call even with this error .
After searching I think there is something to do with Proxy-Authenticate and Proxy-Authorization .

@Pepelux
Copy link
Owner

Pepelux commented Jul 20, 2024

I suppose you are talking about 'sippts invite' module. If you use user/pass, when it receive a 401 or 407 error, it sends digest authentication. If you receive the error again is because the user/pass are not correct.

Can you write the command that you are using and the responses (with -v)? ... you can change the username, password and IP addresses with X's

@Pepelux Pepelux reopened this Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants