We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 036c63b + c7238e6 commit 98483daCopy full SHA for 98483da
1 file changed
apps/epp_proxy/src/epp_tls_worker.erl
@@ -42,7 +42,9 @@ start_link(Socket) ->
42
%% Client IP address,
43
%% If certificate is revoked, this will fail right away here.
44
%% mod_epp does exactly the same thing.
45
-handle_cast(serve, State = #state{socket = Socket}) ->
+handle_cast(serve,
46
+ State = #state{socket = Socket,
47
+ session_id = _SessionId}) ->
48
{ok, {PeerIp, _PeerPort}} = ssl:peername(Socket),
49
case ssl:handshake(Socket) of
50
{ok, SecureSocket} ->
0 commit comments