Transport Security

Use HTTPS for all endpoints, including internal services Use when implementing security best practices. Security category skill.

majiayu000 Updated 567 repo stars

File contents

Transport Security

Use HTTPS for all endpoints, including internal services. Implement HSTS headers to prevent downgrade attacks. Use TLS 1.2 or higher with secure cipher suites. Validate SSL certificates properly—don't disable verification in production. Set secure cookie flags. Consider certificate pinning for mobile apps. Use secure WebSocket (wss://) for real-time connections.

majiayu000/claude-skill-registry-data/tree/main/security/transport-security-omniaffix-dave-sessionguardian commit ba85f4eadf

Frequently asked questions

npx skillmds@latest add majiayu000/transport-security