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

Bugfix/cs1025 #1300

Closed
wants to merge 4 commits into from
Closed

Bugfix/cs1025 #1300

wants to merge 4 commits into from

Conversation

kuenishi
Copy link
Contributor

Addresses #1025 (RCS-358).

SSL setup is a little kludgy way using direct RPC function call to
create initial admin user, if SSL configuration is included in
`rtcs` setup config argument.

This also adds hand-made S3 client that uses ssl module, because
all available S3 clients does not assume HTTPS access via proxy
host/port (for security, of course, yes). But for local tests it is
inconvenient to test HTTPS requests.

Note that `https_tests` does not pass integration testing in this
commit.
@kuenishi kuenishi added this to the 2.1.2 milestone Mar 15, 2016
@kuenishi
Copy link
Contributor Author

@tburghart Once you got all r_t modules running I'd like you to review this, as this includes a minimal example of S3 client implementation in Erlang, which might be a good example to learn S3 API.

When it comes to contradiction of proxy and SSL, I expressed my idea in the comment of 4d9b923 .

@kuenishi
Copy link
Contributor Author

Go see #1305.

@kuenishi kuenishi closed this Mar 21, 2016
@kuenishi kuenishi deleted the bugfix/cs1025 branch March 21, 2016 14:43
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

Successfully merging this pull request may close these issues.

2 participants