Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tls1.2-server

A simple TLS 1.2 server to test clients

pip install flask
python server.py

This hosts a simple server on https://localhost:8080 with a /test endpoint which returns 'Hello World!'

import requests
requests.get('https://localhost:8080/test', verify=False).text

About

A simple TLS 1.2 server to test clients

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages