• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

wget : connection reset by peer in redhat linux

 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to access remote saop URL through wget command in RedHat linux but some times i get below Exception. What could be the reason for below Error. I am expecting HTTP 200 response but instead getting below error. This occur only during night window between 22:00 PM till 23:59 PM in which we send/receive more than 2 lakh + soap message with remote URL

lgadmin@mnpgategui1 apps]$ wget --no-check-certificate https://remote ip:port/mnpserver/services/mnpservice?wsdl --23:54:42-- https://remote ip:port/mnpserver/services/mnpservice?wsdl Connecting to remote ip:port... connected. WARNING: cannot verify IP's certificate, issued by /C=IN/ST=NCR/L=XXX/O=YYY Technologies/OU=TEL/CN=SSS':
Self-signed certificate encountered.
WARNING: certificate common nameSSS' doesn't match requested host name `IP'. HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers. Retrying.

Regards,
Jaya
 
Ranch Hand
Posts: 270
15
Android Angular Framework Spring AngularJS Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are sure this happens always in that window, and you have been successfully using the service other hours of the day, you might want to somehow inquire on that site, whether that is when they do regular maintenance.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic