Forum Discussion

Riderick's avatar
Riderick
Reel Rookie
2 years ago
Solved

set new roHttpAgent object on the run or something that meets.

Hi!, I have something like this on my scene (It plays normally a Dash Stream)   sub change() httpAgent = CreateObject("roHttpAgent") httpAgent.SetCertificatesFile("common:/certs/ca-bundle....
  • Riderick's avatar
    2 years ago

    It was easy... what i was just to do is (to reuse the same roHttpAgent object i create before) i believe it broke the SSL HTTPS connection or something near that topic.

    httpAgent = m.video.getHttpAgent()
    httpAgent.xxx("my_change")
    m.video.setHttpAgent(httpAgent)


    Done!