<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by sieung</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 22 Jun 2026 08:07:05 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Magento Exam in Malaysia</title>
            <link>http://forum.lowyat.net/topic/4972468</link>
            <description>Anyone know where to take Magento exam in Kuala Lumpur ? i searched for this on Iversion and Pearson Vue, seem like they don&amp;#39;t provide the facilities for Magento exam</description>
            <author>sieung</author>
            <category>Software</category>
            <pubDate>Tue, 02 Jun 2020 15:11:28 +0800</pubDate>
        </item>
        <item>
            <title>which software company are the best in Malaysia</title>
            <link>http://forum.lowyat.net/topic/4373326</link>
            <description>Which software company are the most famous and best in Malaysia for a PHP Programmer ?</description>
            <author>sieung</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Sat, 29 Jul 2017 18:03:08 +0800</pubDate>
        </item>
        <item>
            <title>Will you send your application to this company?</title>
            <link>http://forum.lowyat.net/topic/4345738</link>
            <description>[attachmentid=8936651]&lt;br /&gt;&lt;br /&gt;Will you send your resume to apply for this position after you read the description ?</description>
            <author>sieung</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Sun, 02 Jul 2017 17:48:29 +0800</pubDate>
        </item>
        <item>
            <title>what is OSI Physical Layer ?</title>
            <link>http://forum.lowyat.net/topic/4022098</link>
            <description>Can someone explain to me what is Physical layer, and please correct me if i am wrong, for my understanding, since it is protocol, and protocol is set of rules how something is react according to the rules in this protocol, so can i said that it is a standard, rules that we need to follow when we write firmware to control the networking hardware, so that the raw data bits can be transmits via the medium ?&lt;br /&gt;&lt;br /&gt;and which part of networking system &amp;quot;implement&amp;quot; the physical layer ?</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Fri, 05 Aug 2016 17:37:34 +0800</pubDate>
        </item>
        <item>
            <title>Try to participate Pwn2own competition of 2017</title>
            <link>http://forum.lowyat.net/topic/3980389</link>
            <description>i am trying to participate next year pwn2own competition on Canada CanSecWest, can anyone tell me information about this ? how to participate ? what is the qualification to participate ? can it be participate alone or need a team ?</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Tue, 21 Jun 2016 09:48:33 +0800</pubDate>
        </item>
        <item>
            <title>Looking for team member for hacker competition</title>
            <link>http://forum.lowyat.net/topic/3973943</link>
            <description>I am looking for team member for participating 2017 Asia pacific area hacker competition. Programmer with two or three years experience should be fine. We will practice the skills and learning new knowledge about security, network devices. familiar with the common hacking techniques together on weekend.</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Mon, 13 Jun 2016 15:28:46 +0800</pubDate>
        </item>
        <item>
            <title>where to buy vegan shoe in Malaysia</title>
            <link>http://forum.lowyat.net/topic/3676507</link>
            <description>As title, can someone tell me where to buy vegan dress shoe in Malaysia ?</description>
            <author>sieung</author>
            <category>Serious Kopitiam</category>
            <pubDate>Tue, 11 Aug 2015 14:47:47 +0800</pubDate>
        </item>
        <item>
            <title>Mimic firefox with php curl to load https contents</title>
            <link>http://forum.lowyat.net/topic/3556850</link>
            <description>I got a p12 file from one payment service, only by using this file i can load wsdl from the https address they provide to me. Below are steps how i import the p12 file to my browser to load the wdsl file. So i import the p12 to my firefox then the wdsl file load successfully.&lt;br /&gt;&lt;br /&gt;The below steps are how i do in Firefox.&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;b&gt;Step 1:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;img src='http://203.223.144.218/staging/wong/epay/latest_key/firefox_cert_step_1.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;b&gt;Step 2: &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;img src='http://203.223.144.218/staging/wong/epay/latest_key/firefox_https_cert_step2.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;b&gt;Step 3:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;img src='http://203.223.144.218/staging/wong/epay/latest_key/firefox_https_cert_step3.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;b&gt;Step 4:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;img src='http://203.223.144.218/staging/wong/epay/latest_key/firefox_https_cert_step4.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;span style='font-size:14pt;line-height:100%'&gt;&lt;b&gt;Step 5:&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;img src='http://203.223.144.218/staging/wong/epay/latest_key/firefox_https_cert_step5.png' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;So now, i want to use PHP Curl to mimic the firefox browser to load the https wdsl content, I have try the followong code but failed, Please advice me.&lt;br /&gt;I try the below code but all failed. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;u&gt;Case 1: Unable to load client cert -8018.&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&amp;#036;client = curl_init();&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_USERAGENT, &amp;#39;Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_URL, &amp;#036;address);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_CONNECTTIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_TIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_RETURNTRANSFER, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_POST, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_VERBOSE, true ); &lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYPEER, false);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYHOST, false);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSLCERT, getcwd().&amp;#39;/latest_key/willaniclienttest.p12&amp;#39;);//willaniclienttest.p12&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSLCERTTYPE, &amp;#39;P12&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSLCERTPASSWD, &amp;#39;willanitest&amp;#39;);&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;i&gt;&lt;b&gt;Case 2: //Unable to load client cert -8018.&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&amp;#036;client = curl_init();&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_USERAGENT, &amp;#39;Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_URL, &amp;#036;address);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_CONNECTTIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_TIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_RETURNTRANSFER, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_POST, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_VERBOSE, true ); &lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYPEER, true);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYHOST, 2); &lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_CAINFO, getcwd().&amp;#39;/latest_key/cacert.pem&amp;#39;); // cacert.pem&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSLCERT, getcwd().&amp;#39;/latest_key/willaniclienttest.p12&amp;#39;);//willaniclienttest.p12&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSLCERTTYPE, &amp;#39;P12&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSLCERTPASSWD, &amp;#39;willanitest&amp;#39;);&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;Now i extract the private key and public cert by using the below command:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;openssl pkcs12 -in yourP12File.pfx -nocerts -out privateKey.pem &lt;br /&gt;openssl pkcs12 -in yourP12File.pfx -clcerts -nokeys -out publicCert.pem&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Case 3: Peer certificate cannot be authenticated with known CA certificates&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&amp;#036;client = curl_init();&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_USERAGENT, &amp;#39;Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_URL, &amp;#036;address);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_CONNECTTIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_TIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_RETURNTRANSFER, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_POST, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_VERBOSE, true ); &lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYPEER, true);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYHOST, 2); &lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_CAINFO, getcwd().&amp;#39;/latest_key/cacert.pem&amp;#39;); // cacert.pem&lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLCERT, getcwd().&amp;#39;/latest_key/publicCert.pem&amp;#39;); //&lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLCERTPASSWD, &amp;quot;epay123&amp;quot;);&lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLKEY, getcwd().&amp;#39;/latest_key/privateKey.pem&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLKEYPASSWD, &amp;quot;epay123&amp;quot;);&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;Case 4: NSS: client certificate not found (nickname not specified)&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&amp;#036;client = curl_init();&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_USERAGENT, &amp;#39;Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_URL, &amp;#036;address);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_CONNECTTIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_TIMEOUT, 150);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_RETURNTRANSFER, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_POST, true );&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_VERBOSE, true ); &lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYPEER, false);&lt;br /&gt;curl_setopt(&amp;#036;client, CURLOPT_SSL_VERIFYHOST, false); &lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLCERT, getcwd().&amp;#39;/latest_key/publicCert.pem&amp;#39;); //&lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLCERTPASSWD, &amp;quot;epay123&amp;quot;);&lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLKEY, getcwd().&amp;#39;/latest_key/privateKey.pem&amp;#39;);&lt;br /&gt;curl_setopt(&amp;#036;ch, CURLOPT_SSLKEYPASSWD, &amp;quot;epay123&amp;quot;);&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Mon, 20 Apr 2015 14:39:45 +0800</pubDate>
        </item>
        <item>
            <title>Running bash script or PHP script by CRON.</title>
            <link>http://forum.lowyat.net/topic/3538192</link>
            <description>i need a script that read from mysql database and loop for thousand of records to do calculation, so which one is effective way ? write script with bash shell or php script ?</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Tue, 31 Mar 2015 09:58:54 +0800</pubDate>
        </item>
        <item>
            <title>How to implement EPAY Web Service ?</title>
            <link>http://forum.lowyat.net/topic/3505378</link>
            <description>Any programmer here experiened with the integration EPAY web service (http://www.e-pay.com.my/) ? i can not access their developer center website, www.e-ghl.com . They do email me a spec document, but no code example. I am appreciate any suggestion and comments. thanks in advance.</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Tue, 24 Feb 2015 11:12:04 +0800</pubDate>
        </item>
        <item>
            <title>How to implement EPAY Web Service ?</title>
            <link>http://forum.lowyat.net/topic/3505375</link>
            <description>Any programmer here experiened with the integration EPAY web service (http://www.e-pay.com.my/) ? i can not access their developer center website, www.e-ghl.com . They do email me a spec document, but no code example. I am appreciate any suggestion and comments. thanks in advance.</description>
            <author>sieung</author>
            <category>Internet Related</category>
            <pubDate>Tue, 24 Feb 2015 11:09:27 +0800</pubDate>
        </item>
        <item>
            <title>how to get Flight Schedule into Website ?</title>
            <link>http://forum.lowyat.net/topic/1712505</link>
            <description>Someone know how to get Flight Schedule and install into Website ? I saw some Travel Website have a Flight Schedule Features installed, how they do this ？ AirAsia provide any API ?</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Tue, 11 Jan 2011 12:15:49 +0800</pubDate>
        </item>
        <item>
            <title>How to do Installment Purchase in Exommerce Websit</title>
            <link>http://forum.lowyat.net/topic/1711030</link>
            <description>&lt;br /&gt;    Hi, Guys,&lt;br /&gt;&lt;br /&gt;    i have no idea to do instalment Purchase in E-commerce site. anyone have idea to do this ? do i need to deal with bank to do this ? &lt;br /&gt;&lt;br /&gt;</description>
            <author>sieung</author>
            <category>Codemasters</category>
            <pubDate>Mon, 10 Jan 2011 13:08:31 +0800</pubDate>
        </item>
    </channel>
</rss>
