mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-26 00:05:57 +03:00
[GH-ISSUE #207] ERR_SSL_PROTOCOL_ERROR on https://forums.ushahidi.com/category/smssync #153
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vorburger on GitHub (Oct 20, 2014).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/207
Hi - I'm sorry to post this here as a GitHub issue, slightly off topic, but this is the easiest for me to get in touch with you right now: When I "Sign In" on https://forums.ushahidi.com/category/smssync, and use GitHub, Google or Twitter OAuth, it fails with "Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have. Error code: ERR_SSL_PROTOCOL_ERROR" on https://forums.ushahidi.com:80/auth/twitter/callback?oauth_token=aV9ZugzhGqmcn654m68cDDbYnNYWBTOL&oauth_verifier=FAxJLjOagOeBtd5T2FZi22X3pHqxFtsT (or always saying "Sorry, there was an error authorizing your Github account. Perhaps you did not approve authorization?").
PS: I'm on a hotel WiFi, but I doubt that's the cause, because I can use other sites normally.
@eyedol commented on GitHub (Oct 20, 2014):
I suspect you're behind a proxy server that is blocking the authorization URL sent by the forum to GitHub, Google and Twitter OAuths. Not sure how to fix that.
@shadowhand commented on GitHub (Oct 20, 2014):
Problem is here:
https://forums.ushahidi.com:80trying to connect to port 80 with SSL is not right and will never work. SSL should be port 443. Best would be no port attached to the URL at all. Not sure if this is a misconfiguration in Discourse or on our end.cc @dkobia
@eyedol commented on GitHub (Oct 21, 2014):
closing. Not SMSsync issue