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

SSL certificate validation error on the Support service #139

Closed
garnaat opened this issue Sep 27, 2013 · 0 comments · Fixed by #140
Closed

SSL certificate validation error on the Support service #139

garnaat opened this issue Sep 27, 2013 · 0 comments · Fixed by #140
Assignees
Labels
bug This issue is a confirmed bug.

Comments

@garnaat
Copy link
Member

garnaat commented Sep 27, 2013

SSL certificate validation is failing for the Support service. This is because the commonName in the certificate is support.us-east-1.amazonaws.com rather than support.amazonaws.com, which is the hostname we are using.

This relates to the same bug we have encountered before in all versions of Python < 2.7.3. The fix is to change our code to use support.us-east-1.amazonaws.com as the hostname.

@ghost ghost assigned garnaat Sep 27, 2013
jamesls added a commit that referenced this issue Oct 9, 2013
* release-0.19.0:
  Bumping version to 0.19.0
  Bump jmespath dep to 0.0.3
  Update opsworks models for new resource management features
  Update EC2 model for Reserved Instances instance type modifications
  Update test with new 'or' jmespath syntax
  Update botocore to use dev branch of jmespath
  Expose result_keys as a property
  Revert to previous DirectConnect model that includes doc strings.
  Updating JSON models.
  Adding govcloud region to CloudFormation service.  See #144.
  Use with statement instead of addCleanup
  Explicitly close file on test cleanup
  Rewind stream bodies on redirects
  Protect auth signing with a lock
  Fix type in test class name
  Change Name parameter of EC2 CopyImage operation from required to not required.  Fixes aws/aws-cli#382.
  Fix endpoint for support service so we don't get bit by http://bugs.python.org/issue13034 bug.  Fixes #139.
  Retry ClosedPoolError from urllib3
  Fix the pagination config for ListObjectVersions to include both Versions and DeleteMarkers.  Fixes #377.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a confirmed bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant