in reply to Re: Unable to enable SSL on Dancer2 application in my windows platform.
in thread Unable to enable SSL on Dancer2 application in my windows platform.
I was not able to install IO::Socket::SSL in my Windows Strawberry and its giving below message and halting there. Do we have any solution here?
t/protocol_version.t .............. 1/? # looks like OpenSSL was compi +led without SSLv3 support t/protocol_version.t .............. ok t/public_suffix_lib_encode_idn.t .. ok t/public_suffix_lib_libidn.t ...... ok t/public_suffix_lib_uri.t ......... ok t/public_suffix_ssl.t ............. ok t/readline.t ...................... ok t/session_cache.t ................. ok t/session_ticket.t ................ # listen at 127.0.0.1:50412 # listen at 127.0.0.1:50413 # connect to 0: success reuse=0 version=TLSv1_3 t/session_ticket.t ................ 1/6 # connect to 0: success reuse= +1 version=TLSv1_3 # connect to 1: success reuse=1 version=TLSv1_3 # connect to 1: success reuse=0 version=TLSv1_3 # connect to 0: success reuse=0 version=TLSv1_3 # connect to 0: success reuse=1 version=TLSv1_3 t/session_ticket.t ................ ok t/sessions.t ...................... ok t/set_curves.t .................... ok t/signal-readline.t ............... skipped: signals not relevant on t +his platform t/sni.t ........................... ok t/sni_verify.t .................... 1/17
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Unable to enable SSL on Dancer2 application in my windows platform.
by marto (Cardinal) on May 03, 2021 at 17:15 UTC | |
|