You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the cro client to fetch a rss xml from a server which uses a self signed certificate. Its in our work network so I do not care about man-in-the-middle attach and so on.
The error
comes from IO::Socket::Async::SSL module and according to its docu I have to give the insecure => True parameter. But I did not find a way to give that to cro::HTTP::Client.
Client.new(secure => False) did not what I want.
I did not think it is a bug. But the docu did not help with that issue.
Thanks for helping!
Wolfgang
The text was updated successfully, but these errors were encountered:
I have a similar issue which I can't work around on because there seems no way to set IO::Socket::Async::SSL parameters.
Died because of the exception:
Tried to get the result of a broken Promise
in block at /home/ahartmai/.perl6/sources/ECCB15BAEF09CE282370A569F7B29849407D48B5 (Cro::HTTP::Client) line 604
Original exception:
Tried to get the result of a broken Promise
in block at /home/ahartmai/.perl6/sources/0609EA0BB03C70C2C15DB4B144D7041C1059D14C (Cro::TLS) line 108
Original exception:
An operation first awaited:
in block at /home/ahartmai/.perl6/sources/A4ECA701FE96A8456AEB83692D6B3C55AAFC964C (IO::Socket::Async::SSL) line 322
Died with the exception:
Certificate contains no altnames to check host against
in block at /home/ahartmai/.perl6/sources/A4ECA701FE96A8456AEB83692D6B3C55AAFC964C (IO::Socket::Async::SSL) line 322
I want to use the cro client to fetch a rss xml from a server which uses a self signed certificate. Its in our work network so I do not care about man-in-the-middle attach and so on.
The error
comes from IO::Socket::Async::SSL module and according to its docu I have to give the insecure => True parameter. But I did not find a way to give that to cro::HTTP::Client.
Client.new(secure => False) did not what I want.
I did not think it is a bug. But the docu did not help with that issue.
Thanks for helping!
Wolfgang
The text was updated successfully, but these errors were encountered: