Skip to content

Commit

Permalink
set correct value for curve server public key
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Apr 16, 2024
1 parent ca38b8a commit 797dad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smartsim/_core/launcher/dragon/dragonSockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def get_secure_socket(

# configure the server keys on the socket
socket.curve_secretkey = server_keys.private
socket.curve_publickey = client_keys.public
socket.curve_publickey = server_keys.public

socket.curve_server = True
else:
# configure client keys on the socket to encrypt outgoing messages
Expand Down

0 comments on commit 797dad9

Please sign in to comment.