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

ACS request authentication dont seem to work.. #30

Open
carlberg74 opened this issue Jan 25, 2017 · 0 comments
Open

ACS request authentication dont seem to work.. #30

carlberg74 opened this issue Jan 25, 2017 · 0 comments

Comments

@carlberg74
Copy link

Hi,

I cant get authentication on ACS Request to work, using easycwmp-1.4.1.
Have tested with different configuration, but only receive HTTP 401.
Have wireshark traffic and I cant see any "Authorization" header in the request to the ACS.
I am expecting a "Authorization: Digest" header...but it seem to be missing.

Using follow config:
config acs
option periodic_enable '1'
option periodic_interval '100'
option periodic_time '0001-01-01T00:00:00Z'
option parameter_key 'Device.ManagementServer.'
option username 'acs'
option password 'password123'
option url 'http://server.domain.com:8000'

Have also tested with: digest_enable='1', without success.
Have read and follow: http://support.easycwmp.org/view.php?id=156&history=1

Looking at the code, http.c, cant see any Authorization Digest header added in http_send_message.
but I might be looking at the wrong place.

Any suggestions?

Cheers
-Anders

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

1 participant