Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make a HTTPS request from O-script via Socket

Status
Not open for further replies.

jackhals

Programmer
Sep 16, 2008
3
NL
Hi everybody,

I'm trying to make a request to an HTTPS URL via Socket.Connect.

Example:

Socket.Connect( sock, sDomainName, 443 ) // Connection with host

Does anyone have an idea how to perform an HTTPS request?

Thanxx
 
as far as 2003 OT says they do not support it
This is an interseting thread.I suggest contacting OT support or the OTDN directly and see if you can do this.I am unsure of https.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008
 
Looking in the Builder help for 971 there is reference to an attribute called pSecurity in the Socket section :

Integer pSecurity

The Security used by this socket, one of Socket.kSecurityNone, Socket.kSecuritySSL2, or Socket.kSecuritySSL3. This feature may or may not be supported.


I've not tested it to see if it actually works or is supported given the note from OT.

Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
 
Check this recent thread even though oscript may not ultimately be able to do https you could probably invoke a java method from oscript that does this any LES server after 9.6 can call java methods form oscript.

Well, if I called the wrong number, why did you answer the phone?
James Thurber, New Yorker cartoon caption, June 5, 1937
Certified OT Developer,Livelink ECM Champion 2008
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top