{"id":19656302,"url":"https://github.com/daggerok/spring-boot-ssl","last_synced_at":"2026-03-07T05:32:21.284Z","repository":{"id":151042057,"uuid":"57851528","full_name":"daggerok/spring-boot-ssl","owner":"daggerok","description":"This project contains simple spring-boot https example","archived":false,"fork":false,"pushed_at":"2017-10-23T09:09:22.000Z","size":62,"stargazers_count":10,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-28T18:45:35.874Z","etag":null,"topics":["keytool","spring","spring-boot","spring-boot-https","spring-boot-ssl","spring-mvc","ssl"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daggerok.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-01T21:45:19.000Z","updated_at":"2021-04-25T15:17:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5962b7d-2bdb-4c39-b546-201fc38f0aa0","html_url":"https://github.com/daggerok/spring-boot-ssl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daggerok/spring-boot-ssl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-boot-ssl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-boot-ssl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-boot-ssl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-boot-ssl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daggerok","download_url":"https://codeload.github.com/daggerok/spring-boot-ssl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daggerok%2Fspring-boot-ssl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["keytool","spring","spring-boot","spring-boot-https","spring-boot-ssl","spring-mvc","ssl"],"created_at":"2024-11-11T15:27:22.928Z","updated_at":"2026-03-07T05:32:21.244Z","avatar_url":"https://github.com/daggerok.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"spring-boot-ssl [![build](https://travis-ci.org/daggerok/spring-boot-ssl.svg?branch=master)](https://travis-ci.org/daggerok/spring-boot-ssl)\n===============\n\nThis project contains simple spring-boot https example\n\n```sh\ngradle build bootRun\nopen https://localhost:8443/\n```\n\nusing curl:\n\n```sh\ncurl -k https://localhost:8443\n```\n\nusing docker\n\n```bash\ndocker build -t app .\ndocker run --rm -d -p 443:8443 --name=app app \ncurl -k https://localhost/health\ndocker rm -f -v app\n```\n\nusing docker-compose\n\n```bash\ndocker-compose up --build -d \ncurl -k https://localhost/health\ndocker-compose down -v\n```\n\nnot worked shit...\n\n```sh\nkeytool -genkey -alias tomcat -storetype PKCS12 -keyalg RSA -keysize 2048 -keystore build/keystore.p12 -validity 3650\n    use password: password\n\nopenssl pkcs12 -in build/keystore.p12 -out build/file.key -nocerts -nodes\nopenssl pkcs12 -export -in \"build/keystore.p12\" -out \"build/keystore.pem\" -passin pass:password\n\nopenssl pkcs12 -in build/keystore.p12 -out build/keystore.crt.pem -clcerts -nokeys\nopenssl pkcs12 -in build/keystore.p12 -out build/keystore.key.pem -nocerts -nodes\nopenssl pkcs12 -in build/keystore.p12 -out build/keystore.pem\n\n# old - not works\nkeytool -genkey -alias tomcat -storetype PKCS12 -keyalg RSA -keysize 2048 -keystore build/keystore.p12 -validity 3650\n    use password: password\ncurl -k --cert build/keystore.p12:password https://localhost:8443\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-boot-ssl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaggerok%2Fspring-boot-ssl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaggerok%2Fspring-boot-ssl/lists"}