Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ToeiRei

#1
I am struggling with the same thing here as HTTP verification doesn't play nice here.

Here are some pointers:

Secret key is something like this:


key "test" {
    algorithm hmac-sha512;
    secret "some.weird.string.ending.with==";
};


This is what tripped me in the first place.