Skip to content

Commit

Permalink
Server setup should read the server configuration, not the client one
Browse files Browse the repository at this point in the history
  • Loading branch information
lokedhs committed Mar 15, 2013
1 parent a2abc75 commit 81d197f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lfarm-ssl/lfarm-ssl.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
:password (cert-data-password d))))

(defmethod lfarm-common.data-transport:initialize-server-stream ((auth ssl-auth) stream)
(let ((d (ssl-auth-client-cert-data auth)))
(let ((d (ssl-auth-server-cert-data auth)))
(cl+ssl:make-ssl-server-stream stream
:certificate (cert-data-path d)
:key (cert-data-key d)
Expand Down

0 comments on commit 81d197f

Please sign in to comment.