Skip to content
View winster's full-sized avatar
Block or Report

Block or report winster

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Self Signed Certificate with Custom ... Self Signed Certificate with Custom Root CA
    1
    [ ca ]
    2
    default_ca = CA_default
    3
    [ CA_default ]
    4
    dir            = .                     
    5
    crl_dir        = $dir/crl                 
  2. jaeger-trace-reactive jaeger-trace-reactive Public

    A sample spring reactive application to demonstrate problems with jaeger tracing library

    Java

  3. kafka-ssl-auth kafka-ssl-auth Public

    Spring boot application using kafka producer and consumer connecting to a locally running kafka broker with SSL auth

    Java 1

  4. Hakky54/sslcontext-kickstart Hakky54/sslcontext-kickstart Public

    🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL T…

    Java 480 76

  5. circuitbreaker_retry circuitbreaker_retry Public

    A Spring boot application using Resilience4J for CircuitBreaker and Retry features together

    Java 1

  6. springsecurity-keycloak springsecurity-keycloak Public

    A set of sample applications to demonstrate integration of OIDC, X509 exchange etc via Keycloak using Spring security libraries

    Java