mangos icon indicating copy to clipboard operation
mangos copied to clipboard

Request: Example with TLS Transport and PAIR Protocol

Open alexanderbez opened this issue 6 years ago • 3 comments

Hello!

I've been reading through the documentation and various examples extensively, but have been having trouble getting an example working with using TLS over TCP as the transport and PAIR as the protocol. Would it be possible to provide a simple example?

Cheers

alexanderbez avatar Dec 07 '17 21:12 alexanderbez

Its a reasonable idea. The main problem with TLS is probably the lack of correct certificates. Setting up the certs to permit TLS to work properly can be a real pain. I'll try to get to this soon.

gdamore avatar Dec 07 '17 22:12 gdamore

Thanks @gdamore! I believe I some dummy certs/keys being created in test/certs.go

alexanderbez avatar Dec 07 '17 22:12 alexanderbez

Also looking for more examples on encryption, maybe I should just look at the code of macat.

xgdgsc avatar Jan 10 '18 14:01 xgdgsc