[mythtv-users] Mythweb over SSL stops working after upgrade to mythbuntu 14.04 / apache 2.4

Matthias Thyroff lists at thyroff.net
Thu Dec 25 19:48:51 UTC 2014


On 25.12.2014 20:26, Hika van den Hoven wrote:
> Hoi Matthias,
>
> Thursday, December 25, 2014, 7:59:23 PM, you wrote:
>
>
>
>> On 25.12.2014 19:17, Hika van den Hoven       wrote:
>>    
>>    
>>    
>> Hoi Doug,
>> Thursday, December 25, 2014, 5:20:20 PM, you wrote:
>
>>    
>>    
>> Matthias Thyroff wrote:
>>    
>>    
>> >From what I can see, all that you have done to enable SSL, is done on
>> my system. And SSL in general seems to work
>>    
>>    
>>    
>
>>    
>>    
>> That is correct and mythweb worked for me on https afterwards.
>>    
>>    
>
>>    
>>    
>> Doug
>>    
>>    
>> Two questions:
>> What does your browser say if you try?
>> And what apache version do you have? I know from earlier experience
>> with other websites that 2.4 doesn't (jet) support all modules that
>> 2.2 does!
>> Tot mails,
>>    Hika mailto:hikavdh at gmail.com
>> "Zonder hoop kun je niet leven
>> Zonder leven is er geen hoop
>> Het eeuwige dilemma
>> Zeker als je hoop moet vernietigen om te kunnen overleven!"
>> De lerende Mens
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://lists.mythtv.org/mailman/listinfo/mythtv-users
>> http://wiki.mythtv.org/Mailing_List_etiquette
>> MythTV Forums: https://forum.mythtv.org
>>    
>>       Dear Hika,
>>    
>>       thank you for your reply. Actually it is me (Matthias) who has the     problem...
>>    
>>       I get an empty browser window. The source code of the page loaded     is:
>>    
>>    
>> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
>> "http://www.w3.org/TR/html4/strict.dtd">
>> <html>
>> <head>
>>   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
>>   <base href="https://my.server.net/mythweb/">
>>   <title></title>
>>   <link rel="icon" href="skin_urlimg/favicon.ico" type="image/x-icon">
>>   <link rel="shortcut icon" href="skin_urlimg/favicon.ico" type="image/x-icon">
>>   <link rel="apple-touch-icon"
>> href="skin_urlimg/apple-touch-icon.png" />
>>   <link rel="apple-touch-icon" sizes="72x72"
>> href="skin_urlimg/apple-touch-icon-72x72.png" />
>>   <link rel="apple-touch-icon" sizes="114x114"
>> href="skin_urlimg/apple-touch-icon-114x114.png" />
>>   <link type="application/opensearchdescription+xml" rel="search"
>> href="tv/opensearch?type=xml" title="MythTV">
>>   <meta http-equiv="content-type" content="text/html; charset=utf-8">
>>   <meta name="robots" content="noindex, nofollow">
>>   <script type="text/javascript">
>>   <!--
>>   //
>> -----------------------------------------------------------------------------
>>   // Globals
>>   // Major version of Flash required
>>   var requiredMajorVersion = 9;
>>   // Minor version of Flash required
>>   var requiredMinorVersion = 0;
>>   // Minor version of Flash required
>>   var requiredRevision = 0;
>>   //
>> -----------------------------------------------------------------------------
>>   // -->
>>   </script>
>>                  
>>   <link rel="stylesheet" type="text/css" href="js/prototip/prototip.css">
>>   <link rel="stylesheet" type="text/css" href="js/dialog/dialog.css">
>>   <link rel="stylesheet" type="text/css" href="skin_url/style.css">
>>   <link rel="stylesheet" type="text/css" href="skin_url/header.css">
>>   <link rel="stylesheet" type="text/css" href="skin_url/menus.css">
>>   <link rel="stylesheet" type="text/css" href="skin_url/programming.css">
>
>>   <script type="text/javascript" src="js/prototype.js"></script>
>>          
>>          <script type="text/javascript"
>> src="js/jquery-1.9.1.min.js"></script>
>>          <script type="text/javascript"> jQuery.noConflict(); </script>
>>          
>>   <script type="text/javascript"
>> src="js/prototip/prototip.js"></script>
>>   <script type="text/javascript" src="js/dialog/dialog.js"></script>
>>          
>>   <script type="text/javascript" src="js/utils.js"></script>
>>   <script type="text/javascript" src="js/AC_OETags.js"></script>
>>   <script type="text/javascript" src="js/table_sort.js"></script>
>>   <script type="text/javascript">
>>   <!--
>>   //
>> -----------------------------------------------------------------------------
>>   // - Setup variables for use with the recommend engines
>>   //
>> -----------------------------------------------------------------------------
>>   var recommend_enabled   =
>>       __________________
>>    
>>       at this point, the loaded page ends.
>>    
>>       The error message on the server is the one I show above, I do
>> not     see anything helpful in the logs.
>>    
>>       Thanks for your help!
>>    
>>       Regards,
>>    
>>       Matthias
>>    
> Close after that follows the real page info:
>
>      <script type="text/javascript">
>          <!--
>          // -----------------------------------------------------------------------------
>          // - Setup variables for use with the recommend engines
>          // -----------------------------------------------------------------------------
>          var recommend_enabled   = ;
>          var recommend_server    = "http://myth-recommendations.aws.af.cm/";
>          var recommend_key       = "REQUIRED";
>          // -->
>      </script>
>          <script type="text/javascript" src="js/recommend.js"></script>
>          
>
> </head>
>
> <body>
>
> ...
>
> So probably either that javascript causes the problem or the data-retrieval
>
> Tot mails,
>    Hika                            mailto:hikavdh at gmail.com
>
> "Zonder hoop kun je niet leven
> Zonder leven is er geen hoop
> Het eeuwige dilemma
> Zeker als je hoop moet vernietigen om te kunnen overleven!"
>
> De lerende Mens
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
Hello Hika!

The error  code in the apache log suggests that there is a problem with 
authentication in mysql - so I would guess, it is data retreival. I do 
not think its the java script, because it works when I am on unencrypted 
communication. I do not understand, though, how the change in transport 
should change the authentication with the database... but this is pure 
guessing. :-(

Cheers,

Matthias



More information about the mythtv-users mailing list