aboutsummaryrefslogtreecommitdiff
path: root/authorize.go
diff options
context:
space:
mode:
Diffstat (limited to 'authorize.go')
-rw-r--r--authorize.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/authorize.go b/authorize.go
index 893764c..0a41edb 100644
--- a/authorize.go
+++ b/authorize.go
@@ -55,7 +55,7 @@ func (p *Provider) Authorize(sols Solvers, domain string) error {
Value: domain,
},
}
- resp, err := p.post(p.NewAuthz, req)
+ resp, err := p.postJson(p.NewAuthz, req)
if err != nil {
return err
}