First time here? Check out the FAQ!
0

HTTPS + Basic fails but HTTP + Digest Works for TEXARKMLS

User: retsbintz http://texarkmls-rets.paragonrels.com... with Digest auth connects successfully.

https://texarkmls-rets.paragonrels.co... with Basic auth returns a: 401 - Unauthorized: Access is denied due to invalid credentials.

We are trying to cutover to https for all of our Paragon RETS feeds but this is 1 of 2 that still give us problems.

Thanks.

cduquette's avatar
cduquette
asked 2022-10-19 14:00:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Are the two that aren't working on the same servers as the ones that are working?

bwolven's avatar bwolven (2022-10-19 16:16:09 -0500) edit

Only TEXARKMLS has this noted behavior for the account above. We see the same whether running in our AWS infrastructure or directly in Postman.

cduquette's avatar cduquette (2022-10-19 16:37:55 -0500) edit

You said one of two above.
I assume that you have other's that are working correctly running from the same place?
What is the other one that isn't working?
Also what User-Agent value are you sending?

bwolven's avatar bwolven (2022-10-19 16:47:16 -0500) edit

I should not have mentioned the other one--it was a deprecated feed due to merger. I was trying to steer back to the one having the issue. We have 15 other Paragon RETS feeds that are working over https on the same infra. TEXARKMLS is the only one exhibiting this behavior. "Python RETS" or whatever postman throws in there ("PostmanRuntime/7.29.2").

cduquette's avatar cduquette (2022-10-19 17:21:18 -0500) edit

Do your other URLs all use rets-version=rets/1.8 too or can you try rets-version=rets/1.7.2?

bwolven's avatar bwolven (2022-10-19 17:27:46 -0500) edit

No, it's a mix in the others: some 1.8, some 1.7.2, some 1.5.

Testing rets/1.7.2(https://texarkmls-rets.paragonrels.co...) also failed with the credential issue.

cduquette's avatar cduquette (2022-10-19 17:34:58 -0500) edit

Is the case of the password exact?
Our Digest is a little more forgiving on case.

bwolven's avatar bwolven (2022-10-19 17:39:35 -0500) edit

Yes, password was shared originally as all lower so as far as I am aware it is right.

cduquette's avatar cduquette (2022-10-19 17:52:11 -0500) edit
add a comment see more comments

1 Answer

0

Try upper on pwd.

bwolven's avatar
bwolven
answered 2022-10-19 17:53:12 -0500
edit flag offensive 0 remove flag delete link

Comments

That solved it!

cduquette's avatar cduquette (2022-10-19 17:54:59 -0500) edit

Great! So you are good now?

bwolven's avatar bwolven (2022-10-19 17:58:48 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer