• 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

Secure Websockets 443 and Java

 
Greenhorn
Posts: 28
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I currently have a websocket chat program I figured out how to intercept the traffic locally using Winsock and it gives me a somewhat encrypted hexadecimal message. I would like to write a java program that resends the same message to the server.



I get a connection to the host:port but my output stream doesn't seem to be working the server does not seem to register the packet. I also had to comment out the inputstream because it continues to error out . I just need to send the hex information to the server which is the exact same information I sent to it and copied from Winsock. Thanks for any help or tips!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic