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

Automatic SSL certificate provisioning for localhost #2610

Merged
merged 32 commits into from Aug 18, 2021

Commits on Apr 24, 2021

  1. Added puma to automatically use localhost gem to self signed https if…

    … defined.
    Ye Lin Aung committed Apr 24, 2021
    Copy the full SHA
    90353b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5c1b82f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Moved localhost authority from tcp_listener to ssl_listener

    Use MiniSSLContext and MiniSSLServer for localhost authority's self-signed ceritifcates
    ye-lin-aung committed Apr 25, 2021
    Copy the full SHA
    0c5ff76 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4b448ce View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e3cace7 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    944cc0d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0f33961 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cc359e6 View commit details
    Browse the repository at this point in the history
  7. Removed localhost_authority test case running in JRUBY since localhos…

    …t_authority doesn't suppot JKS yet.
    ye-lin-aung committed Apr 25, 2021
    Copy the full SHA
    014c703 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Copy the full SHA
    c72f8de View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c44c1df View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c459993 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Removed jruby version

    ye-lin-aung committed Jun 20, 2021
    Copy the full SHA
    f3126e3 View commit details
    Browse the repository at this point in the history
  2. Update readme.md

    ye-lin-aung committed Jun 20, 2021
    Copy the full SHA
    d9b9e20 View commit details
    Browse the repository at this point in the history
  3. Merged with master

    ye-lin-aung committed Jun 20, 2021
    Copy the full SHA
    29c5763 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Copy the full SHA
    05c4926 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f3ced89 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    54f07d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    345e6cc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2021

  1. Update README.md

    nateberkopec committed Jun 27, 2021
    Copy the full SHA
    525b288 View commit details
    Browse the repository at this point in the history
  2. Update binder.rb

    nateberkopec committed Jun 27, 2021
    Copy the full SHA
    522c286 View commit details
    Browse the repository at this point in the history
  3. Update binder.rb

    nateberkopec committed Jun 27, 2021
    Copy the full SHA
    de84ffd View commit details
    Browse the repository at this point in the history
  4. Update binder.rb

    nateberkopec committed Jun 27, 2021
    Copy the full SHA
    d8b0451 View commit details
    Browse the repository at this point in the history
  5. Update binder.rb

    nateberkopec committed Jun 27, 2021
    Copy the full SHA
    0699664 View commit details
    Browse the repository at this point in the history
  6. Update request.rb

    nateberkopec committed Jun 27, 2021
    Copy the full SHA
    b07434c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Update binder

    ye-lin-aung committed Jun 28, 2021
    Copy the full SHA
    540a971 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c71b062 View commit details
    Browse the repository at this point in the history
  3. Removed test for jruby

    ye-lin-aung committed Jun 28, 2021
    Copy the full SHA
    1ec13b6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c09b3dc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fe16b29 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Removed unused variables

    ye-lin-aung committed Jun 29, 2021
    Copy the full SHA
    ca27c11 View commit details
    Browse the repository at this point in the history
  2. Updated readme

    ye-lin-aung committed Jun 29, 2021
    Copy the full SHA
    ca3fa6e View commit details
    Browse the repository at this point in the history