mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
Owner: thoyyib
打印 prevThread nextThread

integrating SmartEye system to our Solutions

[copyURL]

6

主题

408

帖子

1618

积分

vipMem

Rank: 6Rank: 6

积分
1618
21#
poston 2020-4-1 20:02 | authorOnly
thoyyib post on2020-4-1 18:13
Hi,
We have added SSL Certificate to the our Web Application that connects to SmartEye Web Server a ...

hi.
The nginx can proxy https protocal then commit https request to another http server. With the response also.
You must think out server just a http server, your nginx make our server has https(SSL) ablity view from browser.
Our server has two path need to be proxyed. First is the root path, second is websocket path.

You can try to insert below conf code to your nginx https server block.

location jswservice/ {
    http://127.0.0.1:8081/
    index  index.html index.htm;
}

location jswservice/jswapi {
    proxy_pass http://127.0.0.1:8081/jswapi;
    proxy_redirect default;

    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";

    proxy_connect_timeout 45;
    proxy_send_timeout 600;
    proxy_read_timeout 600;
}
ps: 127.0.0.1:8081 should be replace to our server address
When you call jSW.swInit() to initial jSW lib, you should input "https://xxxxxx/jswservice"  as url param.

reply agree Against

使用道具 report

6

主题

69

帖子

377

积分

midMem

Rank: 3Rank: 3

积分
377
22#
 Owner| poston 2020-4-15 15:45 | authorOnly
IBeli post on2020-4-1 20:02
hi.
The nginx can proxy https protocal then commit https request to another http server. With the ...

Hi,

We have tried the nginx proxy solution but we still cannot get the system to accept our SSL Certificate.
The SmartEye nginx server is still using the expired certificate.

See the attachments for more detailsThanks in advance for your support





本帖子中包含更多资源

pls login 才可以下载或查看,没有帐号?registerNow

x
reply agree Against

使用道具 report

6

主题

408

帖子

1618

积分

vipMem

Rank: 6Rank: 6

积分
1618
23#
poston 2020-4-15 17:08 | authorOnly
thoyyib post on2020-4-15 15:45
Hi,

We have tried the nginx proxy solution but we still cannot get the system to accept our SSL ...

Ou, the question existed in old versoin. we have repaired it. you need update server software.
reply agree Against

使用道具 report

60

主题

1414

帖子

5813

积分

Moderator

Rank: 7Rank: 7Rank: 7

积分
5813
24#
poston 2020-4-15 17:21 | authorOnly
well, ok, will send you the latest WEB SDK software via wetransfer.
reply agree Against

使用道具 report

6

主题

69

帖子

377

积分

midMem

Rank: 3Rank: 3

积分
377
25#
 Owner| poston 2020-4-15 17:41 | authorOnly
IBeli post on2020-4-15 17:08
Ou, the question existed in old versoin. we have repaired it. you need update server software.


Hi,

Thanks for the reply. We did update the SmartEye Server to latest version and my team has tried to configure the SSL even in the latest version SmartEye Server but the result is the same.Please provide the working Web SDK so that we can resolve this issue.

Tony





本帖子中包含更多资源

pls login 才可以下载或查看,没有帐号?registerNow

x
reply agree Against

使用道具 report

6

主题

69

帖子

377

积分

midMem

Rank: 3Rank: 3

积分
377
26#
 Owner| poston 2020-4-15 18:17 | authorOnly
besovideo post on2020-4-15 17:21
well, ok, will send you the latest WEB SDK software via wetransfer.

Hi.

I downloaded the new WEB SDK installer but we cannot run and install the SDK.
We see the following error message

本帖子中包含更多资源

pls login 才可以下载或查看,没有帐号?registerNow

x
reply agree Against

使用道具 report

60

主题

1414

帖子

5813

积分

Moderator

Rank: 7Rank: 7Rank: 7

积分
5813
27#
poston 2020-4-15 20:10 | authorOnly
pls confirm that this webAPI plugin software is installed on the server where smarteye server is installed,
and make sure there is built-in WEB API package in this smarteye server.
run this .exe is to do upgrading to old version of webAPI part.
reply agree Against

使用道具 report

60

主题

1414

帖子

5813

积分

Moderator

Rank: 7Rank: 7Rank: 7

积分
5813
28#
poston 2020-4-15 20:12 | authorOnly
if problem persists, pls re-install the full smarteye server package again, and then install this webAPI plugin .
should be OK.
reply agree Against

使用道具 report

6

主题

69

帖子

377

积分

midMem

Rank: 3Rank: 3

积分
377
29#
 Owner| poston 2020-4-15 21:55 | authorOnly
besovideo post on2020-4-15 20:12
if problem persists, pls re-install the full smarteye server package again, and then install this we ...

Thanks.
My team was able to install the WED SDK after following your advice
reply agree Against

使用道具 report

6

主题

69

帖子

377

积分

midMem

Rank: 3Rank: 3

积分
377
30#
 Owner| poston 2020-4-16 10:05 | authorOnly
Hi,

We have installed the WEB SDK and also updated the SmartEye Server to the latest version and tried to set the SSL Certificate again but still we experience the same issue.
We are unable to configure and use our SSL Certificate in SmartEye server.






本帖子中包含更多资源

pls login 才可以下载或查看,没有帐号?registerNow

x
reply agree Against

使用道具 report

creditRule

QQ|wireless surveillance

GMT+8, 2024-5-13 05:59 , Processed in 0.073245 second(s), 18 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList