This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

i asked my shell provider to install tls, he did but...

Help for those learning Tcl or writing their own scripts.
Post Reply
h
hayuto
Voice
Posts: 14
Joined: Tue May 28, 2013 6:52 pm

i asked my shell provider to install tls, he did but...

Post by hayuto »

...but i still get error:

Code: Select all

18:41 <suchybot> [18:41:16] Tcl error [::url::check]: Unsupported URL type "https"
do i need to recompile everything after installing tls to get ssl working???

Thanks for help
User avatar
Madalin
Master
Posts: 310
Joined: Fri Jun 24, 2005 11:36 am
Location: Constanta, Romania
Contact:

Post by Madalin »

That specified script must be written so that he will support https:// links copy paste the script on http://paste.tclhelp.net provide the link here and some of us can look at the script and see what is wrong with it
h
hayuto
Voice
Posts: 14
Joined: Tue May 28, 2013 6:52 pm

Post by hayuto »

it doesnt give error now cause i added this:

Code: Select all

http::register https 443 ::tls::socket
but it still doesnt get anything from https pages.
the script is edited by me i added tinyurl function and some other stuff, i am not good at tcl so my own code there is probably lame but it works so far (besides https which i added recently)

here it is: http://paste.tclhelp.net/?id=ddd
Post Reply