NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC v
1 2 3 4 5 … 40 Next »
Reverse proxy - ssl - kodi client

 
  • 0 Vote(s) - 0 Average
Reverse proxy - ssl - kodi client
aderlopas
Offline

Senior Member

Posts: 293
Threads: 38
Joined: Dec 2013
#51
2022-07-20, 07:34 AM
(2022-07-19, 09:48 PM)mvallevand Wrote: Your cert still has problems because your are including an expired cert but I guess that gets past the curl error.  (I still see one here though)

By using port http/80 your password will be sent in the clear as you aren't even using SSL

Martin

Thanks Martin,

I found some documentation from let's encrypt, and it seems I had to specify the fullchain.pem as the SSL certificate of the server and not the one that includes only the server certificate. 

It should be the correct one now.

I also changed the hostptorocol to https in the correct settings.xml file, and now it allows me to connect to 443 port with SSL and it works fine.

I guess now my setup is correct.

Here is the log:

2022-07-20 10:30:58.972 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: Creating NextPVR PVR-Client
2022-07-20 10:30:58.974 T:15108    INFO <general>: initializing python engine.
2022-07-20 10:30:58.974 T:15020    INFO <general>: initialize done
2022-07-20 10:30:58.974 T:27640    INFO <general>: initializing python engine.
2022-07-20 10:30:58.975 T:15020    INFO <general>: Running the application...
2022-07-20 10:30:58.976 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: Buffer created!
2022-07-20 10:30:58.976 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: DummyBuffer created!
2022-07-20 10:30:58.976 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: Buffer created!
2022-07-20 10:30:58.976 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: RecordingBuffer created!
2022-07-20 10:30:58.976 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: Buffer created!
2022-07-20 10:30:58.976 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: DummyBuffer created!
2022-07-20 10:30:58.977 T:7444    INFO <general>: ES: Starting UDP Event server on port 9777
2022-07-20 10:30:58.977 T:7444    INFO <general>: UDP: Listening on port 9777 (ipv6 : false)
2022-07-20 10:30:58.978 T:15020    INFO <general>: JSONRPC Server: Successfully initialized
2022-07-20 10:30:59.078 T:15108    INFO <general>: CPythonInvoker(0, C:\Users\ADERLOPA\AppData\Roaming\Kodi\addons\inputstream.ffmpegdirect\resources\lib\runner.py): script successfully run
2022-07-20 10:30:59.086 T:15108    INFO <general>: Python interpreter stopped
2022-07-20 10:31:02.276 T:24948    INFO <general>: CIRServerSuite:Tonguerocess: failed to connect to irss, will keep retrying every 5 seconds
2022-07-20 10:31:04.209 T:27640    INFO <general>: CPythonInvoker(1, C:\Users\ADERLOPA\AppData\Roaming\Kodi\addons\service.xbmc.versioncheck\resources\lib\runner.py): script successfully run
2022-07-20 10:31:04.212 T:27640    INFO <general>: Python interpreter stopped
2022-07-20 10:31:04.643 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: NextPVR version: 50207
2022-07-20 10:31:04.643 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: Server time offset in seconds: -5
2022-07-20 10:31:04.643 T:22520    INFO <general>: AddOnLog: pvr.nextpvr: time shift buffer in seconds: 1800
2022-07-20 10:31:05.168 T:22520    INFO <general>: PVR Manager: Starting
2022-07-20 10:31:08.596 T:18156    INFO <general>: PVR Manager: Started

It does not mention in here anything about SSL and I don't know how else I can check that it is indeed using SSL.

Thanks again for your help.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 44,835
Threads: 862
Joined: May 2006
#52
2022-07-20, 01:12 PM
All the API information would show with debug logging.

Martin
aderlopas
Offline

Senior Member

Posts: 293
Threads: 38
Joined: Dec 2013
#53
2022-07-24, 05:10 PM
Thanks Martin, Now about writing that Wiki, I went in the wiki which is at Github and I am a bit lost.
I would assume that we need a page under Advanced Setup right?
I don't see any option to create a page with my account, what should I do? Write it in word document perhaps and send it over to you and sub for review?
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 44,835
Threads: 862
Joined: May 2006
#54
2022-07-24, 06:08 PM
If you want to create or update the page(s) in markdown language (.md) and send the package to me I can upload it to the wiki.

Martin
aderlopas
Offline

Senior Member

Posts: 293
Threads: 38
Joined: Dec 2013
#55
2022-07-29, 09:50 PM
(2022-07-24, 06:08 PM)mvallevand Wrote: If you want to create or update the page(s) in markdown language (.md) and send the package to me I can upload it to the wiki.

Martin

Many thanks Martin, 
Please see attached file.
Let me know what you think.


Attached Files
.zip   Setting up NextPVR for Secure Remote Access.zip (Size: 24.33 KB / Downloads: 3)
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 44,835
Threads: 862
Joined: May 2006
#56
2022-07-30, 03:06 PM
Thanks, I don't have time to read it but I put the raw file on my test wiki to give you an idea what it looks like https://github.com/emveepee/Testing/wiki...ote-Access

Marin
aderlopas
Offline

Senior Member

Posts: 293
Threads: 38
Joined: Dec 2013
#57
2022-07-30, 03:41 PM
(2022-07-30, 03:06 PM)mvallevand Wrote: Thanks, I don't have time to read it but I put the raw file on my test wiki to give you an idea what it looks like https://github.com/emveepee/Testing/wiki...ote-Access

Marin

Many thanks Martin, 

some lines are messed up, I will need to review it with a .md editor and fine-tune.
Will send you an updated file.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6


Possibly Related Threads…
Thread Author Replies Views Last Post
  Kodi Nexus 2.0 mvallevand 7 391 2023-01-23, 12:33 PM
Last Post: bandjaci
  Timeshift performance vs Simple IPTV client is7s 16 2,389 2022-12-01, 01:37 AM
Last Post: mvallevand
  Kodi-V4 WiFi Problem? jcole998 4 177 2022-11-05, 03:39 PM
Last Post: jcole998
  Kodi Addon Failure 19.0.4 Luke86 4 371 2022-10-22, 03:33 AM
Last Post: Luke86
  NextPVR client not connecting sitush 8 481 2022-08-30, 03:48 PM
Last Post: mvallevand
Question Kodi 19.4 not seeing NextPVR v4 Recordings Aussie 3 422 2022-07-28, 02:37 PM
Last Post: mvallevand
  Kodi NextPVR PVR Client Addon solfanboy 11 1,160 2022-07-11, 08:51 PM
Last Post: mvallevand
  Kodi not playing older recordings bobster151 10 677 2022-06-28, 10:18 PM
Last Post: mvallevand
  When running Kodi, new recordings not showing up jorrenb 53 4,846 2022-05-18, 12:52 AM
Last Post: mvallevand
  Setting up a media server for my kodi devices? jiwlei 3 1,235 2022-04-23, 04:05 PM
Last Post: JavaWiz

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode