mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 22:58:18 +00:00
- Test SSL information
This commit is contained in:
parent
c847f070e5
commit
361e6382db
1 changed files with 0 additions and 6 deletions
|
@ -33,14 +33,8 @@
|
|||
#include "polarssl/havege.h"
|
||||
|
||||
#define SERVER_PORT 443
|
||||
/*
|
||||
#define SERVER_NAME "localhost"
|
||||
#define GET_REQUEST "GET / HTTP/1.0\r\n\r\n"
|
||||
*/
|
||||
#define SERVER_NAME "mijn.postbank.nl"
|
||||
#define GET_REQUEST \
|
||||
"GET /hello/ HTTP/1.1\r\n" \
|
||||
"Host: mijn.postbank.nl\r\n\r\n"
|
||||
|
||||
#define DEBUG_LEVEL 4
|
||||
|
||||
|
|
Loading…
Reference in a new issue