<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic static pages cut by SSL? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181378#M42415</link>
    <description>VMS 7.3-2, SWS 2.1-1 with SSL enabled.&lt;BR /&gt;&lt;BR /&gt;http://server:port1/path/page.html shows correct page, where https://server:port2/path/page.html does not: the page is incomplete and some nonprintable characters are translated into printable characters, causing link failures; see attachment ("View Source" output).&lt;BR /&gt; &lt;BR /&gt;Output that is generated by a CGI script (that TYPEs a file to SYS$OUTPUT) is correct - no matter the size.&lt;BR /&gt;&lt;BR /&gt;This is not browser dependent: It happens with both IE and Firefox.&lt;BR /&gt;&lt;BR /&gt;What causes this behaviour?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Jun 2009 12:14:17 GMT</pubDate>
    <dc:creator>Willem Grooters</dc:creator>
    <dc:date>2009-06-15T12:14:17Z</dc:date>
    <item>
      <title>static pages cut by SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181378#M42415</link>
      <description>VMS 7.3-2, SWS 2.1-1 with SSL enabled.&lt;BR /&gt;&lt;BR /&gt;http://server:port1/path/page.html shows correct page, where https://server:port2/path/page.html does not: the page is incomplete and some nonprintable characters are translated into printable characters, causing link failures; see attachment ("View Source" output).&lt;BR /&gt; &lt;BR /&gt;Output that is generated by a CGI script (that TYPEs a file to SYS$OUTPUT) is correct - no matter the size.&lt;BR /&gt;&lt;BR /&gt;This is not browser dependent: It happens with both IE and Firefox.&lt;BR /&gt;&lt;BR /&gt;What causes this behaviour?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 12:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181378#M42415</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-15T12:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: static pages cut by SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181379#M42416</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;  forgot the attachment?&lt;BR /&gt;&lt;BR /&gt;  Sounds like a bug to me. I'd recommend logging this with HP Customer Support.</description>
      <pubDate>Mon, 15 Jun 2009 20:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181379#M42416</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-06-15T20:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: static pages cut by SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181380#M42417</link>
      <description>I'm certain I added the attachement, but here it is again.</description>
      <pubDate>Tue, 16 Jun 2009 05:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181380#M42417</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-16T05:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: static pages cut by SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181381#M42418</link>
      <description>Willem,&lt;BR /&gt;&lt;BR /&gt;The output seems an VMS variable length or VFC sequential file.&lt;BR /&gt;&lt;BR /&gt;Check if you have the EnableMMAP directive set to ON.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Tue, 16 Jun 2009 05:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181381#M42418</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2009-06-16T05:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: static pages cut by SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181382#M42419</link>
      <description>EnableMMap is set to Off (default)&lt;BR /&gt;Switched to ON requires the file(s) to be converted to Stream_LF. Also, there was an error in the file (missing end-quote) that caused a problem when accessed using SSL but without, the brwoser seemed happy enough.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Jun 2009 09:36:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181382#M42419</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-16T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: static pages cut by SSL?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181383#M42420</link>
      <description>EnableMMap On&lt;BR /&gt;&lt;BR /&gt;This can be used within a &lt;VIRTUALHOST&gt; for the whole virtual host, or in &lt;DIRECTORY&gt; if just that difrectory will be accessed.&lt;BR /&gt;&lt;BR /&gt;It requires that all static files that are accessed using SSL are converted to STREAM_LF&lt;BR /&gt;(Create a FDL file, change FORMAT to STREAM_LF and use that FDL file in CONVERT. Changing attributes doesn't change the internal structure - which is required here). These files will be accessed with, or without SSL, and the standard EDIT has no problems with these files (unless the record size exceeds the process quota)&lt;/DIRECTORY&gt;&lt;/VIRTUALHOST&gt;</description>
      <pubDate>Tue, 16 Jun 2009 09:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/static-pages-cut-by-ssl/m-p/5181383#M42420</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2009-06-16T09:45:09Z</dc:date>
    </item>
  </channel>
</rss>

