dhruvil12 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

HTTPS endpoint signature verfication can fail due to port number typo #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use HTTPS, but do NOT specify the port in your URI call for your signed 
service call
2. See that signature verification fails

What is the expected output? What do you see instead?
It should have worked

What version of the product are you using? On what operating system?
oauth-php-135

Please provide any additional information below.
The default https port in OAuthRequest#defaultPortForScheme is 43 rather than 
443

Original issue reported on code.google.com by steves%m...@gtempaccount.com on 15 Oct 2010 at 1:57

GoogleCodeExporter commented 9 years ago
Fixed in r161 -- I just fixed the port number to 443. Let me know if this does 
not fix the problem.

Original comment by brunobg%...@gtempaccount.com on 28 Oct 2010 at 4:08

GoogleCodeExporter commented 9 years ago

Original comment by brunobg%...@gtempaccount.com on 17 Nov 2010 at 5:10