RE : Does konq-e-20030705 support HTTPS protocol

bz chevalier <[email protected]> Mon, 4 Feb 2008 18:24:24 +0100 (CET)
Newsgroups gmane.comp.kde.devel.konq-e
Message-ID <[email protected]>
--===============0845017337==
Content-Type: multipart/alternative; boundary="0-2107653399-1202145864=:84681"
Content-Transfer-Encoding: 8bit

--0-2107653399-1202145864=:84681
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

   
  The ipkg of konq-e-2003 that you can pick on handhelds.org is not compiled with SSL (I don't understand why), 
  
 

But yes of course, konq-e-20030705 supports SSL/https.

 

You can integrate SSL to konq-E-20030705 with a "configure" like this one : 
  (you should cross-compile SSL for Arm processor before, and define the env vars too) :
   
  ./configure \
 --prefix=$MON_PREFIX \
 --exec-prefix=$MON_PREFIX_E \
 --build=i686-pc-linux-gnu \
 --host=arm-linux \
 --target=arm-linux \
 --enable-embedded \
 --enable-qt-embedded \
 --enable-qpe \
 --disable-debug \
 --disable-threading \
 --includedir=$ARM_INCL \
 --enable-static \
 --disable-shared \
 --with-qt-dir=${QTDIR} \
 --with-extra-includes=${ARM_SSL}/include \
 --with-extra-includes=$QTINC \
 --with-extra-includes=$QPEINC \
 --with-extra-includes=$QPEDIR/libopie2/opiecore \
 --with-extra-includes=$QPEDIR/libopie2/opiedb \
 --with-extra-includes=$QPEDIR/libopie2/opiemm \
 --with-extra-includes=$QPEDIR/libopie2/opienet \
 --with-extra-includes=$QPEDIR/libopie2/opiepim \
 --with-extra-includes=$QPEDIR/libopie2/opiesecurity \
 --with-extra-includes=$QPEDIR/libopie2/opieui \
 --with-extra-includes=$QPEDIR/libopie2/templates \
 --with-extra-includes=$QPEDIR/libqtaux \
 --with-extra-includes=$QPEDIR/library \
 --with-extra-includes=$QPEDIR/library/backend \
 --with-extra-libs=$ARM_LIB \
 --with-extra-libs=/usr/lib \
 --with-extra-libs=$QTLIB \
 --with-extra-libs=$QPELIB \
 --with-qt-libraries=$QTLIB \
 --with-qt-includes=$QTINC \
 --with-ssl-dir=$ARM_SSL \
 --with-javascript=static \
 --with-qtopia-dir=${OPIEDIR} \
 --with-ssl-version=$ARM_SSL_VER \
 --enable-libsuffix=""
 
    
 
  
>>> please note, that there also exists a more recent snapshot on

>>> http://konqe.basyskom.org
  >>> Cheers,
  >>> Eva 
   
  The konq/E versions of Basyskom are great, but with the size of the executable (6 Mo ? 8 Mo ?) I can't unfortunately use then on an old iPaq 36xx or 37xx. 
   
  konq/E 2003 is plain, simpler, works not well with all websites, but it has a size of only 2,8 Mo (executable), and supports SSL too.
   
    


       
---------------------------------
 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
--0-2107653399-1202145864=:84681
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

  <div class="MsoPlainText"><o:p>&nbsp;</o:p></div>  <div class="MsoPlainText"><span style="" lang="EN-GB">The ipkg of konq-e-2003 that you can pick on handhelds.org is not compiled with SSL (I don't understand why), <o:p></o:p></span></div>  <pre><span style="" lang="EN-GB"><o:p>&nbsp;</o:p></span></pre><pre><span style="" lang="EN-GB">But yes of course, <tt>konq-e-20030705</tt> supports SSL/https.<o:p></o:p></span></pre><pre><span style="" lang="EN-GB"><o:p>&nbsp;</o:p></span></pre><pre><span style="" lang="EN-GB">You can integrate SSL to konq-E-20030705 with a "configure" like this one : <o:p></o:p></span></pre>  <div class="MsoPlainText"><span style="" lang="EN-GB">(you should cross-compile SSL for Arm processor before, and define the env vars too) :<o:p></o:p></span></div>  <div class
 ="MsoPlainText"><span style="" lang="EN-GB"><o:p>&nbsp;</o:p></span></div>  <div class="MsoPlainText">./configure \<br> --prefix=$MON_PREFIX \<br> --exec-prefix=$MON_PREFIX_E \<br> <span
 style="" lang="EN-GB">--build=i686-pc-linux-gnu \<br> --host=arm-linux \<br> --target=arm-linux \<br> --enable-embedded \<br> --enable-qt-embedded \<br> --enable-qpe \<br> --disable-debug \<br> --disable-threading \<br> --includedir=$ARM_INCL \<br> --enable-static \<br> --disable-shared \<br> --with-qt-dir=${QTDIR} \<br> --with-extra-includes=${ARM_SSL}/include \<br> --with-extra-includes=$QTINC \<br> --with-extra-includes=$QPEINC \<br> --with-extra-includes=$QPEDIR/libopie2/opiecore \<br> --with-extra-includes=$QPEDIR/libopie2/opiedb \<br> --with-extra-includes=$QPEDIR/libopie2/opiemm \<br> --with-extra-includes=$QPEDIR/libopie2/opienet \<br> --with-extra-includes=$QPEDIR/libopie2/opiepim \<br> --with-extra-includes=$QPEDIR/libopie2/opiesecurity \<br> --with-extra-includes=$QPEDIR/libopi
 e2/opieui \<br> --with-extra-includes=$QPEDIR/libopie2/templates \<br> --with-extra-includes=$QPEDIR/libqtaux \<br> --with-extra-includes=$QPEDIR/library \<br>
 --with-extra-includes=$QPEDIR/library/backend \<br> --with-extra-libs=$ARM_LIB \<br> --with-extra-libs=/usr/lib \<br> --with-extra-libs=$QTLIB \<br> --with-extra-libs=$QPELIB \<br> --with-qt-libraries=$QTLIB \<br> --with-qt-includes=$QTINC \<br> --with-ssl-dir=$ARM_SSL \<br> --with-javascript=static \<br> --with-qtopia-dir=${OPIEDIR} \<br> --with-ssl-version=$ARM_SSL_VER \<br> </span>--enable-libsuffix=""<br> <br> <o:p>&nbsp;</o:p>  </div><div class="MsoPlainText"><o:p>&nbsp;</o:p></div>  <pre><tt><span style="" lang="EN-GB">&gt;&gt;&gt; please note, that there also exists a more recent snapshot on<o:p></o:p></span></tt></pre><pre><tt><span style="" lang="EN-GB">&gt;&gt;&gt; </span><a href="http://konqe.basyskom.org/" target="_blank"><span style="" lang="EN-GB">http://konqe.basyskom.org</
 span></a></tt><span style="" lang="EN-GB"><o:p></o:p></span></pre>  <div class="MsoPlainText"><tt><span style="" lang="EN-GB">&gt;&gt;&gt; </span></tt><span style=""
 lang="EN-GB">Cheers,<o:p></o:p></span></div>  <div class="MsoPlainText"><tt><span style="" lang="EN-GB">&gt;&gt;&gt; </span></tt><span style="" lang="EN-GB">Eva <o:p></o:p></span></div>  <div class="MsoPlainText"><span style="" lang="EN-GB"><o:p>&nbsp;</o:p></span></div>  <div class="MsoPlainText"><span style="" lang="EN-GB">The konq/E versions of Basyskom are great, but with the size of the executable (6 Mo ? 8 Mo ?) I can't unfortunately use then on an old iPaq 36xx or 37xx. <o:p></o:p></span></div>  <div class="MsoPlainText"><span style="" lang="EN-GB"><o:p>&nbsp;</o:p></span></div>  <div class="MsoPlainText"><span style="" lang="EN-GB">konq/E 2003 is plain, simpler, works not well with all websites, but it has a size of only 2,8 Mo (executable), and supports SSL too.<o:p></o:p></span>
 </div>  <div class="MsoPlainText"><span style="" lang="EN-GB"><o:p>&nbsp;</o:p></span></div>    <br><br><p>&#32;



      <hr size="1"> 
Ne gardez plus qu'une seule adresse mail ! <a href="http://fr.rd.yahoo.com/mail/mail_taglines/trueswitch/SIG=11gshn0bu/**http%3A%2F%2Fwww.trueswitch.com%2Fyahoo-fr%2F">Copiez vos mails</a> vers Yahoo! Mail 
--0-2107653399-1202145864=:84681--


--===============0845017337==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
konq-e mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/konq-e

--===============0845017337==--