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
When I build and run (with DUB git b8d9672 tag 0.9.22) the examples/https_server/
under vibe.d master it prints
Target vibe-d ~master is up to date. Use --force to rebuild.
Building https-server-example ~master configuration
"application", build type debug.
Compiling using dmd...
Linking...
Running ./https-server-example
Listening for HTTPS requests on ::1:8080
Listening for HTTPS requests on 127.0.0.1:8080
but when I open the URL 127.0.0.1:8080 in Chrome the server program crashes as
Handling of connection failed: Failed to accept SSL tunnel:
�������������������������������������������������������������������������������������������������������������������������
(336027804)
Handling of connection failed: Failed to accept SSL tunnel:
�������������������������������������������������������������������������������������������������������������������������fPu:�
(336027804)
Handling of connection failed: Failed to accept SSL tunnel:
�������������������������������������������������������������������������������������������������������������������������fPu:�
(336027804)
Error executing command run: Program exited with code -11
When I build and run (with DUB git b8d9672 tag 0.9.22) the
examples/https_server/under vibe.d master it prints
but when I open the URL 127.0.0.1:8080 in Chrome the server program crashes as
I'm using DMD 2.066 on Ubuntu 14.04.
See also: http://forum.dlang.org/thread/leeuzswjerdolqvwyhxr@forum.dlang.org#post-ecljocnzmxzagukxviuh:40forum.dlang.org
The text was updated successfully, but these errors were encountered: