Issue connecting to HTTPS site through CURL

All,
I am having trouble requesting info from HTTPS site using CURL and PHP. I am using Solaris 10. It so happens that sometimes it works and sometimes it doesn't. I am not sure what is the cause. If it doesn't work, this is the entry recorded in the verbose log:
* About to connect() to 10.10.101.12 port 443 (#0)
*   Trying 10.10.101.12... * connected
* Connected to 10.10.101.12 (10.10.101.12) port 443 (#0)
* error setting certificate verify locations, continuing anyway:
*   CAfile: /etc/opt/webstack/curl/curlCA
  CApath: none
* error:80089077:lib(128):func(137):reason(119)
* Closing connection #0If it works, this is the entry recorded in the verbose log:
* About to connect() to 10.10.101.12 port 443 (#0)
*   Trying 10.10.101.12... * connected
* Connected to 10.10.101.12 (10.10.101.12) port 443 (#0)
* error setting certificate verify locations, continuing anyway:
*   CAfile: /etc/opt/webstack/curl/curlCA
  CApath: none
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
*        subject: C=CA, ST=British Columnbia, L=Vancouver, O=google, OU=FDN, CN=g.googlenet.com, [email protected]
*        start date: 2007-07-24 23:06:32 GMT
*        expire date: 2027-09-07 23:06:32 GMT
*        issuer: C=US, ST=California, L=Sunnyvale, O=Google, OU=Certificate Authority, CN=support, [email protected]
*        SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
POST /gportal/gpmgr HTTP/1.1^MHost: 10.10.101.12^M
Accept: */*^M
Accept-Encoding: gzip,deflate^M
Content-Length: 1623^M
Content-Type: application/x-www-form-urlencoded^M
Expect: 100-continue^M
^M
< HTTP/1.1 100 Continue^M
< HTTP/1.1 200 OK^M
< Date: Wed, 28 Apr 2010 21:56:15 GMT^M
< Server: Apache^M
< Cache-Control: no-cache^M
< Pragma: no-cache^M
< Vary: Accept-Encoding^M
< Content-Encoding: gzip^M
< Content-Length: 1453^M
< Content-Type: application/json^M
< ^M
* Connection #0 to host 10.10.101.12 left intact
* Closing connection #0My CURL options are as under:
    $ch = curl_init();
    $devnull = fopen('/tmp/curlcookie.txt', 'w');
    $fp_err = fopen('/tmp/verbose_file.txt', 'ab+');
    fwrite($fp_err, date('Y-m-d H:i:s')."\n\n");
    curl_setopt($ch, CURLOPT_STDERR, $devnull);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_URL, $desturl);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    curl_setopt($ch, CURLOPT_HEADER, false);
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT,120);
    curl_setopt($ch, CURLOPT_AUTOREFERER, true);
    curl_setopt($ch, CURLOPT_ENCODING, 'gzip,deflate');
    curl_setopt($ch, CURLOPT_POSTFIELDS, $postdata);
    curl_setopt($ch, CURLOPT_VERBOSE,1);
    curl_setopt($ch, CURLOPT_FAILONERROR, true);
    curl_setopt($ch, CURLOPT_STDERR, $fp_err);
    $ret = curl_exec($ch);Anybody has any idea, why it works sometimes but fails mostly? The error I am trying to solve is error:80089077:lib(128):func(137):reason(119)
Thanks

There seems to be some confusion here. Maybe I misunderstood your original question...
Glassfish is an Java application server.
Since you were reporting issues with PHP, I assumed you were referring to an apache httpd server.
Coolstack is a repository which contains a version of both tomcat and apache.
So I suppose that glassfish could be considered to be a replacement for the tomcat in coolstack.
However since their so different. I would have said competitor rather than replacement.
But arent we talking about apache?
But the root of the problem is actually an openssl bug.
So the issue would be to install a different copy of openssl. Then use applications that are linked against it.
Whether curl or apache or tomcat. Whatever you are seeing the problem in.
So I was more suggesting that you could try a different version of curl/openssl. It doesnt matter if you get it from coolstack or sunfreeware, or blastwave or opencsw. Or compile it yourself.
But I suggest you try patching first and hopefully you can fix the version your already using rather than replacing large amounts of software with a completely new version.

Similar Messages

  • Can only connect to HTTPS (secure) sites and can't connect to HTTP sites

    In short I CAN ONLY connect to HTTPS sites, meaning secure.
    I've narrowed this down to an issue regrading my mac book pro and the wireless router.
    Router:
    - not sure of the make model
    - other computers CAN connect to this router and go online
    My Mac:
    - Mac Book Pro
    - OS X 10.6
    - I can connect to other wireless networks just fine
    - I can surf the web for about 10 minutes or so then it blocks ALL http traffic
    and i'm only allowed to https sites
    going to a http site results in a "page is taking to long to respond"
    please anything?

    The router is a Verizon MI424WR
    hope that helps, but i doubt it will...
    just to also clairfy http sites either go really slow then time out only never to come back, https are blazing fast

  • HI i have macbook pro with OSX 10.8. I am facing typical problem with Wi- Fi , in school wi-fi it does'nt connects to http sites and connects only https  but in home wi-fi it connects to all all http and https sites. How fix this problem as I am new this

    HI i have macbook pro with OSX 10.8. I am facing typical problem with Wi- Fi , in school wi-fi it does'nt connects to http sites and connects only https as no security/proxy settings done but in home wi-fi it connects to all  http and https sites. How to fix this problem as I am new this operating system. Please any one help me in this as I have installed Delicious Library which is not working in school becoz it searches amzon http site.

    I would imagine that at school, you're required to connect through an HTTP proxy.
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. Enter the proxy settings given to you by the network administrator. Click OK and then Apply.
    You may wish to create separate network locations for home and school. See the built-in help for instructions.

  • Since installation of last 4.0b12 version, I'm unable to connect to any https site through a proxy. Connection works if no proxy is involved, with proxy I receive a message like "proxy refuses the connection". Thank you for your answer

    I'm connected to a customer's network and I have to use a proxy.
    I correctly authenticate myself to the proxy and I try to access https://mail.google.com.
    I receive a message that the proxy refuses the connection.
    I noticed that this happens with all the https sites.
    If I connect with my mobile internet key without proxy, I'm able to connect: the combination of proxy and https is failing.
    Other computers on the same network with different browsers can connect to https through the proxy.

    I'm working with the Firefox development team on this one. As far as I can tell, they seem to think that there are 2-3 different problems with the same/very similar symptoms, all involving proxies. They think they've fixed them all for RC1.
    Right now, it looks like we just want people to test an early build.
    You can get that here:
    [http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2011-03-03-12-mozilla-central/firefox-4.0b13pre.en-US.win32.installer.exe]
    Install that somewhere (not in your current install directory), quit all open Firefox instances and try it. Let me know if it works.

  • Connecting to HTTPS site

    Hi all,
    I have a problem with connecting to a HTTPS site from a JSP page.
    I used the samplecode given in the Tomcat SSL guide in HttpClient for this purpose. But its giving error.
    First I didnt used the Protocol class to register the https protocol. Then I got an error
    "SSL handshaking error, No trusted certificate found"
    later when I used the Protocol class to resgister https, I got NullPointerException.
    My machine is behind proxy.
    Do I need any third party certificate to connect with https?
    Pls help me with details...
    Jijesh

    Jijesh,
    I am struggling with the same issue. Were you able to resolve it? Any help is greatly appreciated.
    Namrata

  • Connect to HTTPS site

    Hi experts,
    May I know if there is any tutorial on connecting to a password protected https site with JSSE? The example in the Sun tutorial is too simple. Thanks.

    SSL is applied to the server and all it does is
    protect the password during transit from client
    to server.
    If you develope the code to send the password
    using http it will be the same using https

  • SSL error connecting to https sites.

    I have recently got a laptop running Window 7 .
    when i visit Https sites, periodically the error message pops up. when i press ok, the operation progress till the next screen when again the message pops up as follows
    An error occurred during a connection
    SSL received a record with an incorrect Message Authentication Code.
    (Error code: ssl_error_bad_mac_read)

    I've removed the solved status from this thread as you still seem to have this problem.
    Are you using a direct connection or a proxy?<br />
    Do you have a router or security software (firewall) that might cause this problem?<br />
    Do you have problems with other secure https connections?
    You can see the connection settings here:
    *Tools > Options > Advanced : Network : Connection > Settings
    See "Firefox connection settings":
    *https://support.mozilla.com/kb/Firefox+cannot+load+websites+but+other+programs+can
    From [/questions/893358 another post] by you:
    <blockquote>refreshing the network card parameters seems to have solved the problem.<br />
    <br />
    But again the problem has resurfaced and I am getting frequent error <br />
    " SSL received a record with an incorrect Message Authentication Code.<br />
    <br />
    (Error code: ssl_error_bad_mac_read) "<br />
    <br />
    It is becoming very irritating since it is preventing me to access most of the https site including gmail. The most frustrating part is that the occurrence is not predictable. When the error comes and I click ok, the page is resubmitted and many of the times the page is loaded properly. The problem again occurs when I want to proceed to the next page.</blockquote>

  • Error while connecting to HTTPS WebService through Jdev

    I am having issues while trying to connect to a webservice that require SSL. Has anybody seen similar exception below or any suggestion/best practice docs of how to setup the cert?
    WARNING: Unable to connect to URL: https://itsolutions/AppIntegration/org/test/sendRequest.jpd due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    Dear All,I am getting this error while connecting to ASDM Please help.Your ASA Image has a version number 8.2.1 which is not supported by ASDM 6.1(3)Show Version.....User Access VerificationPassword:
    Type help or '?' for a list of available commands.
    ASA-PT> en
    Password:ASA-PT# show verCisco Adaptive Security Appliance Software Version 8.2(1)
    Device Manager Version 6.1(3)Compiled on Tue 05-May-09 22:45 by builders
    System image file is "disk0:/asa821-k8.bin"
    Config file at boot was "startup-config"ASA-PT up 12 days 0 hoursHardware:   ASA5520, 512 MB RAM, CPU Pentium 4 Celeron 2000 MHz
    Internal ATA Compact Flash, 256MB
    BIOS Flash M50FW080 @ 0xffe00000, 1024KBEncryption hardware device : Cisco ASA-55x0 on-board accelerator (revision 0x0)
                                 Boot microcode   : CN1000-MC-BOOT-2.00
                                 SSL/IKE microcode: CNLite-MC-SSLm-PLUS-2.03
                                 IPSec microcode  : CNlite-MC-IPSECm-MAIN-2.04
    0: Ext: GigabitEthernet0/0  : address is 0024.14d2.1582, irq 9
    1: Ext: GigabitEthernet0/1  : address is 0024.14d2.1583, irq 9
    2: Ext: GigabitEthernet0/2  : address is 0024.14d2.1584, irq 9
    3: Ext: GigabitEthernet0/3  : address is 0024.14d2.1585, irq 9
    4: Ext: Management0/0       : address is 0024.14d2.1581, irq 11
    5: Int: Internal-Data0/0    : address is 0000.0001.0002, irq 11
    6: Int: Internal-Control0/0 : address is 0000.0001.0001, irq 5
    <--- More --->ThanksTabrez
    Hi Tabrez,
    ASA5520 version 8.2.1 is supported with  ASDM 6.2(1 and above). Recommended: 6.2(3).check out the below link hope that c;ear out your query !!
    http://www.cisco.com/en/US/docs/security/asa/compatibility/asamatrx.html
    If helpful do rate the post
    Ganesh.H

  • Issues connecting to FTP sites from OS/X Computers

    Hello,
    I have a network that is mixed with Windows and OS/X Lion, Snow Leopard machines. We access external FTP servers to download files that are needed. None of my OS/X machines are able to connect to the FTP servers while all of my Windows machines are able to without a problem. What is even more strange is that if I attemp to connect to the server using a port such as 221 instead of 21, waiting for it to fail, and then connecting on 21, it works.
    Our network is using private ip addresses and the firewall is a Firebox appliance.
    Any ideas?
    Here is a log from terminal ftp:
    ftp> open ediftp.XXXXXXXXX.com
    Connected to ediftp.XXXXXXX.com.
    220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Name (ediftp.XXXXXXX.com:jim): USERNAME
    421 Service not available, remote server has closed connection.
    ftp: Login failed
    ftp>
    And here is the log from Filezilla that shows a connection when using the invalid port trick:
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Command:          USER xxxxx
    Error:          Could not read from socket: ECONNRESET - Connection reset by peer
    Error:          Could not connect to server
    Status:          Waiting to retry...
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:221...
    Error:          Connection attempt interrupted by user
    Status:          Delaying connection for 1 second due to previously failed connection attempt...
    Status:          Resolving address of ediftp.xxxxxxx.com
    Status:          Connecting to xxx.xx.xxx.xxx:21...
    Status:          Connection established, waiting for welcome message...
    Response:          220 Gene6 FTP Server v3.10.0 (Build 2) ready...
    Command:          USER xxxxxx
    Response:          331 Password required for xxxxxx.
    Command:          PASS **********
    Response:          230 User xxxxxxx logged in.
    Command:          SYST
    Response:          215 UNIX Type: L8
    Command:          FEAT
    Response:          211-Extensions supported:
    Response:           AUTH TLS
    Response:           CCC
    Response:           CLNT
    Response:           CPSV
    Response:           EPRT
    Response:           EPSV
    Response:           MDTM
    Response:           MFCT
    Response:           MFMT
    Response:           MLST type*;size*;create;modify*;
    Response:           MODE Z
    Response:           PASV
    Response:           PBSZ
    Response:           PROT
    Response:           REST STREAM
    Response:           SIZE
    Response:           SSCN
    Response:           TVFS
    Response:           UTF8
    Response:           XCRC "filename" SP EP
    Response:           XMD5 "filename" SP EP
    Response:           XSHA1 "filename" SP EP
    Response:          211 End.
    Command:          CLNT FileZilla
    Response:          200 Noted.
    Command:          OPTS UTF8 ON
    Response:          200 UTF8 OPTS ON
    Status:          Connected
    Status:          Retrieving directory listing...
    Command:          PWD
    Response:          257 "/" is current directory.
    Command:          TYPE I
    Response:          200 Type set to I.
    Command:          PASV
    Response:          227 Entering Passive Mode (173,56,68,239,115,193)
    Command:          MLSD
    Response:          150 Data connection accepted from xx.xx.xxx.xxx:37545; transfer starting.
    Response:          226 Transfer ok.
    Status:          Directory listing successful
    Jim

    this is most likely a local firewall issue on the the Vista computer combined with your NAT not doing hairpinning.  please see Matthew Kaufman's detailed treatment of the NAT/firewall issue at
       http://forums.adobe.com/message/1064983#1064983

  • Secure connection failure in browser for https sites

    Recently I kept getting the error message "Secure Connection Failure" when using Firefox to go to https sites. I had a similar problem when I tried using Safari to connect to https sites.
    I fixed the problem by opening System Preferences > Parental Controls > selecting the appropriate User (as long as you have administration rights) > selected Allow unrestricted access to websites (by default Try to limit access to adult websites automatically is selected).
    Once I checked unrestricted access I was able to go to the https sites I wanted, which were my bank's site and the Firefox homepage for FAQs. Then I went back and checked "Try to limit ...". That brought back the error message again so I checked "Allow unrestricted access ...".
    The issue may have arisen because I downloaded a system security update a few days ago. Perhaps it reset the Parental Controls default.
    It would be good to block adult sites but the alternative seems to be to customize in Parental Controls the sites that are OK. This would be a tedious job because so many sites are https eg this site.
    I no longer have a problem but thought this might help others.

    Strangely, I noticed a couple of https sites I had trouble logging into from a link inside a https site.
    In System Preferences I went to Accouns and for myself unchecked "Enable parental controls".
    I was then able to log onto the the https site.

  • Connect to FTP site with Apache commons net FTP client through Proxy

    Hello,
    I am trying to run this simple code to connect to FTP site through a proxy.
    import org.apache.commons.net.ftp.FTP;
    import org.apache.commons.net.ftp.FTPClient;
    public class MyTest {
    public static void main(String[] args) {
    String ftpHostName = "ftp.xxx.com";
    int ftpPort = 21;
    String ftpUserName = "myUserName";
    String ftpPassword = "myPassword";
    System.setProperty("socksProxyHost" ,"10.148.0.131");
    System.setProperty("socksProxyPort", "1080");
    FTPClient ftpClient = new FTPClient();
    try {
    System.out.println("connecting");
    ftpClient.connect(ftpHostName, ftpPort);
    System.out.println("connected");
    System.out.println("loging in");
    boolean successLogin = ftpClient.login(ftpUserName, ftpPassword);
    if(successLogin)
    System.out.println("success login");
    else
    System.out.println("fail login");
    catch (Exception e) {
    e.printStackTrace();
    finally {
    try {
    System.out.println("loging out");
    ftpClient.logout();
    System.out.println("disconecting");
    ftpClient.disconnect();
    catch (Exception e) {
    e.printStackTrace();
    I am getting the following error:
    C:\temp\ftp\test>java.exe -cp ./commons-net-ftp-2.0.jar;. MyTest connecting
    java.net.SocketException: Malformed reply from SOCKS server
    at java.net.SocksSocketImpl.readSocksReply(SocksSocketImpl.java:87)
    at java.net.SocksSocketImpl.connectV4(SocksSocketImpl.java:265)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:437)
    at java.net.Socket.connect(Socket.java:519)
    at org.apache.commons.net.SocketClient.connect(SocketClient.java:176)
    at MyTest.main(MyTest.java:23)
    loging out
    java.lang.NullPointerException
    at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:471<ftp://FTP.java:471>)
    at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:534<ftp://FTP.java:534>)
    at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:583<ftp://FTP.java:583>)
    at org.apache.commons.net.ftp.FTP.quit(FTP.java:794<ftp://FTP.java:794>)
    at org.apache.commons.net.ftp.FTPClient.logout(FTPClient.java:697)
    at MyTest.main(MyTest.java:39)
    I am able to do this using a different FTP client library, ftp4j-1.5.1<ftp://ftp4j-1.5.1> using the following code:
    import it.sauronsoftware.ftp4j.FTPClient;
    import it.sauronsoftware.ftp4j.connectors.SOCKS4Connector;
    public class MyTestFtp4J {
    public static void main(String[] args) {
    String ftpHostName = "ftp.xxx.com";
    int ftpPort = 21;
    String ftpUserName = "myUserName";
    String ftpPassword = "myPassword";
    FTPClient ftpClient = new FTPClient();
    ftpClient.setConnector(new SOCKS4Connector("10.148.0.131", 1080));
    try {
    System.out.println("connecting");
    ftpClient.connect(ftpHostName, ftpPort);
    System.out.println("connected");
    System.out.println("loging in");
    ftpClient.login(ftpUserName, ftpPassword);
    System.out.println("success login");
    catch (Exception e) {
    e.printStackTrace();
    finally {
    try {
    System.out.println("disconecting");
    ftpClient.disconnect(true);
    catch (Exception e) {
    e.printStackTrace();
    So I know the proxy settings are correct.
    The java version I used to compile and run my apps is 1.6.0_06 Does anyone can help figure out what is wrong when I use the Apache commons net FTP client?
    Thank you
    Jon

    Is the old AirPort Extreme base station (AEBS)
    configured so that the option to distribute IP
    addresses is DISABLED? If so, configure the new AEBS
    to act as a bridge.
    Are you suggesting I use a set-up with TWO AEBSs? Set up a bridge (not sure how) and then use the old AEBS to connect to the DSL modem and broadcast to the new Extreme which will then be the router to the other computers on the network?
    Do you have any port mapping or default host enabled
    on the old AEBS?
    I do not understand, not do I see these options in the Base Station utitlity; perhaps they are in the FTP options--but that, I'm sorry to say, is not obvious to my inspection.
    Duane, can you give me a few more basic instructions? Thanks
    iMac 17    

  • Suddenly my TC network only permits access to HTTPS sites- all HTTP sites say "safari can't connect to internet"

    This morning my TC wireless network suddenly does not allow any devices on it connect to HTTP sites. "Safari cannot connect to the internet"
    My OS X 10.9.5 Mac email works, as does GMAIL and Yahoo mail apps on smart phones on the TC network, but none of the devices behind the TC network can access regular websites.
    What's interesting is that the other wireless network in the house (the one we use for guests) does work on HTTP sites. This router is plugs into the same cable modem as the TC.
    I've recycled everything, and did a hard reset on the TC, but to no avail. Any ideas?

    You have the TC setup wrongly .. it should be in bridge.. it sounds like you have it in double NAT.

  • Issue while published in HTTPS site

    Issue raised when tried to publish the ROBOHELP files to HTTPS site. the Left pane TOC content didnt display. But there was no issues publishing to HTTP site. Can anyone guide me on this. I need this to be done immediately. Is there any security reason behind?

    HTTP Test
    IE 6, IE 8 and all browsers- working
    HTTPS test
    IE6, IE8- Not working
    Firefox- Working
    Find the attachment for reference.....

  • Can LabVIEW access an HTTPS site behind a proxy?

    I have been trying to use LabVIEW to access an https site through our corporate firewall/proxy and have been unable to get it to work. Does anyone have any experience with this and or know whether this should be able to be done?
    I have successfully been able to get LV to access websites (http and https) without going through a firewall and thanks to posts on these forums figured out how to access an http site through the firewall but have come up blank when trying any https sites. Below are some test cases I have tried. All of these sites are easily accessed via browsers so it isn't due to firewall/proxy iblocking.
    Any help would be appreciated,
    -- Harold
    Solved!
    Go to Solution.

    I suspect the SSL handshake failing is getting close to the source of the problem.
    We have the same proxy port (8080) for both http and https as far as I can tell. I have used wireshark to monitor the message flow and LV is doing something quite different than my browser does.
    The browser opens a connection to the proxy (on port 8080) and then issues a CONNECT command to the proxy to access the ultimate location and then does a SSL handshake. 
    LabVIEW opens a connection to the proxy but then appears to be encrypting it immediately without a SSL handsake that I can see. 
    My speculation is that the underlying LabVIEW code is not really proxy aware and doesn't know how to issue a CONNECT command or equivalent. I'd be glad to be proven wrong with someone demonstrating this works for them (I've posted a sample VI in a previous post).
    I can also post the wireshark message info if it would help anyone troubleshoot what is going on.
    -- Harold

  • Access https site using Java, is it possible?

    I am new on https programming, please give me some advice on this issue.
    I have to access an https site, say: https://someoneelsesite/
    That site needs a client certificate. I got one certificate which I can now use it to acess the site using IE Web Browser.
    Now my question is: is it possible for me writing a Java program to access that site? ( I need to download a file each day on that site)
    I read some articles from this forum. Information I got looks like I need https site's public server certificate which I do not have. All I have is a client certificate given by that site to me.
    Some one please advise.
    Thanks a lot.

    Thank you very much for your reply.
    I searched this site before. The post I got says I need a public certificate of web serve which I do not have. (Maybe I understand it wrong!)
    Could you post some piece of your code which connect a https site with only client certificate?

Maybe you are looking for

  • RFC ERROR IN WEB DYNPRO

    Hi I m Doing Web Dynpro Program For DMS Project There Is Some Problem Occuring In Default Function Module ARCHIVOBJECT_CREATE_FILE And The Error Msg Is : Cannot Call RFC Program And No Return Possi By Srinivasan.R

  • My podcasts are downloading bigger files than the stated MB's

    In iTunes 11 when my podcast download some download larger files than stated in the download panel. one I noticed said podcast size 213MB but was still downloading at 600+ MB anyone elce noticed this?

  • Simple DMS

    Hi All,    I'm new in EP. I would like to create simple Document Management System. It will provide a repository for storing shared documents for authenticated users or group of users, creating files & folders depend of polices, allows administrators

  • How do I get a discussion back on track?

    Several weeks ago, I started a discussion on how to install / run Windows (and other software) on my late-model Mac and also to do other related things. I started receiving reply messages that appeared to be helpful tips from a couple of people in th

  • Set isolation level in EJB 2.0

    how can i set isolation level to a transaction in EJB 2.0. If anybody can give example code much appriciated