in reply to Re^5: HTTP::Tiny ssl opt
in thread HTTP::Tiny ssl opt

according to the documentation http:tiny looks not to support https urls and most examples for http::tiny is in http not https. i have fixed the problem by using the new implementation of http:tiny module called HTTP::Tinyish. HTTP::Tinyish auto-detect if the backend also supports HTTPS, and use the appropriate backend based on the given URL to the request methods

thanks 1nickt for the help. thanks monks