SSL error when IE 4.72 tries to connect to webserver

At least one 40-bit browser (IE 4.72) is producing this error
when trying to connect using SSL to webserver:
[11/Dec/2001 15:37:23 08295] [trace] OpenSSL: Loop: SSLv3 read
client hello A
[11/Dec/2001 15:37:23 08295] [trace] OpenSSL: Loop: SSLv3 write
server hello A
[11/Dec/2001 15:37:23 08295] [trace] OpenSSL: Loop: SSLv3 write
certificate A
[11/Dec/2001 15:37:23 08295] [trace] OpenSSL: Loop: SSLv3 write
server done A
[11/Dec/2001 15:37:23 08295] [trace] OpenSSL: Loop: SSLv3 flush
data
[11/Dec/2001 15:37:23 08473] [trace] OpenSSL: Exit: error in
SSLv3 read client certificate A
[11/Dec/2001 15:37:23 08473] [trace] OpenSSL: Exit: error in
SSLv3 read client certificate A
[11/Dec/2001 15:37:23 08473] [error] SSL handshake interrupted by
system [Hint: Stop button pressed in browser?!] (System error
follows)
[11/Dec/2001 15:37:23 08473] [error] System: Connection reset by
peer (errno: 131)
Have not been able to reproduce it on other browser versions yet.
No 128-bit browsers have gotten this error.
I'm using iAS 1.0.2.2.
My certificate from Verisign is 128-bit with step-down to 40-bit
for Export security browsers.

I had the same problem. In my case, Forms with SSO over SSL worked from the intranet, but not from the internet over the firewall. In the FW log, I found requests from my browser to the iAS at port 7778, on which runs the middle tier iAS, but that is blocked by the FW (we use WebCache at port 80 as a proxy).
Last time the ssoreg from the middle tier ran with -mod_osso_url http://<server_name>:7778, as indicated by the ssoreg.log. I reregistered the middle tier by means of ssoreg with -mod_osso_url http://<server_name>:80, restartet the http server from the middle tier, it corrected the error.

Similar Messages

  • SSL error when connecting in SAP HANA Cloud Portal tutorial

    Hi,
    I'm going through the tutorial for SAP HANA Cloud Portal - SAP HANA Cloud Portal Developers Tutorial
    Unfortuanatelly I have problems with deploying public destinations (page 9).
    When I try to deploy the destination for the CRM back from the command console using neo command with relevant parameters and entering my password I get the following error:
    ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuraiton/api/rest; server certificate might be invalid or untrusted.
    Logfiles.
    Session log
    2014-08-18 15:53:59,579 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager$1: Get connection: HttpRoute[{s}->https://configapi.hanatrial.onedemand.com], timeout = 0 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] total kept alive: 0, total issued: 0, total allocated: 0 out of 20 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: No free connections [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,581 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Available capacity: 2 out of 2 [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:53:59,582 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Creating new connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]] 2014-08-18 15:53:59,729 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnectionOperator: Connecting to configapi.hanatrial.onedemand.com/216.128.6.149:443 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection closed 2014-08-18 15:54:00,035 DEBUG [main] org.apache.http.impl.conn.DefaultClientConnection: Connection shut down 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager: Released connection is not reusable. 2014-08-18 15:54:00,036 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Releasing connection [HttpRoute[{s}->https://configapi.hanatrial.onedemand.com]][null] 2014-08-18 15:54:00,037 DEBUG [main] org.apache.http.impl.conn.tsccm.ConnPoolByRoute: Notifying no-one, there are no waiting threads
    Console log
    2014-08-18 15:53:56,080 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Starting execution of command [get-destination] 2014-08-18 15:53:56,086 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] init() finished for [1] ms 2014-08-18 15:54:00,038 INFO  [main] com.sap.jpaas.infrastructure.console.CommandManager: Command [get-destination] cleanup() finished for [0] ms 2014-08-18 15:54:00,046 FATAL [main] com.sap.jpaas.infrastructure.console.ConsoleClient: (!) ERROR; SSL error when connecting to https://configapi.hanatrial.onedemand.com/configuration/api/rest; server certificate might be invalid or untrusted com.sap.jpaas.infrastructure.console.exception.ValidationException at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:97) at com.sap.jpaas.infrastructure.console.command.UnsecuredRemoteCommand.getHttpClient(UnsecuredRemoteCommand.java:57) at com.sap.core.connectivity.config.cmd.ConfigurationConsoleCommand.createHttpClient(ConfigurationConsoleCommand.java:254) at com.sap.core.connectivity.config.cmd.GetAction.download(GetAction.java:79) at com.sap.core.connectivity.config.cmd.GetAction.run(GetAction.java:52) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:295) at com.sap.jpaas.infrastructure.console.CommandManager.run(CommandManager.java:260) at com.sap.jpaas.infrastructure.console.ConsoleClient.run(ConsoleClient.java:235) at com.sap.jpaas.infrastructure.console.ConsoleClient.main(ConsoleClient.java:85) Caused by: com.sap.core.utils.infrastructure.validation.HostValidationException: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:304) at com.sap.jpaas.infrastructure.console.command.RemoteCommand.getHttpClient(RemoteCommand.java:95) ... 8 more Caused by: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:397) at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128) at org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:390) at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:148) at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149) at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:121) at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:561) at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:415) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820) at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:776) at com.sap.core.utils.infrastructure.validation.LandscapeHostValidator.getHttpClient(LandscapeHostValidator.java:284) ... 9 more
    BR
    Beata

    Hi Beata,
    The CRM scenario is working again. We had to re install the Connector and deploy a new proxy app.
    Therefore you would need to download the code from the GitHub repository again. The changes you need to do on your side:
    1. Redeploy the new crm__public destination file - the updated destination now points to the new location of the proxy application
    2. Update the code of the registration form scripts (form.js and form.spec.xml).
    Regards,
    Ido

  • I repeatedly receive an error when my IPad is trying to restore during the IOS 5 update. The error is (-50).  How do I fix this?

    I repeatedly receive an error when my IPad is trying to restore during the IOS 5 update. The error is (-50).  How do I fix this?

    Try restarting everything and then try to sync or reactivate. Quit iTunes, reboot your computer, reboot your iPad and then try again.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Can not connect to store flashes when i am not trying to connect

    I am working on my macbook pro, and i am away from a wireless connection, (I am not trying to connect to the itenes store). i am working away on my computer and iTunes icon starts bouncing in the doc, it says that it can not connect to the store because there is no internet connection.
    I am not trying to connect to the store, does anyony know how to stop this when i am not trying to connect. it is not a major problem just annoying.
    I did just have a new hard drive installed and a new version of lion and itunes installed. is there a setting that i need to turn on or off?
    Thanks
    Adam

    Wi-Fi is licensed to be low power -- short range.
    There are directional antennas. There are repeaters.

  • Changed email password/get SSL error when trying to change

    Hi,
    I have a 8600 plus priner.  I changed my gmail password and printer will not scan to email because of this.  I went through the IP address in chrome web browser and when attempting to change outgoing email password in all of the appropriate locations I get SSL error. Not sure what the next step should be.  Please help!
    Thanks!

    Hi BluffDrive,
    Usually you will get better help for printers in the printer section of the forum.
    I do not use scan to email but I do hear that you HAVE to use the HP software to change the email settings, not go through the IP address into the printer.
    If you click on Scan to Email, do you see a button for "Setup"? If so it will let you add new email and also change passwords.
    Hope it helps.

  • HT4872 getting a ssl error when trying to sync google contacts

    When I try to sync my calendar and contacts to google I get a ssl error. I try using the sync without and still get unable to verify. I've gone to advance and set the port to 443 as well

    Keep in mind that turning off 2-step verification reduces the level of security associated with the Google account.  If you want to maintain it and sync your google contacts, here is what to do:
    Access your Google account settings.  If you are in Gmail, simply click on your e-mail address in the upper-right corner and select the 'Account' link.
    Click 'Security' in the left sidebar.  Then click 'Settings' under the 2-Step Verification section.
    You will be prompted to sign in again.  Once done, click the 'Manage application-specific passwords' link.
    Follow the instructions to generate a new application-specific password.
    Use this password to log in as directed in the base CardDAV login process.

  • SSL Error when connecting to the mail server

    Hi,
         i started having a wiered SSL error for some of my users on the mail servers when they connect using their mac machines to the mail server telling its the wrong username and password, but the same username and password works from the hand held devices including ipads and iphones. I checked the syslog and the maillog which is showing no errors regarding this. Althou i started getting this error com.apple.launchd[1] (org.dovecot.fts.update): Throttling respawn: Will start in 10 second for the past 1 week. i am using 10.9.1 Maverics. I can provide all the logs of the server if needed.

    Make sure you are using right security protocol, for IMAP you need to enable TLS/SSL. Go to email settings> Incoming mail > Security.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • SSL error when friends of friends also submit PDF form

    We've sent a PDF form out into the wild. It sends back data correctly on the first time that the form is submitted. But when second-generation respondents try to submit, my contacts are reporting SSL errors.
    Is there a way that the PDF can be safely passed around without creating errors?
    The form was built in InDesign with its form controls. Imported into FormsCentral and the FC Submit button added. The distribute version was then saved to the desktop and emailed out.
    Thanks,
    Dan
    EDIT: ...or is this related to Adobe's security certificate thingy that was happening overnight?

    This was likely related to the SSL security issue earlier in the day. Please have them retry it. If they still are having issues please reply back and we can see what is causing the issue.
    Randy

  • SSL Error when logging into Jabber

    In order to chat with my friends that use GoogleTalk, I have to use the Jabber part of iChat AV 3. Every time I try to log in, it says "An unexpected SSL error occured. [-9843]" I have searched the Support site and cannot find anything to address how to fix this. Any suggestions?
    On another note, using my .mac account to try and voice chat with iChat AV 3, I am constantly getting the error message. "Insufficient bandwidth to maintain conference."
    Any help would be appreciated!

    Welcome to the Apple Discussions, Sara!
    For the GoogleTalk issue, it is being addressed by Google and is a known issue at this time. Expect a fix in the next few days or so.
    With the Insufficient Bandwidth message... are you connecting to another iChat user or an AIM user? If iChat, make sure that person is using the latest version of iChat available. Also, make sure your bandwidth up and down is sufficient (which it should be) by going to http://testmy.net and clicking "Download Speed." Report the results back here.
    -Ryan

  • Error when refreshing WEBI report with Universe Connection Type "SSO"

    Hi Experts:
    We are trying to refresh the Webi report in Infoview with Universe Connection set as "Use Single Sign On when refreshing the report at view time", so that we can leverage SAP OLAP authorization variable from Bex Query which the Universe is built on.
    However got the error of "incomplete logon data" after all the configurations done following below blogs:
    SNC Part 1
    /people/ingo.hilgefort/blog/2009/07/03/businessobjects-enterprise-and-client-side-snc-part-1-of-2
    SNC Part 2
    /people/ingo.hilgefort/blog/2009/07/03/businessobjects-enterprise-and-client-side-snc-part-2-of-2
    We already have Win AD SSO to SAP setup, and in BO CMC, Win AD user is mapped to SAP user ID.
    The SNC settings are:
    - AD Account: service.test.bobj (all lower-letters)
    - 32-bit gsslib on the BO server, and 64 bit on the BW server side.
    - SNC0: p:service.test.bobj at DOMAIN
    - SU01 --> BO_Service ; SNC: p:service.test.bobj at DOMAIN
    - Entitlement system tab --> username: BO_Service
    SNC Name: p:service.test.bobj at DOMAIN
    - SNC settings tab:
    SNC Lib: c:\winnt\gsskrb5.dll
    Mutual Authentication settings: p:SAPServiceBP0 at DOMAIN
    In CMC, the role can be imported if "RFC activated" option unchecked in SNC0.
    I found a few threads on the same topic, but they are all not answered:
    SNC Client side configuration error
    SNC Configuration Error: Incomplete logon Data
    Can you please provide details of the solution if you have impleted a same scenario successsfully, or any thoughts to help the investigation?
    Thanks in advance!
    Regards,
    Jonathan

    Hi Ingo,
    Sorry for taking so long to reply, we are trying to set up server side trust and enable SSO; but we still couldn't success.
    What we did is:
    1. We followed installation guide chapter 6, generate certificate and PSE, etc. All looks good.
    2. Then we still have the "incomplete logon data" error when refreshing webi report after logon using Windows AD user ID.
    3. Then we trace the PFC connection, the log is as below. We checked several BO notes, e.g. 1500150, 1461247.. The part bothers us is that we even don't have URI displayed in the log when system trying to use SNC, and we couldn't get more info on this which make us very difficult to diagnosis.
    Can you please help? Thanks a lot!
    Thu Mar 31 10:54:46.857 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Authentication model for SAP connectivity is SSO
    Thu Mar 31 10:54:46.857 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Determining if we can connect using SNC. Calling CanAuthenticate...
    Thu Mar 31 10:54:46.919 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Unable to authenticate using SNC because the URI does not meet the minimum connection requirements.
    Thu Mar 31 10:54:46.919 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Determining if we can connect using SSO. Calling CanAuthenticate...
    Thu Mar 31 10:54:46.919 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Authentication model for SAP connectivity is SSO
    Thu Mar 31 10:54:47.013 ThreadID<1980> SAPMODULE : SAPAuthenticationService: The SAP SSO authentication process will fail because the SAP secondary credential are not properly updated and the password is blank.
    Thu Mar 31 10:54:47.013 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Trying to connect to SAP using this URI : occa:sap://;PROVIDER=sapbw_bapi,R3NAME=PB0,GROUP=BI_Group1,MSHOST=sapaupdb04,LANG=en,CLIENT=100,CATALOG="ZSPUM602",CUBE="ZSPUM602/ZSPUM602_Q50"
    Thu Mar 31 10:54:47.013 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Calling m_pRfcWrapper->RfcOpenEx() ...
    Thu Mar 31 10:54:47.154 ThreadID<1980> SAPMODULE : SAPAuthenticationService: RfcOpenEx(...) returned 0
    Thu Mar 31 10:54:47.154 ThreadID<1980> SAPMODULE : SAPAuthenticationService: Call to m_pRfcWrapper->RfcOpenEx() took 0.141 seconds
    Thu Mar 31 10:54:47.154 ThreadID<1980> SAPMODULE : SAPAuthenticationService: SAPAuthenticationService::~SAPAuthenticationService

  • Get could not connect this Iphone to itunes because of unknown error (0xE8000065), but I am trying to connect and Ipod touch.  Anyone know what that error means?

    Get could not connect this Iphone to itunes because of unknow error (0xE8000065) when trying to connect an ipod touch to itunes.  Anyone know what this message means?

    See:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • What does the error message -50 mean while trying to connect to the iTunes Store?

    I got this error message while trying to connect to the iTunes Store. -50. Does anyone know what that might mean? For almost two months I have been unable to use my iTunes with my iPod-because my iPod is not being recognized in iTunes. I have done every troubleshooting thing possible-including completely uninstalling and reinstalling iTunes, eight different times. Please help. Super frustrated.

    iTunes: "-50" alert when syncing your iOS device to iTunes 10.3
    iTunes displays -50 error message when syncing iPod on Windows XP
    "Error -50," "-5000," "8003," "8008," or "-42023"
    These alerts occur due to timeouts or conflicts trying to write a file during download.
    If you encounter this issue while accessing iTunes Store:
    See iTunes 9: "One Moment Please" or "Error (-50)" message when accessing iTunes Store
    If you encounter this issue while while downloading something from the iTunes Store:
    Delete your iTunes Downloads folder, located in:
    Mac OS X:
  ~/Music/iTunes/iTunes Media/Downloads   Note: "iTunes Media" may appear as "iTunes Music. Also, the tilde (~) refers to your Home directory.
    Windows Vista:
  \Users\username\Music\iTunes\iTunes Media\Downloads\
    Windows 7:
  \Users\username\My Music\iTunes\iTunes Media\Downloads\
    Windows XP:
  \Documents and Settings\username\My Documents\My Music\iTunes\iTunes Media\Downloads\
    After locating your iTunes Downloads folder:
    Quit iTunes.
    Delete the Downloads folder on your computer.
    Open iTunes.
    Choose Store > Check for Available Downloads.
    Enter your account name and password.
    If you encounter this issue while while downloading Digital Copies using Windows:
    Use MSCONFIG (directions for Windows XP and Windows Vista/Windows 7) to disable conflicting software.
    If using MSCONFIG steps resolves the issue, you may want to use the System Configuration Utility to turn on the third-party System Services and Startup Items one at a time (restarting your computer after turning on the item or items) to identify which System Service or Startup Item is causing the conflict.
    You can turn all of them back on by selecting the Normal Startup option under the General tab of the System Configuration Utility window, but please note that this may cause the issue to reoccur.
    If you are able to isolate the issue to a particular third-party software, you may wish to contact them to let them know of the conflict.

  • I changed my password on Airport Express and now can't connect in iTunes. It does not ask for password ,I just see trying to connect and it fails. How do I enter new password in iTunes when it just keeps trying to connect ?

    When I select the Airport Express as Remote Speaker in Itunes I just see trying to connect and it can't connect.
    I changed my password on the Airport and I don't see where I can put in the new password in Itunes.
    This problem is on my Imac. On my Mac Pro a window came up asking for password to connect because it was the first time.
    I can connect on the Mac Pro but not my Imac.

    Update on my problem connecting in Itunes with my Airport Express. Not sure if anything I tried made a difference
    but I finally got the Pop up window saying this device requires a Password. I entered the password and I can once again use the Airport Express as a remote speaker.

  • ERROR When coonecting to SQL via DBCO Connections

    Hi,
    Error when connecting to SQL using DBCO connections. I am getting an dump as "Set up of a secondary connection to the database system failed. It is possible that the data required for setting up the connection via EXEC SQL (Native SQL)is faulty."
    plaese help.
    Thanks

    Hi
    Checking the dbsl_w<NN> as it is explained in point 3 of the 'Troubleshooting' section of [SAP Note 738371|https://service.sap.com/sap/support/notes/738371] would help a lot to know the reason of the failure.
    It is most likely that, the information provided in DBCO are not complete/accurate
    Regards
    Raj

  • I am getting the ssl error when trying to use launchpad on ssl, i can access adminui through ssl with no errors but launchpad says "unable to find valid certification path to requested target"

    Hi I desperately need help  to fix this error. I installed Adobe LCES4 with ssl enabled and i can access the adminui and workspace on the browser but he problem is when i try connecting to launchpad using https on the server even doing the simple thing like converting document to pdf throws the following error.
    any help will be appreciated
    DSC Invocation Resulted in Error: class com.adobe.idp.DocumentError : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target : javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    thanks

    We tried adding certificate in trustore.jks file, but it was not successful.
    What error you are getting while importing the certificate?
    Just perform below steps once:
    Download required certificate first
    Run CMD as administrator> move to SUP_HOME\Servers\UnwiredServer\Repository\Security
    Paste this syntex.
    keytool -importcert -alias customerCA -file <certificatefilename>.crt -storepass changeit -keystore truststore.jks -trustcacerts

Maybe you are looking for

  • 10.2.1.2102 - Issues

    The 'contacts' area is a mess and doesn't seem to be recovering as you suggest it will, given a few days - I've never heard of anything like that, ever before.  Is this reality? I have a few contacts with pictures which should be displayed at the top

  • Release Blocked Invoice

    Hi All What is the T code for releasing Blocked MM Invoices in bulk regards Samir Bhansali

  • Is the monitor of TRC:SCOT possible in BP Mon (Business Process Monitoring)

    Hi, Experts.        Is the moniter of TRC:SCOT (SAP connect : Administration ) possible in  BP Mon (Business Process Monitoring).     If possible, please inform implement guide. Thank you,     Gaito

  • After Effects and Cinema 4D but what about Carrara and Poser

    I know Autodesk owns Maya, 3DS and even Softimage's/Avid's XSI.  Having said that I don't doubt that is why Adobe partnered with Cinema 4D. I am not a fan of Cinema 4D myself and would have prefered Maya, 3DS Max or even XSI over Cinema 4D for integr

  • QUIERO DECODIFICAR MI IPHONE 3GS

    PORFABOR QUIERO QUE ME LO LIBEREN MI IPHONE SOI DE ACA DE BOLIVIA DEL DEPARTAMENTO DE SANTA CRUZ PAQ PUEDA USAR MI CGIP DE LA LINEA DE ESTE LUGAR