HTML 5 and the use of the HTTP protocol.

In our company we upgraded to fms 4 and installed the apache that comes bundle up with the installation. We had it configure and now we can play videos in html 5 by using the http protocol. The question I have is, can we use https protocol instead of rtmps? I've been doing a lot of research and I found documentation that says to put a minus sign in front of port 443 (-443) in the fms.ini file in the ADAPTOR.HOSTPORT line but it also says that with this configuration port 443 will only recieve rtmps connections. My next step is to put the minus sign in front of the port number and restart the server and just try to establish connection using https to see if i works. Any ideas are definetly welcome.

Hi,
It is possible to serve the content via the Apache that bundles with the FMS.
For that you need to eneble mos_ssl.so module in httpd.conf and create a virtual host and give appropriate parameters ( refer any document for ssl configuration in apache ). Also make sure that the 443 port is not used by any other service (eg : RTMPS ).
Thanks.

Similar Messages

  • Using WEB Output HTML Gallery and uploading using ftp upload the HTML page views correctly but images only display the alt tag?

    Using WEB Output HTML Gallery and uploading using ftp upload the HTML page views correctly but images only display the alt tag in the browser window?

    After a little investigation, I discovered that PNGs also do not render correctly in IE7 in similar circumstances.
    I ended up using Levels in Photoshop to bring the output blacks up to "5", saved the images as PNGs, modified the HTML from .jpg to .png, and that seems to have covered up the problem well enough.
    By the way, I did confirm that IE8 beta 2 renders the images correctly.
    Brian

  • Web Proxying to a WebLogic Cluster using the HTTPS protocol

    Hi all,
    I am recently involved into JWS proxying to WebLogic Cluster.
    I don't have any technical problems at the moment but "conceptual" problems, that is:
    - my jws proxy server should connect to a WebLogic Cluster through a Bea plugin configured wish SSL parameters;
    - my jws proxy server should pass the incoming request using a load-balancing algorithm among the two nodes of the cluster, that are actually installed on two different machines;
    - the jws proxy server doesn't seem to accept multiple certificates.
    My question is: how can I configure my proxy plugin to route the incoming requests to my WebLogic Cluster using the https protocol? As a matter of fact, each certificate should be hostname dependent, and it looks like that the proxy plugin doesn't accept a multiple certificate configuration (and it should actually match the CN entry in the certificates with the actual hostnames of the nodes).
    Any hint?
    Thx a lot,
    Luca

    It is supported in 5.2
              - Prasad
              Wei Guan wrote:
              > As I knew of, secure proxying is not supported yet.
              > --
              > Cheers - Wei
              > Bob Kiep <[email protected]> wrote in message
              > news:8bvvc7$7uf$[email protected]..
              > > The NSAPI plugin cannot perform SSL proxying, as documented at the bottom
              > of
              > > this message (taken from
              > > http://www.weblogic.com/docs/admindocs/nsapi.html#background). When
              > > Weblogic is the proxy, can I do SSL? If someone could send me the link to
              > > where is states whether is SSL or not would be very helpful.
              > >
              > > "The plug-in is for an environment where NES serves static pages, and a
              > > Weblogic Server (operating in a different process, possibly on a different
              > > host) is delegated to serve dynamic pages (such as JSPs or pages generated
              > > by HTTP Servlets). The connection between WebLogic Server and the NSAPI
              > > plug-in is clear text http, not SSL. To the end user -- the browser -- the
              > > HTTP requests delegated to WebLogic appear to come from the same source as
              > > the static pages. In other words, WebLogic on the back-end is invisible.
              > > Additionally, the HTTP-tunneling facility of the WebLogic client-server
              > > protocol can operate through the plug-in, providing access to all WebLogic
              > > services (not just dynamic pages). "
              > >
              > >
              Cheers
              - Prasad
              

  • Why is the https protocol used on all pages of arch wiki & forums ?

    I don't know if it's true, but I heard that the https protocol requires more server resources than http, maybe because the server has to encrypt the data before sending it to the client. Therefore, as far as I know, https is usually used only on web pages containing login forms, and others that transmit sensitive data. I'm not complaining about the wiki or forum performance, they're loading fast, but is there a reason for using https on all pages of arch wiki and arch forums ? Shouldn't https be used only for logins to the wiki and forums, and http for all other pages, just like archlinux home page ?
    Last edited by Chrys349 (2011-10-14 00:14:54)

    I don't know the specific reasons as far as Arch is concerned, but there is a trend... See for example the HTTPS Everywhere extension. Many sites started offering or forcing https (including Google.) This can help avoid censorship and eavesdropping, two things that are on the rise too in many countries.

  • Using webgui with HTTPS protocol

    Hi All
    I have a WAS 700 (abap + java) where I have activated:
    - webgui
    - SSO
    Webgui works fine on port HTTP (8000) but now I want to use HTTPS protocol.
    I have tried to change the instance parameter icm/server_port_0
    from
    PROT=HTTP,PORT=80$$
    to
    PROT=HTTPS,PORT=80$$
    but unfortunately this is not sufficient or is completely wrong!
    After this change webgui do not work anymore !!
    Any suggestions ??
    thx in advance
    Pierfrancesco
    Edited by: Pierfrancesco Cocco on Sep 4, 2008 4:31 PM

    Hello,
    To HTTPS enable your application server
    Follow the steps provided here:
    http://help.sap.com/saphelp_nw70/helpdata/EN/65/6a563cef658a06e10000000a11405a/frameset.htm
    That should get HTTPS working in SMICM.
    Also,
    After the above configuration, you would also need to enable HTTPS in SICF for your webgui in
    SICF ->navigate to /default_host/sap/bc/gui/sap/its/
    Right click on the service and click on Display element, you should see a window where you can specify the service details.
    Switch to service data tab (which is normally the first tab selected) on this tab , there is a security requirement box.
    Select SSL over here.
    Regards,
    Siddhesh

  • OSB 10gR3 and the HTTP 1.1 specification

    Per RFC 2616 (14.23) the Host request-header is supposed to have Internet host and port number of the resource being requested.
    When using HTTP transports with transport headers in the message flow, the Host header is copied from inbound to outbound. However, this means it does not conform to the standard.
    If the call to the OSB is http://www.mybus.com/something then the Host header comes in as www.mybus.com
    Then the OSB forwards the call to http://www.myservice.com/something. The Host header should be set to www.myservice.com but it remains www.mybus.com.
    Without manually overriding the Host header value in dozens of message flows, is there a way to have it set to the value specified in the business Proxy?

    I'm 100 % sure that OSB doesn't copy Host header from inbound to outbound by default. If you use Transport Headers in your flow, then you should explicitly transport only headers which are useful for your case. If you use (for example) "Pass All Headers" option, than you shouldn't be surprised that all headers are transferred.
    http://download.oracle.com/docs/cd/E13171_01/alsb/docs30/userguide/modelingmessageflow.html#wp1125345

  • How do I remove "printinvoicesRedirect.jsp and the https file from printed invoices

    I am printing invoices and a line of test appears on top and bottom of sheet. Top left reads "printinvoicesRedirect.jsp" - Top right reads "https:// (then adds the website I'm printing from.
    The bottom of the sheet prints "1 of xx" and date and time. How do I remove these from my customers invoices?

    I'm guessing the page is a PDF, and it is being displayed in the new Firefox 19 PDF Viewer? Unfortunately, there is currently no way to suppress headers and footers in the PDF Viewer without changing Page Setup globally. More information in this thread: [https://support.mozilla.org/en-US/questions/951147 Print from the PDF viewer without page information].
    To switch to the Acrobat plugin, or an external application, see this article: [[How to disable the built-in PDF viewer and use another viewer]].

  • Books are Stored in File JSON file type in FireFox 4 But when I go to Import them back. I'm asked for HTML only and the JSON Files do not show. What do I do?

    I pushed the "backup" feature in my bookmarks and it stored them in file format JSON. Yet When I asked to Import them back. I only see that bookmarks of HTML are accessible.
    What am I to do?

    You need to restore a JSON backup:
    * Bookmarks > Show All Bookmarks > Import & Backup > Restore > Choose File
    * http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • How to parser a html page and get useful information?

    now ,I try to get the page by the url,after getting the whole page,
    is there any way to get the useful text ,and abandon other ,liks ,ad likes,
    other related links?
    I try to use java.util.regex.*;
    is there any other methods for dointg this?

    Regex isn't a good method unless your requirements are quite simple. In general if you want a Java HTML parser they are not hard to find -- "java html parser" is a good choice of keywords for an internet search.

  • _sip service and the _tls protocol

    Hi
    My client is switching his email to MS 360 and we host his DNS.  He is asking for and SRV record using _tls protocol.  I can only use TCP or UDP in my control panel.  Is there a work around?

    You should create all the required DNS records (as per below) for correct operation.
    TYPE
    SERVICE
    PROTOCOL
    PORT
    WEIGHT
    PRIORITY
    TTL
    NAME
    TARGET
    SRV
    _sip
    _tls
    443
    1
    100
    1 Hour
    domain.com
    sipdir.online.lync.com
    SRV
    _sipfederationtls
    _tcp
    5061
    1
    100
    1 Hour
    domain.com
    sipfed.online.lync.com
    CNAME
    sip.domain.com
    sipdir.online.lync.com
    1 Hour
    CNAME
    lyncdiscover.domain.com
    webdir.online.lync.com
    1 Hour
    You can TRY and omit the _sip._tls record to see if it does work as the Lync 2013 client will attempt to look up the server in the following order:
    lyncdiscoverinternal.<domain>   A (host) record for the Autodiscover service on the internal Web services
    lyncdiscover.<domain>   A (host) record for the Autodiscover service on the external Web services
    _sipinternaltls._tcp.<domain>   SRV (service locator) record for internal TLS connections
    _sipinternal._tcp.<domain>   SRV (service locator) record for internal TCP connections (performed only if TCP is allowed)
    _sip._tls.<domain>   SRV (service locator) record for external TLS connections
    sipinternal.<domain>   A (host) record for the Front End pool or Director, resolvable only on the internal network
    sip.<domain>   A (host) record for the Front End pool or Director on the internal network, or the Access Edge service when the client is external
    sipexternal.<domain>   A (host) record for the Access Edge service when the client is external
    So it should be able to determine how to login using the lyncdiscover CNAME, however, you should ideally have the record created.
    You can see more information here:
    http://technet.microsoft.com/en-us/library/gg398758.aspx
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer" | Blog
    www.lynced.com.au | Twitter
    @imlynced

  • What is the best way to increase the volume for the phone?  My Dad has a hearing aid and could use more volume.

    What is the best way to increase the volume for the phone?  My Dad has a hearing aid and could use more volume.

    https://itunes.apple.com/gb/app/hearyounow-your-personal-sound/id569522474?mt=8
    Have a look here and in particular
    "Customers also bought "

  • Displaying a jpg on the browser using a simple http server.....

    Hi
    I've written a simple server which responds by sending a jpg file .
    BROWSER ---request---> SERVER ( reads a jpg file, converts to byte[] and writes to browser )
    ^
    |
    |
    <----response ----------
    So I connect from the browser and the server sends a jpg and I'd to display that. Everything is thru sockets. There is no webserver as such.
    The problem is, I'm getting the text fine, but instead of the picture, I get lots of characters...probably the browser is unable to interpret the jpg . How to I display the jpg ? Do I have to convert the characters in the server code before sending it ?
    Anything to do with Base64 encoding ??
    Thanks !!

    All answers to this question including mine disappeared ??????
    In order to serve an image or any other type of data over the HTTP protocol you have to supply the correct HTTP response header with the data.
    The stream of bytes written to the client should be structured like this:
    A status code followed by several lines of key/value pairs with header information, a blank line and finally the bytes of the image.
    All lines in the header should end with \r\n no matter what OS the server is running.
    HTTP/1.1 200 OK
    Date: Wed, 07 Nov 2001 18:37:47 GMT
    Server: MyServer/0.1
    Content-Type: image/jpeg
    Content-Length: 4321The Content-Length field must have the length of the image data in bytes. The Content-Type field must be the correct mime type for the image data.
    Read RFC 2068 if you want or need more information.

  • Error in editing the passwords and HTTPS Protocol

    Hello!
    After I success install the uPerform Server, then I have shut down the server.
    The next day, I started to configure the server and find out that there has an error in editing the uPerformSystem and Solution Manager passwords. It pops up an error(401) and said" Error processing form. The remote server return an error: (401) Unauthorized".
    Also, I cannot configure the HTTPS Protocol. There has an error when I run  AuthenicationWizard and the error log was below:
    <Log>
    - <Entry Type="Trace" Id="b5969d99-c785-4e27-8b83-4e3280bcc65a">
      <Date>7/14/2011 7:13:04 PM</Date>
      <TraceType>Always</TraceType>
      <ThreadID>5</ThreadID>
      <RoutineNamespace>AuthenticationWizard.Process.stopServices()</RoutineNamespace>
    - <Message>
    - <![CDATA[ Stopping Services
      ]]>
      </Message>
      </Entry>
    - <Entry Type="Trace" Id="ce10e70d-9ecf-4921-a545-6b5db49d619e">
      <Date>7/14/2011 7:13:34 PM</Date>
      <TraceType>Always</TraceType>
      <ThreadID>5</ThreadID>
      <RoutineNamespace>AuthenticationWizard.Process.stopServices()</RoutineNamespace>
    - <Message>
    - <![CDATA[ End Stopping Services
      ]]>
      </Message>
      </Entry>
    - <Entry Type="Error" Id="a4765b76-002b-44f6-8235-76fade618e50">
      <Date>7/14/2011 7:13:55 PM</Date>
      <ThreadID>9</ThreadID>
      <ErrorCode>24-01-014</ErrorCode>
      <RoutineNamespace>RWD.uPerform.CMS.Vignette.VerifyLicense</RoutineNamespace>
      <FriendlyMessage>An error occurred while verifying license.</FriendlyMessage>
      <Message>Length cannot be less than zero. Parameter name: length</Message>
      <StackTrace>at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at System.String.Substring(Int32 startIndex, Int32 length) at RWD.uPerform.CMS.Vignette.VerifyLicense() at RWD.uPerform.WindowsService.QueueMonitor.VerifyLicense()</StackTrace>
      <Parameters />
      </Entry>
    - <Entry Type="Trace" Id="bbce281a-d3bb-4e49-9482-2dc8a03b52d7">
      <Date>7/14/2011 7:30:42 PM</Date>
      <TraceType>Always</TraceType>
      <ThreadID>6</ThreadID>
      <RoutineNamespace>AuthenticationWizard.Process.stopServices()</RoutineNamespace>
    - <Message>
    - <![CDATA[ Stopping Services
      ]]>
      </Message>
    Can anyone help me to solve the problems?
    Best Reagrds,
    Vivian

    Hi Vivian,
    With reference to this issue, can you please try the following steps on
    the application server in order to try and resolve this:
    1. Please open a command prompt and navigate to
    C:\Windows\Microsoft.NET\Framework\v2.0.50727\
    2. Run the following command: aspnet_regiis -iru
    3. Run the following command: aspnet_regiis -ga aspnet
    4. Open IIS.
    5. Expand Websites.
    6. Right-click on the uPerform Collaboration website and select
    properties.
    7. Click on the ASP.NET tab.
    8. Ensure the 2.0.50727 is selected in the ASP.NET version drop-down
    list.
    9. Select the Web Service Extensions folder.
    10. Ensure the ASP.NET v.2.0.50727 is set to Allowed.
    11. Restart IIS.
    12. Attempt to run the configuration page once more.
    13. Result?
    Also, have you tried restarting the server?
    Hope this helps,
    Kind Regards,
    Matthew

  • Air 3.6 and the fl package

    I just switched over to air 3.6 in Flash Professional. I'm compiling with air 3.6.0.5990 which I believe is the latest version. When I start a new Actionscript 3 file, and include a TLFTextField, and then compile for Air for IOS the app won't run. The initial loading screen (e.g. default.png) comes up, and then I simply get a blank screen and nothing happens. If I take out the TLFTextField, then it works (for example, if I draw a simple circle on the stage just to test if it is rendering). My main application I develop will not run as well. I get the same issue - simply a blank screen. It's a frustrating problem as there isn't really a way to debug - if an incorrect element (like TLFTextField) is included it simply doesn't run. I took all of the TLFTextField elements out of my app and it still just has a blank screen on IOS. Things work fine with Air 3.4.
    I've noticed that all the fl package elements have been removed from the actionscript documentation. I use many controls from the fl.controls. package, for example. Has the entire fl package been deprecated? (it's frustrating it's simply gone from the documentation as well - I haven't been able to find any indication anywhere why it has been removed or even that is has been removed. It's just gone. It feel a little twilight zone'ish - feels like I was the only person using it lol, even though Flash CS6 has an actual UI to pull those elements in).
    Does the entire fl package not work any more?
    Any suggestions on how to debug this type of situation and find other items like TLFTextField that no longer work, so that I can remove them and get my apps working on IOS?
    Any suggestions on what I can use to replace all the fl.controls elements I am currently using?
    thanks
    Tom

    well i got my solution and writing the solution may be it will help some one
    the actual problem with my application is am using TLFTEXTFIELD and TLFTEXTFIELD directly not supported in air sdk 3.7 so you can remove the tlftext or use this solution
    For Flash CS6, copy this swc: /Applications/Adobe Flash CS6/Common/Configuration/ActionScript 3.0/libs/flash.swc
    Into my Flash Builder project using these steps:http://interactivesection.files.wordpress.com/2009/06/include_fl_packages_in_flex_builder- 1.jpg
    and then use this link http://curtismorley.com/2013/03/05/app-used-to-work-with-air-3-2-or-3-4-doesnt-work-with-a ir-3-5-or-3-6/#comment-241102

  • Retrieve and send data to website using http protocol

    Hi, I wonder if anyone knows how to use java language to retrieve and send data to internet website using the http protocol.

    Take a look at this thread:
    http://forum.java.sun.com/thread.jsp?forum=31&thread=310300

Maybe you are looking for