Languages

Menu
Sites
Language
SSL Handshake

Hello,

I have an application on Samsung Gear S, that make various connections with a server to download/upload data.

Sometimes, I have an error: SSL handshake failed.

I have various calls to server, that are launched periodically. These calls are configured with timeout events.

Is possible that SSL handshake is caused because there is a collision between calls sent to server or may be there is another reason?

Thank you,

Joaquim Puyo

Responses

2 Replies
daniel kim

Hi,

I think that it can be occured by several reasons. and it will be helpful if you have any logs.

Regards

Jose Manuel Morales Diaz

Hi Daniel.

I have a similiar error, when i try to use Bitmovin in a smart TV tizen 2.3:

and this is my config.xml:

<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:tizen="http://tizen.org/ns/widgets" id="http://com.klictizen.app" version="0.2.1" viewmodes="maximized">
<access origin="*" subdomains="true"></access>
<tizen:allow-navigation>demo.bitmovin.com licensing.bitmovin.com bitmovin-a.akamaihd.net cdn.bitmovin.com</tizen:allow-navigation>
<tizen:application id="bEUixKMCRi.EmptyProject" package="bEUixKMCRi" required_version="2.3"/>
<content src="index.html"/>
<tizen:content-security-policy>default-src *; script-src *; connect-src *; img-src *; style-src *;</tizen:content-security-policy>
<feature name="http://tizen.org/feature/screen.size.normal.1080.1920"/>
<icon src="icon2.png"/>
<tizen:metadata key="http://samsung.com/tv/metadata/prelaunch.support" value="true"/>
<name>KlicDemo</name>
<tizen:privilege name="http://tizen.org/privilege/internet"/>
<tizen:privilege name="http://tizen.org/privilege/application.launch"/>
<tizen:privilege name="http://developer.samsung.com/privilege/network.public"/>
<tizen:privilege name="http://tizen.org/privilege/tv.inputdevice"/>
<tizen:privilege name="http://developer.samsung.com/privilege/drminfo"/>
<tizen:privilege name="http://developer.samsung.com/privilege/drmplay"/>
<tizen:privilege name="http://tizen.org/privilege/mediacapture"/>
<tizen:privilege name="http://tizen.org/privilege/content.write"/>
<tizen:privilege name="http://tizen.org/privilege/content.read"/>
<tizen:privilege name="http://tizen.org/privilege/tv.audio"/>
<tizen:privilege name="http://tizen.org/privilege/tv.channel"/>
<tizen:privilege name="http://tizen.org/privilege/tv.display"/>
<tizen:privilege name="http://tizen.org/privilege/tv.window"/>
<tizen:privilege name="http://developer.samsung.com/privilege/contentsdownload"/>
<tizen:privilege name="http://tizen.org/privilege/download"/>
<tizen:profile name="tv-samsung-public"/>
<tizen:setting screen-orientation="landscape" context-menu="enable" background-support="disable" encryption="disable" install-location="auto" hwkey-event="enable"/>
</widget>

I hope you can help me.