Skip to content

Commit

Permalink
fix TLS connections
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Malinowski <[email protected]>
  • Loading branch information
vogel authored and twasilczyk committed Jan 16, 2017
1 parent fe2f3a4 commit cf07f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ static gg_action_t gg_handle_send_hub(struct gg_session *sess,

if (sess->ssl_flag != GG_SSL_DISABLED) {
req = gg_saprintf
("GET %s/appsvc/appmsg_ver10.asp?fmnumber=%u&fmt=2&"
("GET %s/appsvc/appmsg_ver11.asp?tls=1&fmnumber=%u&fmt=2&"
"lastmsg=%d&version=%s&age=2&gender=1 HTTP/1.0\r\n"
"Connection: close\r\n"
"Host: " GG_APPMSG_HOST "\r\n"
Expand Down

0 comments on commit cf07f39

Please sign in to comment.