Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 811 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 811 Bytes

HTTP Transport Authentication

https://www.ietf.org/archive/id/draft-schinazi-httpbis-transport-auth-05.html

There is a Vagrant setup that does all the setup. To use it:

$ git clone https://github.com/guardianproject/HTTPTransportAuthentication.git
$ cd HTTPTransportAuthentication/TransportAuthVM/
$ vagrant up
$ vagrant ssh
vagrant@TransportAuthVM:~$ 
vagrant@TransportAuthVM:~$ cd HTTPTransportAuthentication/
vagrant@TransportAuthVM:~/HTTPTransportAuthentication$ ./runTransportAuthServer.sh

Then in a separate terminal:

$ cd HTTPTransportAuthentication/TransportAuthVM/
$ vagrant ssh
vagrant@TransportAuthVM:~$ cd HTTPTransportAuthentication/
vagrant@TransportAuthVM:~/HTTPTransportAuthentication$ ./runTransportAuthJavaClientWithHMAC.sh