hug
hug copied to clipboard
who used force_https.py? Please help
Install the pip install falcon-require-https hug -f force_https.py
When I request it with https
curl -v -k https://192.168.133.32:9000
- Rebuilt URL to: https://192.168.133.32:9000/
- Trying 192.168.133.32...
- Connected to 192.168.133.32 (192.168.133.32) port 9000 (#0)
- found 148 certificates in /etc/ssl/certs/ca-certificates.crt
- found 592 certificates in /etc/ssl/certs
- ALPN, offering http/1.1
- gnutls_handshake() failed: An unexpected TLS packet was received.
- Closing connection 0 curl: (35) gnutls_handshake() failed: An unexpected TLS packet was received.
Any ideas?